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

[REBOL] Re: Checkbox state is not changing

From: carl:cybercraft at: 5-Sep-2001 21:23

On 05-Sep-01, Anton wrote:
>>>> view layout [ c: check [probe c/state]] >>> try c/data >> Quite inconsistent (... as so many aspects of VID ...) - toggles >> work with /state - but it works. > Not really. > I think state is whether gadget is "depressed" > or not.
Ahah! Now that actually makes sense. (Nearly.:) I'd thought it should be state and not data too, but I guess a check button also has an in and out state as well as a checked and un-checked one, so this is consistant. But data? Adding a 'checked? word would've been clearer I think. -- Carl Read