Re: [Sikuli-driver] [Question #166618]: Run multiple scripts in single go

2011-08-01 Thread Jaspreet Singh
Question #166618 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166618 Status: Answered => Solved Jaspreet Singh confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Dr

Re: [Sikuli-driver] [Question #166618]: Run multiple scripts in single go

2011-08-01 Thread Jaspreet Singh
Question #166618 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166618 Jaspreet Singh posted a new comment: Great help ..! Thanks a ton Rai ..! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #166178]: SikuliX 64Bit / Win7 64Bit: Can't find dependent libraries

2011-08-01 Thread Willie
Question #166178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166178 Willie posted a new comment: Ok, I'll try the 32-bit Sikuli a little later then and report back. If I install the 32-bit JRE, will I have to mention it first in the system path or uninstall the 64-bit JRE for

Re: [Sikuli-driver] [Question #166178]: SikuliX 64Bit / Win7 64Bit: Can't find dependent libraries

2011-08-01 Thread Willie
Question #166178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166178 Willie posted a new comment: Thanks for sticking with me on this one by the way, I really appreciate it. -- You received this question notification because you are a member of Sikuli Drivers, which is an an

Re: [Sikuli-driver] [Question #143652]: Windows 7 64 Bit: Sikuli Eclipse java.lang.UnsatisfiedLinkError with 32-Bit Win32Util.dll

2011-08-01 Thread RaiMan
Question #143652 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/143652 RaiMan posted a new comment: my Sikuli 64-Bit version (built based on the sources of rc2 from Feb 2011) runs perfectly on my Win7 64Bit with JRE 64Bit, Eclipse/Netbeans and OpenCV 2.2. The only thing I have

Re: [Sikuli-driver] [Question #166178]: SikuliX 64Bit / Win7 64Bit: Can't find dependent libraries

2011-08-01 Thread RaiMan
Question #166178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166178 RaiMan proposed the following answer: Yes, the 32-Bit Sikuli runs un 64-Bit Windows. Yes you need the 32-Bit JRE. -- You received this question notification because you are a member of Sikuli Drivers, whic

Re: [Sikuli-driver] [Question #143652]: Windows 7 64 Bit: Sikuli Eclipse java.lang.UnsatisfiedLinkError with 32-Bit Win32Util.dll

2011-08-01 Thread Tavares Chambless
Question #143652 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/143652 Tavares Chambless posted a new comment: I too run into the "Can't find dependent libraries". Is sikuli planning to support 64bit windows? -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #166178]: SikuliX 64Bit / Win7 64Bit: Can't find dependent libraries

2011-08-01 Thread Willie
Question #166178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166178 Willie posted a new comment: If the 32-bit version works under 64-bit Windows that is fine with me. Will I need the 32-bit JRE though? -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #166618]: Run multiple scripts in single go

2011-08-01 Thread RaiMan
Question #166618 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166618 Status: Open => Answered RaiMan proposed the following answer: --- This is a generalized main script, that runs the given scripts one after another. import os dir = "absolute-path-to-directory-containin

Re: [Sikuli-driver] [Question #165336]: Script runs with 100% CPU

2011-08-01 Thread sylvain caillet
Question #165336 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/165336 Status: Answered => Solved sylvain caillet confirmed that the question is solved: Ok, thanks a lot for this script. It runs fine on my PC too. I was using in my scripts : with region(...) wait(txt

Re: [Sikuli-driver] [Question #166613]: How to restrict a search to a specific region

2011-08-01 Thread RaiMan
Question #166613 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166613 Status: Open => Answered RaiMan proposed the following answer: # solution: qualify every search action with the respective region reg =Region(112,777,71,137): if reg.exists(some_image,180): click(reg

Re: [Sikuli-driver] [Question #166613]: How to restrict a search to a specific region

2011-08-01 Thread RaiMan
Question #166613 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166613 RaiMan proposed the following answer: sorry, again: # solution: qualify every search action with the respective region reg = Region(112,777,71,137) if reg.exists(some_image,180): click(reg.getLastMatch()

Re: [Sikuli-driver] [Question #166613]: How to restrict a search to a specific region

2011-08-01 Thread Jeff Sant
Question #166613 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166613 Status: Answered => Open Jeff Sant is still having a problem: I saw the documents but was unable to understand thats why requested you to help me out. The solution you gave is not working for me, its st

Re: [Sikuli-driver] [Question #166618]: Run multiple scripts in single go

2011-08-01 Thread Jaspreet Singh
Question #166618 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166618 Description changed to: Hello, I have two questions. 1)Can you please tell me procedure to run several scripts in single go. For example , I have created below scripts script1.sikuli script2.sikuli script3.

[Sikuli-driver] [Question #166618]: Run multiple scripts in single go

2011-08-01 Thread Jaspreet Singh
New question #166618 on Sikuli: https://answers.launchpad.net/sikuli/+question/166618 Hello, I have two questions. 1)Can you please tell me procedure to run several scripts in single go. For example , I have created below scripts script1.sikuli script2.sikuli script3.sikuli script4.sikuli script

Re: [Sikuli-driver] [Question #150735]: Sikuli popup

2011-08-01 Thread RaiMan
Question #150735 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/150735 RaiMan posted a new comment: @Jeff Sant Be aware, that the API of Sikuli Guide will be heavily revised and extended against the version currently in the docs. So I recommend not to invest too much in the ve

Re: [Sikuli-driver] [Question #150735]: Sikuli popup

2011-08-01 Thread RaiMan
Question #150735 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/150735 RaiMan proposed the following answer: This is currently not an option. This is hard wired. And it is still in the current development source. If you know how to program in Java, it is rather simple to make y

Re: [Sikuli-driver] [Question #166613]: How to restrict a search to a specific region

2011-08-01 Thread RaiMan
Question #166613 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166613 Description changed to: I am selecting a region on screen and want Sikuli to only find and click the images available in this region, but this is not working eg. Region(112,777,71,137) if exists(some_image,

Re: [Sikuli-driver] [Question #166613]: How to restrict a search to a specific region

2011-08-01 Thread RaiMan
Question #166613 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166613 Summary changed to: How to restrict a search to a specific region -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #166613]: Region selection does not effect the program execution

2011-08-01 Thread RaiMan
Question #166613 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166613 Status: Open => Answered RaiMan proposed the following answer: Pls. do me a favor and have a look at the docs to understand some basic features. many options: --- setROI() --- reg.exists(), reg.click(),

Re: [Sikuli-driver] [Question #165336]: Script runs with 100% CPU

2011-08-01 Thread RaiMan
Question #165336 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/165336 Status: Open => Answered RaiMan proposed the following answer: Since I do not have a WinXP system available currently, I made a test on 2GB system running Win7 32Bit. this is the script: # start chrome

[Sikuli-driver] [Question #166613]: Region selection does not effect the program execution

2011-08-01 Thread Jeff Sant
New question #166613 on Sikuli: https://answers.launchpad.net/sikuli/+question/166613 Dear RaiMan, I am selecting a region on screen and want Sikuli to only find and click the images available in this region, but this is not working eg. Region(112,777,71,137) if exists(some_image,180):

Re: [Sikuli-driver] [Question #150735]: Sikuli popup

2011-08-01 Thread Jeff Sant
Question #150735 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/150735 Jeff Sant requested more information: Awesome, works great. Can i change the colors of the dialog box? Right now its in yellow and orange kind of combination. Thank you so much RaiMan, for your support --

Re: [Sikuli-driver] [Question #166375]: How to get specific registry value in sikuli

2011-08-01 Thread pipboy
Question #166375 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166375 Status: Answered => Solved pipboy confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, w

Re: [Sikuli-driver] [Question #165336]: Script runs with 100% CPU

2011-08-01 Thread sylvain caillet
Question #165336 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/165336 Status: Needs information => Open sylvain caillet gave more information on the question: Sorry for the delay ... not at office last days ! My aim is to use Sikuli as a application performance monitoring

Re: [Sikuli-driver] [Question #166441]: Sikuli integration with HP-Quality Center

2011-08-01 Thread RaiMan
Question #166441 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166441 Status: Open => Answered RaiMan proposed the following answer: Depending on your primary testing tool (e.g. Java JUnit), you will use calls to Sikuli features to accompany your tests. As long as you use

Re: [Sikuli-driver] [Question #166441]: Sikuli integration with HP-Quality Center

2011-08-01 Thread Jaspreet Singh
Question #166441 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166441 Status: Answered => Open Jaspreet Singh is still having a problem: Thanks Raimund, Can you please provide more clarification, can you pls provide little code snippet, what do you mean by "sends all outp

Re: [Sikuli-driver] [Question #166375]: How to get specific registry value in sikuli

2011-08-01 Thread RaiMan
Question #166375 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166375 Status: Open => Answered RaiMan proposed the following answer: --- _winreg Is not supported in Sikuli (not available in Jython, since it is a C-based module in Python, that are normally not available as

Re: [Sikuli-driver] [Question #166372]: x1.0-rc3 and Jython2.5.2

2011-08-01 Thread vitalliuss
Question #166372 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166372 Status: Answered => Open vitalliuss is still having a problem: I've got some difficulties with replacing jython in sikuli-script.jar. After unpacking sikuli-script.jar the following folders structure a

Re: [Sikuli-driver] [Question #166372]: x1.0-rc3 and Jython2.5.2

2011-08-01 Thread vitalliuss
Question #166372 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166372 vitalliuss posted a new comment: Good idea. I'll try to rebuild my 32bit jar with new Jython. Many thanks, RaiMan. -- You received this question notification because you are a member of Sikuli Drivers, whi

Re: [Sikuli-driver] [Question #166178]: SikuliX 64Bit / Win7 64Bit: Can't find dependent libraries

2011-08-01 Thread RaiMan
Question #166178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166178 RaiMan posted a new comment: Sorry, but everything seems to be ok, but I do not know what is happening. I think you should stick with the 32-Bit version. -- You received this question notification because

Re: [Sikuli-driver] [Question #166552]: How can i read, write to windows registry?

2011-08-01 Thread RaiMan
Question #166552 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166552 Status: Open => Answered RaiMan proposed the following answer: play around with the solution from https://answers.launchpad.net/sikuli/+question/166375. additionally you might use regedit import/export

Re: [Sikuli-driver] [Question #150735]: Sikuli popup

2011-08-01 Thread RaiMan
Question #150735 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/150735 RaiMan posted a new comment: I have uploaded a version from April 3rd, hoping it contains this feature: https://files.me.com/rhocke/kura2y (guide.jar) download it and place it in %APPDATA%\Sikuli\extensions