[REBOL] Stylizing nested faces
From: m::koopmans2::chello::nl at: 13-May-2001 14:36
Hi,
I'd like to do something like this:
layout [ question "Sample question" with [ answers: [ "Answer 1" "Answer
2"]]
This should correspond to something like:
layout [ text "Sample question" across radio text "Answer 1" return radio
text "Answer 2"
return button "Clear" button "OK" ]
Now I know how to this using parse and some bok operations, but I'd really
like to do it using stylize and VID but... I have no idea.
Thanks,
Maarten