Posts: 1,769
Threads: 410
Joined: Feb 2003
i have a popup menu that i've been using for some time and it has several submenus that use the "&" in the label. the very first entry in the menu is one of those submenus. the shortcut key works but only for the first submenu; none of the others work.
i know you changed some things in there with the new beta version but i didnt think this changed. am i missing something?
Posts: 12,092
Threads: 142
Joined: Dec 2002
What is your QM version? Similar bug is fixed in 2.2.0.4.
In this menu, all & work.
>submenu
,&A :out "A"
,&B :out "B"
,<
&C :out "C"
>submenu2
,&D :out "D"
,&E :out "E"
,<
Posts: 1,769
Threads: 410
Joined: Feb 2003
im using the short cut to open the submenu not just the item in the submenu.
Posts: 12,092
Threads: 142
Joined: Dec 2002
This also works. What is your menu structure?
>&submenu
,&A :out "A"
,&B :out "B"
,<
&C :out "C"
>s&ubmenu2
,&D :out "D"
,&A :out "E"
,<
Posts: 12,092
Threads: 142
Joined: Dec 2002
Does not work after a separator. Will be fixed in QM 2.2.0.5.
>&submenu
,&A :out "A"
,&B :out "B"
,<
-
>s&ubmenu2
,&D :out "D"
,&A :out "E"
,<