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

[REBOL] check box setting

From: fprowse:uu at: 28-Jun-2001 14:13

Guys, how do I set the value of a check box? Is there a doc that covers this issue..? I have an example below I would like to use....if function/text isn't equal to "HR" then then an alert will be generated and the checkbox returned to an unchecked status. Ideally I would like the checkbox to not even be "selectable" or even visable unless function/text = "HR" however, I have not been able to work out how to do this either :) udc: label right 95x24 "UDC" check [if function/text <> "HR" [alert "Not valid for this device" set udc/????? ????] return ] Any help appreciated Francois