Posts: 1,271
Threads: 399
Joined: Mar 2003
how do i record menu items in the QM_Editor ?
qm is hiding the editor.
or what is the menu id for rename ?
i can't select an item when 'List: expand single folder' is checked in options,
so the idea is to use middleclick for it.
i already have a menu for middle action on id 2202.
thanks
Posts: 12,140
Threads: 142
Joined: Dec 2002
Does not hide, just minimize. Restore and record.
Posts: 1,271
Threads: 399
Joined: Mar 2003
Posts: 1,271
Threads: 399
Joined: Mar 2003
why does clone macro 'qm2202' produce a clone with name qm ?
is this a bug ? maybe qm thinks this macro is already a clone ?
maybe you can add an underline to a clone like qm2202_2
Posts: 12,140
Threads: 142
Joined: Dec 2002
Yes, QM thinks that it is clone, and it is true in most cases.
Often you also clone cloned macros. What is better?
1. Macro -> Macro2 -> Macro22 -> Macro222 -> ...
2. Macro -> Macro2 -> Macro3 -> Macro4 -> ...
Sometimes is better 1, sometimes 2.
QM uses variant 2. If, when cloning Macro4, Macro does not exist, then the clone is named Macro. Or, if Macro exists but Macro2 not, the clone is named Macro2.
Posts: 1,271
Threads: 399
Joined: Mar 2003
i would prefer underscore+count as option.
Macro -> Macro_1 -> Macro_1_1
or
Macro -> Macro_Date|Time
but maybe i am a special case

hock:
or i simply should write me an own clone function.