The best VID documentation that exists (IMHO) is, ironically, documentation that was written to aid the design of a lighter weight GUI System for REBOL which can be found here: http://www.dobeash.com/it/rebgui/
HTH!! ~~Ammon ;~> On 5/30/05, Gregg Irwin <[EMAIL PROTECTED]> wrote: >=20 > Hi Kai, >=20 > KP> Does someone have or know of an unconvoluted example of how to use mu= ltiple > KP> forms (both modal and nonmodal) - something like a main form with two > KP> buttons, one of which would bring up a second form in modal state > KP> and another button that would bring up a 2nd form in non-modal state? >=20 > Something like this? >=20 > view layout [ > button "non-modal" [ > view/new layout [text "I'm non-modal" button "hide" [unview]] > ] > button "modal" [ > inform layout [text "I'm modal" button "hide" [hide-popup]] > ] > ] >=20 >=20 > -- Gregg >=20 > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. >=20 > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
