Hello
I quite use Image Recognition but often encounters problems with WaitScreenImage
Example I wait the end of an operation : the scroll bar shortens
So my WaitScreenImage is the short scroll bar but MSC doesnt wait
Idea ?
Regards
Little problem with WaitScreenImage
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Little problem with WaitScreenImage
Please clarify. Perhaps you just need to capture something different. If only waiting for one image then clearly that image needs to be something that will appear for every scenario you intend to wait for. If there are two possible outcomes and you can't represent that with one capture then why not use two FindImagePos commands in a loop so that you are waiting for one or other outcome?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Re: Little problem with WaitScreenImage
Thanks Marcus
I will try something
I will try something