Re: [Sikuli-driver] [Question #272057]: [1.1.0] Multiple Observers threading --- use observeInBackground()

2015-10-07 Thread Michael
Question #272057 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272057 Michael 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 #272057]: [1.1.0] Multiple Observers threading --- use observeInBackground()

2015-10-07 Thread Michael
Question #272057 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272057 Status: Answered => Solved Michael confirmed that the question is solved: Thanks RaiMan, it solved my problem -- You received this question notification because your team Sikuli Drivers is an answer

[Sikuli-driver] [Bug 1503146] Re: [1.0.1] IDE: Image export path used in 'shutil.move' command is getting corrupted --- fixed in 1.1.0

2015-10-07 Thread RaiMan
shutil.move(img, os.path.join(images, '01_Portal_Home_Screen.png') ... the closing bracket is missing Syntax errors should not lead to a question here ;-) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

Re: [Sikuli-driver] [Question #272116]: Press SHIFT Key and then END Key to select a list of entries in a table

2015-10-07 Thread RaiMan
Question #272116 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272116 Status: Open => Answered RaiMan proposed the following answer: Sure you are using version 1.1.0 (http://sikulix.com) I just checked: it does what it should: extending the selection to the end -- You

Re: [Sikuli-driver] [Question #271497]: pasting the Chinese characters in textbox of some application will appear garbled

2015-10-07 Thread RaiMan
Question #271497 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271497 RaiMan proposed the following answer: To make my test, I just used a normal editor window, to paste outtext. The window then contains exactly the given text. S o you should make such a test on your system,

Re: [Sikuli-driver] [Question #272151]: How to deploy SikuliX 1.1.0 to many computers?

2015-10-07 Thread RaiMan
Question #272151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272151 Status: Open => Answered RaiMan proposed the following answer: with 1.1.0 you only need the sikulix.jar in some folder on a system. - no need anymore to have anything in %PATH% or environment (the libs

[Sikuli-driver] [Question #272154]: Is there a way to integrate a (background) observer with wheel()?

2015-10-07 Thread Glowing Crystalline Entity
New question #272154 on Sikuli: https://answers.launchpad.net/sikuli/+question/272154 Is there a way to integrate a (background) observer with wheel(), so that when an object/image comes into view, the scrolling will stop? -- You received this question notification because your team Sikuli

[Sikuli-driver] [Question #272153]: Is there a way to control/increase wheel() speed?

2015-10-07 Thread Glowing Crystalline Entity
New question #272153 on Sikuli: https://answers.launchpad.net/sikuli/+question/272153 Is there a way to control/increase wheel() speed? (My app won't accept a "page down" key) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #272153]: Is there a way to control/increase wheel() speed?

2015-10-07 Thread RaiMan
Question #272153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272153 Status: Open => Answered RaiMan proposed the following answer: the docs should tell you ;-) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #272151]: How to deploy SikuliX 1.1.0 to many computers?

2015-10-07 Thread RaiMan
Question #272151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272151 RaiMan proposed the following answer: --- Is it possible to store all the files needed by SikuliX in one folder? Not needed to care about anything else than sikulix.jar or sikulixapi.jar. Everything that

Re: [Sikuli-driver] [Question #272148]: Hit SHIFT Key and then END Key to select records in a table

2015-10-07 Thread RaiMan
Question #272148 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272148 Status: Open => Answered RaiMan proposed the following answer: Sure you have version 1.1.0? just checked: no problems -- You received this question notification because your team Sikuli Drivers is an

[Sikuli-driver] [Question #272151]: How to deploy SikuliX 1.1.0 to many computers?

2015-10-07 Thread ChauMing Lim
New question #272151 on Sikuli: https://answers.launchpad.net/sikuli/+question/272151 Hi! I'm managing an automated testing system (Windows based) and Sikuli is used for automating some of the test steps. With Sikuli 1.0.1, I was able to copy sikuli-ide.jar file and the libs folder to the

[Sikuli-driver] [Bug 1503550] Re: type() types multiple chars with capital

2015-10-07 Thread RaiMan
Thanks for the hint, but I did not have any problem with the final version of 1.1.0, which is out now. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1503550 Title: type() types multiple chars

[Sikuli-driver] [Bug 1503550] [NEW] type() types multiple chars with capital

2015-10-07 Thread Glowing Crystalline Entity
Public bug reported: This is the 2015-09-25 daily. I need to type a capital "V". I've tried both: type("V") and: type("v", Key.SHIFT) In both cases, my app behaves as if I've typed *both* capital and lower case "v". The only relevant debug is: [debug] TYPE "V" [debug] Region: TYPE "V"

Re: [Sikuli-driver] [Question #157247]: How to check whether directory exists

2015-10-07 Thread Prakash Yalamarthi
Question #157247 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157247 Prakash Yalamarthi posted a new comment: hi, Is it possible to create that new directory appending with system date ? Thanks -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #272154]: [1.1.0] Is there a way to integrate a (background) observer with wheel()?

2015-10-07 Thread RaiMan
Question #272154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272154 Status: Open => Answered RaiMan proposed the following answer: this works with 1.1.0: (tested on OS X 10.11) switchApp("myApp") # bring the app to front r = App.focusedWindow() # the search area

[Sikuli-driver] [Bug 1503146] Re: [1.0.1] IDE: Image export path used in 'shutil.move' command is getting corrupted --- fixed in 1.1.0

2015-10-07 Thread Prakash Yalamarthi
I am really sorry.. anyway thanks for your patience. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1503146 Title: [1.0.1] IDE: Image export path used in 'shutil.move' command is getting

Re: [Sikuli-driver] [Question #272154]: [1.1.0] Is there a way to integrate a (background) observer with wheel()?

2015-10-07 Thread RaiMan
Question #272154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272154 Summary changed to: [1.1.0] Is there a way to integrate a (background) observer with wheel()? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #272075]: Using multiple hotkeys without popups? Is this possible?

2015-10-07 Thread Sam
Question #272075 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272075 Status: Answered => Solved Sam 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

Re: [Sikuli-driver] [Question #272075]: Using multiple hotkeys without popups? Is this possible?

2015-10-07 Thread Sam
Question #272075 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272075 Sam posted a new comment: Thanks so much RaiMan. Next time I have time to work on the script I'll give this a try and report back -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #272151]: How to deploy SikuliX 1.1.0 to many computers?

2015-10-07 Thread ChauMing Lim
Question #272151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272151 Status: Answered => Solved ChauMing Lim confirmed that the question is solved: It works! Thank you very much! Regards, Lim -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #272151]: How to deploy SikuliX 1.1.0 to many computers?

2015-10-07 Thread ChauMing Lim
Question #272151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272151 ChauMing Lim 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.

[Sikuli-driver] [Question #272164]: SikuliX on sonatype

2015-10-07 Thread Stephen
New question #272164 on Sikuli: https://answers.launchpad.net/sikuli/+question/272164 Hi, I am wrapping Sikuli into a Java BDD framework. The approach we are taking is to make Python calls through Jython. I appear to need to depend on sikulix.jar and sikulixapi.jar jar. I can find

Re: [Sikuli-driver] [Question #272153]: Is there a way to control/increase wheel() speed?

2015-10-07 Thread Glowing Crystalline Entity
Question #272153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272153 Status: Answered => Open Glowing Crystalline Entity is still having a problem: The step parameter just controls how /far/ it goes, not how /fast/, no? I want it to take each step faster I have some

Re: [Sikuli-driver] [Question #272154]: [1.1.0] Is there a way to integrate a (background) observer with wheel()?

2015-10-07 Thread Glowing Crystalline Entity
Question #272154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272154 Status: Answered => Solved Glowing Crystalline Entity confirmed that the question is solved: This seems to be working, cool. :) I realize I was actually thinking about some sort of "interrupt"

[Sikuli-driver] [Bug 1447636] Re: 1.1 IDE can't save scripts

2015-10-07 Thread Glowing Crystalline Entity
I've seen this too. It seems to be that when the script has a syntax error(*), the editor won't save it. It doesn't give any hint that there's a syntax error, or where, however. (*) or maybe only certain syntax errors related to parsing -- like mismatched comments, missing colon, commas, or

Re: [Sikuli-driver] [Question #272153]: Is there a way to control/increase wheel() speed?

2015-10-07 Thread RaiMan
Question #272153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272153 Status: Open => Answered RaiMan proposed the following answer: have you tried the step parameter? This is the only available option (java.awt.robot::mouseWheel(int howManyNotches)). -- You received

[Sikuli-driver] [Question #272165]: Issue in installing sikulixsetup1.0.1.jar on windows 7

2015-10-07 Thread Nadimuthu
New question #272165 on Sikuli: https://answers.launchpad.net/sikuli/+question/272165 I have used sikulixsetup1.0.1.jar to install sikuli ide instead of sikuli-setup.jar found in the https://launchpad.net/sikuli/+download. I have double clicked 'sikulixsetup1.0.1.jar' and installed the same.

Re: [Sikuli-driver] [Question #272153]: Is there a way to control/increase wheel() speed?

2015-10-07 Thread Glowing Crystalline Entity
Question #272153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272153 Status: Answered => Open Glowing Crystalline Entity is still having a problem: Well, all I've seen is this: http://sikulix-2014.readthedocs.org/en/latest/region.html#Region.wheel Should I take this to

[Sikuli-driver] [Bug 1503550] Re: type() types multiple chars with capital

2015-10-07 Thread Glowing Crystalline Entity
Ok, I'll check when I update, thanks. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1503550 Title: type() types multiple chars with capital Status in Sikuli: New Bug description: This is

Re: [Sikuli-driver] [Question #272154]: [1.1.0] Is there a way to integrate a (background) observer with wheel()?

2015-10-07 Thread Glowing Crystalline Entity
Question #272154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272154 Glowing Crystalline Entity 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

Re: [Sikuli-driver] [Question #272154]: [1.1.0] Is there a way to integrate a (background) observer with wheel()?

2015-10-07 Thread RaiMan
Question #272154 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272154 RaiMan posted a new comment: SikuliX basically all over the place is constantly searching for some image on the screen (the visual approach) and the workflow waits for this to happen (you might call this

Re: [Sikuli-driver] [Question #272153]: Is there a way to control/increase wheel() speed?

2015-10-07 Thread Glowing Crystalline Entity
Question #272153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272153 Status: Answered => Solved Glowing Crystalline Entity confirmed that the question is solved: I have most of my system settings on max, but I'll look to see if I missed anything. ;-) The scrollbar would

Re: [Sikuli-driver] [Question #272153]: Is there a way to control/increase wheel() speed?

2015-10-07 Thread Glowing Crystalline Entity
Question #272153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272153 Glowing Crystalline Entity 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

Re: [Sikuli-driver] [Question #272153]: Is there a way to control/increase wheel() speed?

2015-10-07 Thread RaiMan
Question #272153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272153 Status: Open => Answered RaiMan proposed the following answer: Sorry, I understand your request, but there is no solution from inside SikuliX/Java for that currently. The mentioned delays are ADDING

Re: [Sikuli-driver] [Question #272164]: SikuliX on sonatype

2015-10-07 Thread RaiMan
Question #272164 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272164 Status: Open => Answered RaiMan proposed the following answer: - The approach we are taking is to make Python calls through Jython. could you be a bit more specific about that? It would help me to

Re: [Sikuli-driver] [Question #272165]: Issue in installing sikulixsetup1.0.1.jar on windows 7

2015-10-07 Thread RaiMan
Question #272165 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272165 Status: Open => Answered RaiMan proposed the following answer: sorry, but this is basic windows commandline knowledge: a pathname containing blanks has to be wrapped into apostrophes. As a general

[Sikuli-driver] [Question #272170]: JythonSupport: Not possible to get a Jython on to the classpath!

2015-10-07 Thread Serge
New question #272170 on Sikuli: https://answers.launchpad.net/sikuli/+question/272170 It looks like I cannot update sikulixapi.jar to newer version. I'm using Rubymine with jruby-1.7.16.1 and java version "1.8.0_45" to write scripts for automation testing. It works fine with one of the old

Re: [Sikuli-driver] [Question #272170]: [1.1.0] JythonSupport: Not possible to get a Jython on to the classpath!

2015-10-07 Thread Serge
Question #272170 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272170 Summary changed to: [1.1.0] JythonSupport: Not possible to get a Jython on to the classpath! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1447636] Re: [1.1.0] IDE can't save scripts --- should all be fixed with final 1.1.0

2015-10-07 Thread RaiMan
@GCE thanks again for your continued contibution. at least after some fixes and with the final 1.1.0 any save problems should have been gone. syntax problems cannot interfere the save process, since save is a "simple" text file write, that does not involve the interpreter. ** Summary changed:

Re: [Sikuli-driver] [Question #272164]: SikuliX on sonatype

2015-10-07 Thread Stephen
Question #272164 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272164 Status: Answered => Open Stephen is still having a problem: (Setting Question to 'I Still Need An Answer') -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #272164]: SikuliX on sonatype

2015-10-07 Thread Stephen
Question #272164 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272164 Stephen posted a new comment: Hi, Thanks for the speedy response. Fundamentally we are providing a way for a Java process to enumerate the xxx.sikuli‘s, and then for each sikuli using the Jython

Re: [Sikuli-driver] [Question #272170]: [1.1.0] JythonSupport: Not possible to get a Jython on to the classpath!

2015-10-07 Thread RaiMan
Question #272170 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272170 Status: Open => Needs information RaiMan requested more information: Since this is some script start problem: could you paste the first few lines of a failing script. I suppose, you have sikulixapi.jar

Re: [Sikuli-driver] [Question #272170]: [1.1.0] Running JRuby scripts: JythonSupport: Not possible to get a Jython on to the classpath!

2015-10-07 Thread RaiMan
Question #272170 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272170 Summary changed to: [1.1.0] Running JRuby scripts: JythonSupport: Not possible to get a Jython on to the classpath! -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #272164]: SikuliX on sonatype

2015-10-07 Thread RaiMan
Question #272164 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272164 RaiMan proposed the following answer: BTW: It will still take me some days to finally get sikulixapi.jar on MavenCentral, so you have to live with the snapshot from OSSRH in the moment (same codebase as the

Re: [Sikuli-driver] [Question #272164]: SikuliX on sonatype

2015-10-07 Thread RaiMan
Question #272164 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272164 RaiMan proposed the following answer: I had a short look: I guess, you have to put the interpreter.exec("from sikuli.Sikuli import *"); after the sys.path loop (having arranged it according to comment #4

Re: [Sikuli-driver] [Question #272164]: SikuliX on sonatype

2015-10-07 Thread RaiMan
Question #272164 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272164 Status: Open => Answered RaiMan proposed the following answer: ok, thanks I will have a look. ... but this message usually means, that sikulixapi.jar/Lib is not on Jython's sys.path (In the SikuliX

Re: [Sikuli-driver] [Question #272165]: Issue in installing sikulixsetup1.0.1.jar on windows 7

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

Re: [Sikuli-driver] [Question #272170]: [1.1.0] Running JRuby scripts: JythonSupport: Not possible to get a Jython on to the classpath!

2015-10-07 Thread RaiMan
Question #272170 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272170 RaiMan requested more information: I just made a test with the latest sikulixapi.jar on Java classpath before running a jirb session on commandline: irb(main):001:0> require 'Lib/sikulix' => true