← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #678995]: [1.1.4] IDE: screens seen by sikulix when changing attached monitors --- restart IDE

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
The monitor setup is evaluated at IDE start.

If you change the monitor setup while the IDE is running, it will not be
aware of the changes and will probably show up with strange behaviors.

Restarting the IDE will evaluate the changed setup and run as expected.

If you do not want to restart the IDE for whatever reason:
in an empty tab just run this one-liner:
reset()

this will try to re-evaluate the monitor setup on the fly.
BE AWARE: this is some kind of brute-force and might still leave you with some quirks somewhere.

conclusion: IDE restart is the better option.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.