Hi Tim, Try this out ..
view layout [=20 c1: choice "yes" "no"=20 button "change" [c1/texts: copy ["true" "false"] c1/text: copy "true" show c1] ] On 9/5/05, Tim Hendriks <[EMAIL PROTECTED]> wrote: >=20 > Hi, >=20 > I would like to chance the (dynamic) data property of the choice button > in view. >=20 > Something like this: >=20 > view layout [ > c1: choice "yes" "no" > button [c1/data: ["true" "false"] ] > ] >=20 > But this is not working as I suspected. Can someone give me a hint? >=20 > Thanks Tim >=20 > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. >=20 >=20 --=20 Graham Chiu -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
