Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
popup menu issue
#1
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?
An old blog on QM coding and automation.

The Macro Hook
#2
What is your QM version? Similar bug is fixed in 2.2.0.4.

In this menu, all & work.
Code:
Copy      Help
>submenu
,&A :out "A"
,&B :out "B"
,<
&C :out "C"
>submenu2
,&D :out "D"
,&E :out "E"
,<
#3
im using the short cut to open the submenu not just the item in the submenu.
An old blog on QM coding and automation.

The Macro Hook
#4
This also works. What is your menu structure?
Code:
Copy      Help
>&submenu
,&A :out "A"
,&B :out "B"
,<
&C :out "C"
>s&ubmenu2
,&D :out "D"
,&A :out "E"
,<
#5
Does not work after a separator. Will be fixed in QM 2.2.0.5.

Code:
Copy      Help
>&submenu
,&A :out "A"
,&B :out "B"
,<
-
>s&ubmenu2
,&D :out "D"
,&A :out "E"
,<


Forum Jump:


Users browsing this thread: 1 Guest(s)