Re: [Sikuli-driver] [Question #665209]: Anyway to Download Settings / Variables from a url on a website

2018-03-05 Thread RaiMan
Question #665209 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665209 Status: Open => Answered RaiMan proposed the following answer: see: https://docs.python.org/2/howto/urllib2.html -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #665220]: i have a monster PC.. i want to split it to run 2-3 sessions..

2018-03-05 Thread RaiMan
Question #665220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665220 Status: Open => Answered RaiMan proposed the following answer: If everything is on the same PC, then only VMWare sessions will be able to isolate the different mouse/keyboard sets. On the HowTo you have

Re: [Sikuli-driver] [Question #665204]: Litecoin, cryptocurrency ## 18888830233 Binance Number Binance Number# 1888.883_o233 AKS

2018-03-05 Thread RaiMan
Question #665204 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665204 Status: Open => Invalid RaiMan changed the question status: spam -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #665063]: SikuliX freezes in the IDE, when using tools

2018-03-05 Thread RaiMan
Question #665063 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665063 Status: Open => Answered RaiMan proposed the following answer: I made some testing on my Windows 10 with the latest SikuliX 1.1.2. I had one situation: Exception in thread "AWT-EventQueue-0" java.awt.Il

[Sikuli-driver] [Bug 1740421] Re: Region not captured correctly in VNC session

2018-03-05 Thread RaiMan
** Changed in: sikuli Status: New => In Progress ** Changed in: sikuli Importance: Undecided => High ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: None => 1.1.2 ** Summary changed: - Region not captured correctly in V

Re: [Sikuli-driver] [Question #664875]: creating standalone jar of sikuli jython scripts and related images

2018-03-05 Thread RaiMan
Question #664875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664875 Status: Open => Answered RaiMan proposed the following answer: LOL, did not remember, that the feature already exists. Thanks for the pointer. To work correctly, you need a valid xxx.sikuli folder. The

[Sikuli-driver] [Bug 1750877] Re: java9+windows10 with 2/12/18 release

2018-03-05 Thread RaiMan
no idea, where this comes from: OpenGL Warning: crPixelCopy3D: simply crMemcpy'ing from srcPtr to dstPtr OpenGL Warning: crPixelCopy3D: simply crMemcpy'ing from srcPtr to dstPtr OpenGL Warning: crPixelCopy3D: simply crMemcpy'ing from srcPtr to dstPtr OpenGL Warning: crPixelCopy3D: simply crMemcpy'i

Re: [Sikuli-driver] [Question #664875]: creating standalone jar of sikuli jython scripts and related images --- solved see faq 2947

2018-03-05 Thread RaiMan
Question #664875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664875 Summary changed to: creating standalone jar of sikuli jython scripts and related images --- solved see faq 2947 -- You received this question notification because your team Sikuli Drivers is an answer cont

Re: [Sikuli-driver] [Question #664875]: creating standalone jar of sikuli jython scripts and related images --- solved see faq 2947

2018-03-05 Thread RaiMan
Question #664875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664875 Description changed to: was already solved November 2017: https://answers.launchpad.net/sikuli/+question/660613 together with faq 2947 -- I w

Re: [Sikuli-driver] [Question #664875]: creating standalone jar of sikuli jython scripts and related images

2018-03-05 Thread RaiMan
Question #664875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664875 Status: Answered => Solved RaiMan changed the question status: same as https://answers.launchpad.net/sikuli/+question/660613 together with faq 2947 -- You received this question notification because

Re: [Sikuli-driver] [Question #101902]: Cannot type slash character. This slash: "/" --- workaround: alt + numpad

2018-03-05 Thread FranciscoLima
Question #101902 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/101902 FranciscoLima posted a new comment: Hello, Some applications do not accept the ALT + 47 command. In this case, you can solve using Key.DIVIDER: Example: string = 'jan/2017' string = string.replace('/', Key.

[Sikuli-driver] [Question #665279]: Instantiating SikuliX classes through API with node-java hangs on Mac

2018-03-05 Thread Finn Ellis
New question #665279 on Sikuli: https://answers.launchpad.net/sikuli/+question/665279 I'm using the node-java module (https://github.com/joeferner/node-java) as a bridge between some nodejs test scripts and the SikuliX Java API. It's working great on Windows, but when I try to run the same scrip

Re: [Sikuli-driver] [Question #665279]: Instantiating SikuliX classes through API with node-java hangs on Mac

2018-03-05 Thread Finn Ellis
Question #665279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665279 Finn Ellis gave more information on the question: A little more info: if I pass java.awt.headless=true then the problem doesn't happen, although of course I get null pointer exceptions when I try to actually

[Sikuli-driver] [Question #665281]: Prevent abrupt program shutdown

2018-03-05 Thread Connor Colenso
New question #665281 on Sikuli: https://answers.launchpad.net/sikuli/+question/665281 Sorry if this is super basic, I feel like it is but cant seem to formulate into a coherent sentence what I need to google. Effectively im having an issue where I need to be able to press a specific button, thi

Re: [Sikuli-driver] [Question #664875]: creating standalone jar of sikuli jython scripts and related images --- solved see faq 2947

2018-03-05 Thread Akhil Ahuja
Question #664875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664875 Akhil Ahuja 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 contact for Sikuli. _

Re: [Sikuli-driver] [Question #665281]: Prevent abrupt program shutdown

2018-03-05 Thread Roman Podolyan
Question #665281 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665281 Status: Open => Answered Roman Podolyan proposed the following answer: If the problem is really that simple, you need just to put Hover into try-except block, and catch FindFailed exception In my script

Re: [Sikuli-driver] [Question #665281]: Prevent abrupt program shutdown

2018-03-05 Thread Roman Podolyan
Question #665281 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665281 Roman Podolyan posted a new comment: More information on handling exceptions in Python / Jython can be found here: https://docs.python.org/2/tutorial/errors.html#handling-exceptions -- You received this que

Re: [Sikuli-driver] [Question #665281]: Prevent abrupt program shutdown

2018-03-05 Thread Connor Colenso
Question #665281 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665281 Status: Answered => Solved Connor Colenso confirmed that the question is solved: Thanks Roman Podolyan, that solved my question. -- You received this question notification because your team Sikuli Driv