Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog Variables
#8
Yeah, a delay (to wait for the window to open) and then push the button would work just great.
I searched through the dialogs for the use of the SetTimer and the only thing I figured out was that it kept performing the action like a rep command the other doesn't work at all. I just need it to push that button.

heres the two ways i've tried it.
Function Quick_Timer
Trigger N3 //FF_Keyboard2     Help - how to add the trigger to the macro
Code:
Copy      Help
,case WM_INITDIALOG
,,SetTimer hDlg 1 450 6
,,but 6 hDlg


and this.

Function Quick_Timer
Trigger N3 //FF_Keyboard2     Help - how to add the trigger to the macro
Code:
Copy      Help
,case WM_INITDIALOG
,,SetTimer hDlg 6 50 0
,case WM_TIMER
,,but 6 hDlg
An old blog on QM coding and automation.

The Macro Hook


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)