Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Toolbar
#1
I can't seem to get a new toolbar to show up when Quick Macros opens up even though i have "!Quick Macros" in the trigger field.

Any ideas why?
thanks
#2
QM window is created before triggers begin to work. Now you can set "window activated" trigger, or, add following code into your init2 function (create if does not exist):

mac "Toolbar name" _hwndqm

or

mac "Toolbar name" win("" "QM_Editor")

or just

mac "Toolbar name"
#3
Genius thy name is "Gintaras"
thanks
Big Grin
#4
Dear Gintaras,

Coud you please advise on the way to get the handle of a toolbar created this way?
The purpose is that I need to get dimensions and coordinates of such a window (GetWinXY).

Thanks in advance!
#5
int hwnd=mac("Toolbar name")
#6
Many thanks indeed, sorry for bothering you!


Forum Jump:


Users browsing this thread: 1 Guest(s)