Re: [Sikuli-driver] [Question #670809]: VNC not working properly

2018-07-11 Thread Ven Karri
Question #670809 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670809 Status: Needs information => Open Ven Karri gave more information on the question: The latest nightly build 1.1.3 -- You received this question notification because your team Sikuli Drivers is an answe

Re: [Sikuli-driver] [Question #670809]: VNC not working properly

2018-07-11 Thread RaiMan
Question #670809 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670809 Status: Open => Answered RaiMan proposed the following answer: ok, I have to check. ... will try my very best ;-) -- You received this question notification because your team Sikuli Drivers is an answ

Re: [Sikuli-driver] [Question #670809]: VNC not working properly

2018-07-11 Thread Ven Karri
Question #670809 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670809 Status: Answered => Open Ven Karri is still having a problem: Okay thanks -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

[Sikuli-driver] [Question #670825]: 1.1.2 Screen.capture(region, 'name') not working

2018-07-11 Thread Edson Henrique Arantes
New question #670825 on Sikuli: https://answers.launchpad.net/sikuli/+question/670825 I want to save a region as a png file to process it in another app, so, no temporary save my code is as follows: calc = find("calculator.png") rows = 10 cols = 4 calc.setRaster(rows, cols) result = calc.getRo

[Sikuli-driver] [Question #670826]: 1.1.2 Screen.capture(region, 'name') not working

2018-07-11 Thread Edson Henrique Arantes
New question #670826 on Sikuli: https://answers.launchpad.net/sikuli/+question/670826 I want to save a region as a png file to process it in another app, so, no temporary save my code is as follows: calc = find("calculator.png") rows = 10 cols = 4 calc.setRaster(rows, cols) result = calc.getRo

Re: [Sikuli-driver] [Question #670802]: IDE: rearrange tabs --- right-click on tab

2018-07-11 Thread dude
Question #670802 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670802 Status: Answered => Solved dude confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer c

Re: [Sikuli-driver] [Question #670801]: Unable to use Finder with Jython where Screen works OK

2018-07-11 Thread RaiMan
Question #670801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670801 Status: Open => Answered RaiMan proposed the following answer: please read the docs about class Finder. Finder.find() does not directly return a match, but an Iterator. -- You received this question n

Re: [Sikuli-driver] [Question #670826]: 1.1.2 Screen.capture(region, 'name') not working

2018-07-11 Thread RaiMan
Question #670826 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670826 Status: Open => Answered RaiMan proposed the following answer: must be used as (only available in Python scripting): capture(result,'result.png') this stores the image in the scripts .sikuli folder. Be