Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
expandable menu macros
#1
Hi!

As of version 2.2.0 it is possible to expand file folders, ie automatically create submenus of files. This is really nice. But wouldn't it be great to be able to get the same effect with menu macro's? Suppose I have a menu macro like this:

macro1:
Code:
Copy      Help
>labelA
  item1
  labelB macro2
  item2
  item3
  <
item4
item5
... and another menu macro like

macro2:
Code:
Copy      Help
itemA
itemB
itemC
If macro2 is set to expand (e.g. via an option) then macro1 would act like

Code:
Copy      Help
>labelA
  item1
  >labelB
    itemA
    itemB
    itemC
    <
  item2
  item3
  <
item4
item5
This feature would have the following extra advantages:
a. macro can be re-used in other macro's
b. macro can have its own trigger if used as stand-alone menu
c. nice hover effect if macro is a button on toolbar

Please disregard this wish if it's already possible to accomplish. But please tell me how.

Thanks & Regards.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)