Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Toolbar activate problems
#1
I have a toolbar that will output a bunch of different directories I use regularly and want it to come up when i open an "Open" on "Save As" dialog.

I first tried this trigger:
Code:
Copy      Help
!a"$^(Open|Save As)" "#32770"
then
Code:
Copy      Help
!a"$^(Open|Save As)" "#32770" "" "" 0x96CC20C4
then
Code:
Copy      Help
!a"" "#32770" "" "" 0x96CC20C4

Shouldn't ALL of them worked? I got the open/save as dialog info from the toolbar properties dialog.
An old blog on QM coding and automation.

The Macro Hook
#2
The first works on my computer.
#3
it didn't start working for me till i set the flag 1. now it is.

how can I set it's height to the same as the window that opens it?
An old blog on QM coding and automation.

The Macro Hook
#4
Toolbar
Trigger !a"$^(Open|Save As)" "#32770"     Help - how to add the trigger to the macro
Code:
Copy      Help
;/siz "" {0.1; GetWinXY TriggerWindow 0 0 0 _i; ret _i}
#5
FAN-FREAKIN-TASTIC!!!!

THANKS!
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)