Hi PP'ers,

I'm trying to set up a submenu which I've defined in a CL (called 
MXmenus) with other submenus as:

    *Format StartSubmenu  (Name: SwitchTo)
        item a1
        item a2
    etc
    *Format EndSubmenu
    *Format StartSubmenu (Name: CreateNew)
        item b1
        item b2
        etc
    *Format EndSubmenu

and so on.  These menus are called by various buttons on bar MX by:

    *Menu Show MenuX VerButton @SwitchTo  (on button "switch")
    *Menu Show MenuX VerButton @CreateNew   (on button "new")

etc, however they're not working as I'd like and I'm a bit confused.

What I want to happen is:  when "switch" is clicked, all items aX should 
appear in a submenu beside "switch" directly off bar MX, and when "new" 
is clicked, all items bX should appear in a submenu beside "new".

What's I'm actually getting, however, is nested submenus for the 2 
buttons.  Clicking "new" gives me a submenu with one item, "CreateNew", 
with a further submenu of items bX off that, while clicking "switch" is 
worse, giving me a submenu with 2 items, "SwitchTo" and "CreateNew", 
each opening to the nested submenus of aX and bX.

I know you can do submenus other ways, however I want to combine some of 
my smaller related CL's in this fashion, and thought it would be 
easy...  hehe.

Can someone help me understand what I'm doing wrong here please?

Thanks in advance,
Karen



------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to