Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Changing face text on button push?

From: ammonjohnson:ya:hoo at: 19-Nov-2001 17:21

you could always add some code to the GetPatent button: button "Get Patent" [ if not all [equal? PatentServer/Text "Select" equal? msg/text "Enter number here..."] [ GetPatent PatentServer/text msg/text ] ] HTH Ammon