03-26-2011, 08:26 AM
Hello QM Forum,
I have run into a problem I have never encountered before. For some reason out of the blue, my toolbar has stopped hiding when I minimize the hwnd it's attached to. Ive tried reinstalling QM, making a whole new QM file in case the old one was corrupted, cleaning the QM registry for the toolbar, and changing the flags multiple times without any success. The trigger I am using to set the toolbar isn't on the toolbar macro it self, but on a function that calls the toolbar, because it does more then one thing when opening the toolbar. Here is the code example of what I'm working with.
Toolbar Toolbar
Function Set_Toolbar
Trigger !cv"Notepad" "Notepad"
I have run into a problem I have never encountered before. For some reason out of the blue, my toolbar has stopped hiding when I minimize the hwnd it's attached to. Ive tried reinstalling QM, making a whole new QM file in case the old one was corrupted, cleaning the QM registry for the toolbar, and changing the flags multiple times without any success. The trigger I am using to set the toolbar isn't on the toolbar macro it self, but on a function that calls the toolbar, because it does more then one thing when opening the toolbar. Here is the code example of what I'm working with.
Toolbar Toolbar
;/mov 0 0 /siz 94 22 /set 0x525 0xFCFF /transp "" b
Text :mac "TO_Text" * $qm$\text.ico
Keys :mac "TO_Keys" * $qm$\keyboard.ico
Function Set_Toolbar
Trigger !cv"Notepad" "Notepad"
