01-16-2014, 04:51 PM
Now something thougher.
I manage to put this OSD window in the systray, in the space between icons (I use a double sized taskbar).
Can you give me the right steps to have this OSD available for all the time QM is running.
I guess I must use init2 to create it, and destroy it when I leave.
But how to correctly declare a global variable in init2 so I can act on this OSD
through any macro/function in QM?
I think this one must be global
int w=win("black" "QM_OSD_Class")
or is it better/smarter to call int w=win("black" "QM_OSD_Class") in every macro/function that I create to interact?
I manage to put this OSD window in the systray, in the space between icons (I use a double sized taskbar).
Can you give me the right steps to have this OSD available for all the time QM is running.
I guess I must use init2 to create it, and destroy it when I leave.
But how to correctly declare a global variable in init2 so I can act on this OSD
through any macro/function in QM?
I think this one must be global
int w=win("black" "QM_OSD_Class")
or is it better/smarter to call int w=win("black" "QM_OSD_Class") in every macro/function that I create to interact?