03-05-2019, 03:01 PM
(03-05-2019, 11:30 AM)DevOma Wrote: Very difficult to find a solution - did you try to set Min wait time to integrate from 0 to perhaps 1 or 2 seconds? When the window is created we try to grab the window and put into another one - perhaps a short wait time could help???
So this seems to work for now. We tried this before with 10 sec timer, and it seemed that it would not try to integrate anymore. Surely we didnt wait long enough. We tested this now with a 1sec timer, and this seems to work well. So the 0 Second timer from before was maby just a tiny bitsy too fast, therefore we had the issue at 50% of the tries. Maybe a 300ms timer would be enough, too. Is there a way to set the timer in milliseconds somewhere in a configuration file or the registry?
Thanks for the help so far.