Question #195190 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/195190

Filipe Alonso posted a new comment:
Indeed, they work but when I call Region reg = someApp.window(),
VDictProxy is already loaded but it takes 2/3 seconds to process the
first call.

If I use new App("").window() to preload instead, it loads VDictProxy
and takes 2/3 seconds in the begining, so that everytime i call
someApp.window() again it is always instantaneous.

What is kept from initializing in the VDictProxy() function that loads
and initializes in the window() function??

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to