Posts: 10
Threads: 8
Joined: Jul 2006
Ok i don't know if u will get this because i guess i dont got all the lingo yet but here i go...i want to make a toolbar with menus and macros inside the menus. Well i want the toolbar to go in a certain part of a certain window say like notepad and it to only be there when this window is open. I thought i saw this somewhere in the reference but it was too complicated for me to understand can u help please?
Posts: 1,769
Threads: 410
Joined: Feb 2003
in the top of my toolbar i use for QM functions i have this info.
/mov -42 23 /siz 38 376 /isiz 32 32 /set 1|32 /bmp "C:\qm\Desktop\gradients\grad-gray.jpeg"
first make it appear when Notepad appears.
- open Notepad
open the qm editor
go to the toolbar and then hit ctl-p
under trigger click "window" then "active"
then click-hold the little "drag" icon and drag it over Notepad and then release (this will put the window info in automatically)
the below break down is for the rest of it.
the "mov" makes it show up at a certian place relative to the QM window
the rest you can easily see in the help file.
Note the jpeg is a nice top to bottom gradient background i use for my toolbar.[/list]
Posts: 12,092
Threads: 142
Joined: Dec 2002
Create one new toolbar. Create as many new menus as you need. Give them all names as you need. Open the toolbar (click it in the list at left). Drag-drop all new menus from the list to the text. The text then will be like
Menu8 :mac "Menu8"
Menu9 :mac "Menu9"
Menu10 :mac "Menu10"
Then open each new menu and drag-drop macros from the list. Menus will look like
Macro258 :mac "Macro258"
Macro259 :mac "Macro259"
Macro260 :mac "Macro260"
To add the toolbar to a window, assign it "window activated" trigger. Read more in tips (the bottom of the QM window) or Help topic "Quick Start".