[REBOL] Re: Menu in REBOL-View
From: lethalman:fyrebird at: 17-Oct-2004 12:28
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