Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
lef Problems with Multiple Monitors
#1
I have multiple monitors which I thought this code below would not be affected by, however it always goes to the extreme right side of the monitor and then clicks.

Am I missing something here?


Macro Timer-Stellantis
Trigger N- 0x4 //FF_Keyboard3     Help - how to add the trigger to the macro
Code:
Copy      Help
#region Recorded 3/9/2021 1:24:17 PM
int w1=act(win("Timer.xlsx - Excel" "XLMAIN"))
lef 77 97 w1 1 ;;EXCEL7 'Timer.xlsx'
#endregion
An old blog on QM coding and automation.

The Macro Hook
#2
Strange, I never noticed it, but now tested, and clicks in wrong place if mouse was in other monitor.
Try with opt slowmouse 1:

Macro Macro3108
Code:
Copy      Help
spe 20
opt slowmouse 1 ;;try this
int w=win("Untitled - Notepad" "Notepad")
lef 591 351 w 1 ;;status bar 'Status Bar', text ' UTF-8', "~:04CE934C"
;1
;lef 591 351 w 1 ;;status bar 'Status Bar', text ' UTF-8', "~:04CE934C"
#3
Works great!
thanks.
An old blog on QM coding and automation.

The Macro Hook
#4
Fixed in QM 2.4.12. Download:
https://www.quickmacros.com/download.html

It is this Windows bug:
https://stackoverflow.com/questions/6551...of-the-dis


Forum Jump:


Users browsing this thread: 1 Guest(s)