Carl Read wrote: >On Sunday, 17-October-2004 at 12:01:22 you wrote, > > > >>How can i make menus for a layout? >> >> > >There's no specific menu style, the closest being CHOICE... > >view layout [ > choice "aaa" "bbb" "ccc" [print face/text] > box >] > >(BOX is just there to enlarge the window.) > >Alternative approach... > >items: ["aaa" "bbb" "ccc" "ddd"] >view layout [ > choice data items [print face/text] > box >] > >Hope that helps. > >-- Carl Read > > > This is surely useful, but i would like to have a menu not a choice button. I need submenus, separators and the first element shouldn't be selected...
So, aren't there menus in rebol? -- Fyrebird Hosting Provider - Technical Department -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
