[Sikuli-driver] [Question #689302]: How to set the screen of a new region

2020-03-13 Thread Glenn Tanner
New question #689302 on Sikuli: https://answers.launchpad.net/sikuli/+question/689302 When I create a region, i want to set the screen of that region. I can only find a getScreen option for the region https://sikulix-2014.readthedocs.io/en/latest/region.html#Region.getScreen. Just a moment ago

Re: [Sikuli-driver] [Question #689302]: How to set the screen of a new region

2020-03-13 Thread Glenn Tanner
Question #689302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689302 Glenn Tanner posted a new comment: After further reading. It seems newRegion needs to be added to the screen class globally. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #689302]: How to set the screen of a new region

2020-03-13 Thread RaiMan
Question #689302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689302 Status: Open => Answered RaiMan proposed the following answer: As far as I understand from your code snippet: you have a match from a VNC-screen, that you want to use as Region on the local Screen(2).

Re: [Sikuli-driver] [Question #689302]: How to set the screen of a new region

2020-03-13 Thread Glenn Tanner
Question #689302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689302 Status: Answered => Open Glenn Tanner is still having a problem: It was more about quick values. I want to findText in a nearby region. I dont see where copyTo is documented. R = Region(M.x-20, M.y+100,

Re: [Sikuli-driver] [Question #689302]: How to set the screen of a new region

2020-03-13 Thread Glenn Tanner
Question #689302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689302 Status: Open => Solved Glenn Tanner confirmed that the question is solved: RESOLVED: After searching for copyTo found "https://www.codota.com/code/java/classes/org.sikuli.script.Region"; which showed th

Re: [Sikuli-driver] [Question #689302]: How to set the screen of a new region

2020-03-13 Thread RaiMan
Question #689302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689302 RaiMan posted a new comment: Interesting ;-) but not my effort. It is true, that not all special features are documented. To see everything, that might be of interest, the javadocs might help. There might b

Re: [Sikuli-driver] [Question #689302]: How to set the screen of a new region

2020-03-13 Thread Glenn Tanner
Question #689302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689302 Glenn Tanner posted a new comment: Understood, but i wouldn't call this special as multi screens are supported and "your" copy of documentation leaves out the 5th pram which is IScreen. If you could update th

Re: [Sikuli-driver] [Question #689302]: How to set the screen of a new region

2020-03-13 Thread RaiMan
Question #689302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689302 RaiMan posted a new comment: You are principally right. ... but though public, these methods are only for internal use. You would not need these methods, if you use, what is documented as mentioned above.

Re: [Sikuli-driver] [Question #689302]: How to set the screen of a new region

2020-03-13 Thread RaiMan
Question #689302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689302 RaiMan posted a new comment: sorry, was interrupted and hit enter accidentally ;-) And multi-screen is only defined for local screens. Non-local screens are simply said a design and implementation accident

Re: [Sikuli-driver] [Question #689302]: How to set the screen of a new region

2020-03-15 Thread loko mate
Question #689302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689302 loko mate posted a new comment: This is enough for you to getting the solution. However, if you still facing the problem, then check out this blog https://thefortnitemaps.com -- You received this question n