10-31-2014, 05:44 PM
I want to get the tagged item from the QM tags window from the mouse pointer postion.
I have a trigger set on double-right click, it then executes beneath macro.
When I double right click on a item in the right-pane of the tags-window (control ID: 4) it should retrieve the tagged name (macro name).
But it doesn't work, I am assuming the code that get's the mouse position is different then the coordinates needed where I placed {p.x} and {p.y}.
I tried both (check and uncheck) 'client area', from the mouse action.
Macro get_fromtags_macname
Trigger ##R
I have a trigger set on double-right click, it then executes beneath macro.
When I double right click on a item in the right-pane of the tags-window (control ID: 4) it should retrieve the tagged name (macro name).
But it doesn't work, I am assuming the code that get's the mouse position is different then the coordinates needed where I placed {p.x} and {p.y}.
I tried both (check and uncheck) 'client area', from the mouse action.
Macro get_fromtags_macname
Trigger ##R
