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

Stylizing nested faces

 [1/3] 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

 [2/3] from: agem:crosswinds at: 13-May-2001 15:26


Basically you can derive the stye from 'panel, or [box with[pane: layout[what-you-want]]] but i know no automatic way to calculate the size yet. Volker
>>>>>>>>>>>>>>>>>> Ursprüngliche Nachricht <<<<<<<<<<<<<<<<<<
Am 13.05.01, 13:36:55, schrieb "Maarten Koopmans" <[m--koopmans2--chello--nl]> zum Thema [REBOL] Stylizing nested faces:

 [3/3] from: brett:codeconscious at: 14-May-2001 21:57


Hi Martin, I've created something called "VID Notes" - just a way for me to record a few things I think I've learned :) Goto: http://codeconscious.com/rebsite/documentation.r I think you will find the last couple of sections relevant to your question. Yell if it doesn't help! Brett.