Forum Discussion
7 Replies
- tristaanogreEsteemed Contributor
Different operating system? Different DPI setting? Any number ofthings could change that.
- egiacomiContributor
I have the same operating system (win10) and the same resolution(fullHD).
Can videoboard settings complicate the object recognition ? like antialias,overposition ..
Hi egiacomi,
What exact object recognition issues did you face? I will appreciate if you post here the screenshots illustrating the issue.
- egiacomiContributor
Hi TanyaYatskovska ,
I solve partially the issue, the vm has an hardware less powerful in front a physical pc, after some tests i try to increment the delay between events to 3000 ms and this change solves more or less 80% of errors .
For the other errors at the moment I haven't a solution , an example is this :
P.S.
the VM has 4 CPU and 8 GB of ram .
Thanks for the support
Emanuele
- tristaanogreEsteemed Contributor
That would do it. So, the object recognition errors are due to timing, where the application isn't displaying the forms as rapidly as you expect it to.
Couple of things you can do to correct... you found one. The Auto-Wait timeout in Tools | Options will help with that.
You can also write into your code judicious places where you use a WaitChild or WaitAliasChild call to wait for an object to show before proceeding.But I think, generally, you're on the right track here.