Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Toolbar not minimizing with hwnd?
#1
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
Code:
Copy      Help
;/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"     Help - how to add the trigger to the macro
Code:
Copy      Help
int hwnd=val(_command)
mac "Toolbar" id(15 hwnd)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)