[REBOL] chance the (dynamic) data
From: th72:dds:nl at: 5-Sep-2005 11:17
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