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