As you can see this loop is waiting on GetRectCheckSum to = 170808221 but the screen need to be refreshed
so I trying to the move the mouse to the refresh button at 441,503 and LClick then check again for the the updated CheckSum. Not sure why but I don't see the mouse curser move to the refresh button.
This script works fine when I step through it line by line via the Debugger, but if I run via a shortcut it seems to hang a the MouseMoveRel>Click.
[code]Let>FIP_SCANPIXELS=ALL
WaitWindowOpen>Export Manager - [E0HSEG: House/Master Common Information]
SetFocus>Export Manager - [E0HSEG: House/Master Common Information]
Wait>sw
Label>WaitForUpdate
GetRectCheckSum>627,458,744,475,cs
MouseMoveRel>441,503
LClick
If>cs=170808221
Goto>Done
Else
Lclick
Wait>1
Goto>WaitForUpdate
EndIf[/code]
MouseMoveRel not working
Moderators: Dorian (MJT support), JRL
-
- Pro Scripter
- Posts: 132
- Joined: Mon Dec 22, 2008 4:56 pm
- Location: St Augustine FL
MouseMoveRel not working
Thank you in advance for all your help
Gil
Gil
- Dorian (MJT support)
- Automation Wizard
- Posts: 1380
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
Re: MouseMoveRel not working
Could something be taking focus from the Export Manager before MouseMoveRel?
Either way, maybe you could try the Find Object Wizard to click the button instead of a mousemove and mouse click?
Either way, maybe you could try the Find Object Wizard to click the button instead of a mousemove and mouse click?
Yes, we have a Custom Scripting Service. Message me or go here