Yes, this does cover the other issue.

thanks!


On Sat, 22 Jan 2005 21:52:48 EST, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> 
> In a message dated 1/22/05 5:43:17 PM,
> [EMAIL PROTECTED] writes:
> 
> >
> >Message: 12
> >Date: Sat, 22 Jan 2005 20:17:28 +0100
> >From: Klaus Major <[EMAIL PROTECTED]>
> >Subject: Re: Cascading PopUp menu
> >To: Glen Bojsza <[EMAIL PROTECTED]>,   How to use Revolution
> >   <[email protected]>
> >Message-ID: <[EMAIL PROTECTED]>
> >Content-Type: text/plain; charset=US-ASCII; format=flowed
> >
> >Hi Glen,
> >
> >> I have a popup menu button that cascades ie
> >>
> >> button "transport"
> >>
> >> car    >Ford
> >> boat    GM
> >>            Toyota
> >>
> >> I am trying to figure out how to trap the user selection... say if GM
> >> is selected I want to go to card GM.
> >
> >Submenus are returned separated by |
> >
> >So in your case it will be -> boat|GM
> >
> >you can:
> >
> >on menupick which
> >...
> >set the itemdel to "|"
> >put item 2 of which into the_actual_menu_item
> >...
>    What if the user picks an item from the actual *menu*, and not a
> *sub*menu? Perhaps this might be better:
> 
> on menuPick which
>   set the itemDelimiter to "|"
>   put the last item of which into TheChosenMenuItem
>   # whatever other stuff goes here
> end menuPick
> 
>    Hope this helps...
> _______________________________________________
> use-revolution mailing list
> [email protected]
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to