Re: [Sikuli-driver] [Question #179741]: How to run sikuli script in Eclipse

2011-11-23 Thread Prateek Sahu
Question #179741 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179741 Status: Answered => Open Prateek Sahu is still having a problem: Thanks RaiMan.. I had already follwed steps you mentioned in your last answer... now when I am running the follwing script and an error i

Re: [Sikuli-driver] [Question #179700]: Robot Framework: capture screen and move to a new location

2011-11-23 Thread Peter Kim
Question #179700 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179700 Status: Answered => Open Peter Kim is still having a problem: Hi RaiMan, Thank you for your prompt answers. I think that the problem is getBundlePath() when Sikuli is run with Robot Framework. Here i

Re: [Sikuli-driver] [Bug 893834] Re: can't excute the saved script in winxp

2011-11-23 Thread jeromy
Hi RaiMan, I'll give you a snapshot, if the project is not saved, there's no error, it only occurs when saved. 2011/11/23 RaiMan > I admit, that it is hard to read, but there is some mismatching of > bracketing characters in this statement. > pls. post the real statement. > > This is definite

Re: [Sikuli-driver] [Question #179795]: can't figure out looping

2011-11-23 Thread hookus
Question #179795 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179795 Description changed to: I want to scan through a page looking for an image. when image is found, click the image, then keep scanning. this seems to be VERY hard to figure out, as I see many many questions

Re: [Sikuli-driver] [Question #179795]: can't figure out looping

2011-11-23 Thread hookus
Question #179795 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179795 Description changed to: I want to scan through a page looking for an image. when image is found, click the image, then keep scanning. after looking through these sections I have this: while not exists("lo

Re: [Sikuli-driver] [Question #179795]: can't figure out looping

2011-11-23 Thread hookus
Question #179795 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179795 Description changed to: I want to scan through a page looking for an image. when image is found, click the image, then keep scanning. after looking through these sections I have this: found = True while n

[Sikuli-driver] [Question #179795]: can't figure out looping

2011-11-23 Thread hookus
New question #179795 on Sikuli: https://answers.launchpad.net/sikuli/+question/179795 I want to scan through a page looking for an image. when image is found, click the image, then keep scanning. after looking through these sections I have this: found = True while not exists("loadmorecomm-2.pn

[Sikuli-driver] [Question #179786]: Pass an argument to a sikuli script

2011-11-23 Thread Ezequiel
New question #179786 on Sikuli: https://answers.launchpad.net/sikuli/+question/179786 Hi all, I want to know how pass arguments to a sikuli script from batch file, can help any sample would be highly appreciated The example .bat: Sikuli-IDE.bat -r "C:\Files\ScriptsWindows\Co-Branded_Uninstall.

Re: [Sikuli-driver] [Question #179773]: Java mehtod that returns OS name

2011-11-23 Thread ace.bihi
Question #179773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179773 Status: Open => Solved ace.bihi confirmed that the question is solved: Sorry for disturbing you guys, i've found the solution: Use Env.getOS() method. thanls for help guys ! -- You received this ques

[Sikuli-driver] [Question #179773]: Java mehtod that returns OS name

2011-11-23 Thread ace.bihi
New question #179773 on Sikuli: https://answers.launchpad.net/sikuli/+question/179773 Hi , I need to know if there is a method that returns the OS name . i know that the enum exists but that method that I need is the one who returns that type of Enum (that returns OS) (please see the link to jav

[Sikuli-driver] [Bug 893909] Re: [error] Can't create OS Util: org.sikuli.script.Win32Util- exception is thrown whil eusing Sikuli through java

2011-11-23 Thread santosh
There is no difference in the setup all the 3 windows 7 are having same version of OS, same version of Sikuli, same version of JAVA installed. as per my understanding i think, there is an access problem for JVM while loading native win32dll. Could you please go through the Exceptions i have att

Re: [Sikuli-driver] [Question #169859]: Availability? Android: using Monkey runner? Mac: Cocoa Accessibility API?

2011-11-23 Thread Tsung-Hsiang Chang
Question #169859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169859 Tsung-Hsiang Chang proposed the following answer: Sorry, we don't provide the jar anymore. We'll release a better version sometime later. In the meantime, you can build it from source if you really need it.

[Sikuli-driver] [Bug 878864] Re: [request] want Pattern.anySize() and Pattern.anyColor()

2011-11-23 Thread Macs
Hi Tsung-Hsiang, Do you have any suggestion on the implementation of Pattern().anySize()? If my understanding is correct, the current implementation uses the opencv template matching API and the limitation of this is that the size of the pattern image should be equal or less than the size of the

[Sikuli-driver] [Bug 893564] Re: X 1.0rc3: Windows XP. IDE closes when capturing an image. [Solved]

2011-11-23 Thread RaiMan
** Changed in: sikuli Status: New => Invalid -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/893564 Title: X 1.0rc3: Windows XP. IDE closes when capturing an image. [Solved] Status in Sikul

[Sikuli-driver] [Bug 893564] Re: X 1.0rc3: Windows XP. IDE closes when capturing an image. [Solved]

2011-11-23 Thread Mikeldi Latorre
** Summary changed: - X 1.0rc3: Windows XP. IDE closes when capturing an image. + X 1.0rc3: Windows XP. IDE closes when capturing an image. [Solved] ** Description changed: When capturing an image (either shorcut or click icon/command) the IDE closes, but doesn't launch the "select area" scre

[Sikuli-driver] [Bug 893564] Re: X 1.0rc3: Windows XP. IDE closes when capturing an image.

2011-11-23 Thread RaiMan
I just remember, that there have been problems on WinXP, when Sikuli IDE was not run with admin rights. And I did not ask yet: newest official Sun JRE? (1.6.0_29) --- get rid of old stuff the main things are the environment (system path and SIKULI_HOME) and the registry (you seem to be able to h

[Sikuli-driver] [Bug 893909] Re: [error] Can't create OS Util: org.sikuli.script.Win32Util- exception is thrown whil eusing Sikuli through java

2011-11-23 Thread RaiMan
Seems to be principally ok. You say: issue is observed in 2 out of 3 windows 7 machines. same code works on other windows 7 So the question is: What are the differences between the systems and their setup? I cannot reproduce this behavior on my Win7-32 -- You received this bug notification bec

Re: [Sikuli-driver] [Question #179741]: How to run sikuli script in Eclipse

2011-11-23 Thread RaiMan
Question #179741 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179741 Status: Open => Answered RaiMan proposed the following answer: -- in Eclipse make a new PyDev project - name it - uncheck 'Project contents' use defaults - browse for the directory .sikuli, that you want

[Sikuli-driver] [Bug 893909] Re: [error] Can't create OS Util: org.sikuli.script.Win32Util- exception is thrown whil eusing Sikuli through java

2011-11-23 Thread santosh
Issue is observed on Sikuli-X-1.0rc3 (r905)-win32 On Windows7 OS. issue is observed in 2 out of 3 windows 7 machines. same code works on other windows 7 and also on Mac Os X. below is the sample code. Sikuli-X-1.0rc3 (r905)-win32 public class TestNGTest { static Selenium selenium; WebDriv

[Sikuli-driver] [Bug 893909] Re: [error] Can't create OS Util: org.sikuli.script.Win32Util- exception is thrown whil eusing Sikuli through java

2011-11-23 Thread santosh
Complete exception is captured in the attached file. ** Attachment added: "Log for IEPlugin.txt" https://bugs.launchpad.net/sikuli/+bug/893909/+attachment/2605873/+files/Log%20for%20IEPlugin.txt -- You received this bug notification because you are a member of Sikuli Drivers, which is subscr

Re: [Sikuli-driver] [Question #179741]: How to run sikuli script in Eclipse

2011-11-23 Thread Prateek Sahu
Question #179741 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179741 Prateek Sahu gave more information on the question: doubleClick("1321868315871.png") wait("gelCSopraInd.png",5) click(Pattern("IFnFll1.png").similar(0.79).targetOffset(2,0)) click("TELEXT.png") click(Pattern(

Re: [Sikuli-driver] [Question #179709]: How to open any application from user defined path

2011-11-23 Thread RaiMan
Question #179709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179709 Status: Open => Answered RaiMan proposed the following answer: This works on my Win7: Needed to run successfully: a folder c:\Tests containing 4 files test1.txt, test2.txt, test3.txt, test4.txt What it

Re: [Sikuli-driver] [Question #179709]: Windows: How to open apps from specific path and switch between apps only knowing the process ids

2011-11-23 Thread RaiMan
Question #179709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179709 Summary changed to: Windows: How to open apps from specific path and switch between apps only knowing the process ids -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #179741]: How to run sikuli script in Eclipse

2011-11-23 Thread Prateek Sahu
Question #179741 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179741 Status: Answered => Open Prateek Sahu is still having a problem: Thank You It would be great if could please tell me step wise procedure how I can use .py file in Eclipse... I am using Eclipse 3.4 and

Re: [Sikuli-driver] [Question #179741]: How to run sikuli script in Eclipse

2011-11-23 Thread RaiMan
Question #179741 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179741 Status: Open => Answered RaiMan proposed the following answer: You cannot run the .sikuli in eclipse. You have to use the contained .py and you have to take care for the images by e.g. setBundlePath() o

Re: [Sikuli-driver] [Question #179615]: Configuring Eclipse for Jython

2011-11-23 Thread RaiMan
Question #179615 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179615 RaiMan posted a new comment: Hope you are talking about Jython 2.5.1 ??? 2.2.1 might make problems with Sikuli. -- You received this question notification because you are a member of Sikuli Drivers, which

[Sikuli-driver] [Bug 893564] Re: X 1.0rc3: Windows XP. IDE closes when capturing an image.

2011-11-23 Thread magodiez
jre6 was already in the path What do I need to change to "unistall" Sikuli 10 or upgrade to Sikuli X??? I tryed with the last build (930), change SIKULI_HOME and delete HKEY_CURRENT_USER\Software\JavaSoft\Prefs\org\sikuli\ But still same problem... Sorry, and thanks for your dedication, X) -- Y

Re: [Sikuli-driver] [Question #179741]: How to run sikuli script in Eclipse

2011-11-23 Thread Prateek Sahu
Question #179741 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179741 Status: Answered => Open Prateek Sahu is still having a problem: Yes I have read this tutorial... and I have followed the mentiond steps.. Now i want to run my sikuli script using eclipse...please help

Re: [Sikuli-driver] [Question #179741]: How to run sikuli script in Eclipse

2011-11-23 Thread Calle Rundgren
Question #179741 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179741 Status: Open => Answered Calle Rundgren proposed the following answer: Have you tested using this tutorial? http://sikuli.org/docx/faq/040 -other-ide.html -- You received this question notification bec

[Sikuli-driver] [Bug 893909] Re: [error] Can't create OS Util: org.sikuli.script.Win32Util- exception is thrown whil eusing Sikuli through java

2011-11-23 Thread RaiMan
What version of Sikuli? Pls. paste some specific code, to reproduce the problem. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/893909 Title: [error] Can't create OS Util: org.sikuli.script.Win32

Re: [Sikuli-driver] [Question #179615]: Configuring Eclipse for Jython

2011-11-23 Thread Prateek Sahu
Question #179615 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179615 Prateek Sahu posted a new comment: Thanks raiman I have configured eclipse for jython using version jython 2.2.1 and it worked.. -- You received this question notification because you are a member of S

Re: [Sikuli-driver] [Question #179615]: Configuring Eclipse for Jython

2011-11-23 Thread Prateek Sahu
Question #179615 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179615 Status: Answered => Solved Prateek Sahu confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

[Sikuli-driver] [Question #179741]: How to run sikuli script in Eclipse

2011-11-23 Thread Prateek Sahu
New question #179741 on Sikuli: https://answers.launchpad.net/sikuli/+question/179741 i have configured eclipse for jython ... Now I want to run my sikuli script which I have created using sikuli ide. Please help me how can I run my .sikuli file using Eclipse... -- You received this question n

Re: [Sikuli-driver] [Question #121770]: X-1.0rc3: Windows: WIN Key (in some cases) and other key combinations do not work

2011-11-23 Thread RaiMan
Question #121770 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/121770 Summary changed to: X-1.0rc3: Windows: WIN Key (in some cases) and other key combinations do not work -- You received this question notification because you are a member of Sikuli Drivers, which is an ans

Re: [Sikuli-driver] [Question #121770]: WIN Key does not work

2011-11-23 Thread RaiMan
Question #121770 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/121770 RaiMan posted a new comment: @ Don Pelletier confirmed: type(Key.DELETE, KeyModifier.CTRL | KeyModifier.ALT) does not work either. Seems that these key combinations are filtered somehow, so that they canno

Re: [Sikuli-driver] [Question #121770]: WIN Key does not work

2011-11-23 Thread RaiMan
Question #121770 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/121770 RaiMan posted a new comment: @ Don Pelletier confirmed: type("l", KEY_WIN) does not work for some reason. A workaround on Win7: type(Key.ESC, KeyModifier.CTRL) type(Key.Right) type(Key.Right) now the lit

Re: [Sikuli-driver] [Question #121770]: WIN Key does not work

2011-11-23 Thread Don Pelletier
Question #121770 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/121770 Don Pelletier posted a new comment: Also I'm trying to do a Ctrl-Alt-Del combination. Looking at the documentation, it looks as though you should be able to refer to the Delete key as Key.Delete or KeyModifi

Re: [Sikuli-driver] [Question #121770]: WIN Key does not work

2011-11-23 Thread Don Pelletier
Question #121770 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/121770 Don Pelletier posted a new comment: I agree with Aleksey's original statement in wanting to lock the computer. DOES Work --> type("r", KEY_WIN) Does NOT --> type("l", KEY_WIN) No errors produced but *nothi

[Sikuli-driver] [Bug 893564] Re: X 1.0rc3: Windows XP. IDE closes when capturing an image.

2011-11-23 Thread RaiMan
--- do not use mixed installations of Sikuli X and Sikuli 10 --- on Windows the following addition to system path is needed for Sikuli X: path-to-java\jre6\bin You might try to add this to the path statement in the Sikuli .bat scripts, if it is not possible via the system settings. --- download

Re: [Sikuli-driver] [Question #179711]: mouse wheel scrolling methods in sikuli

2011-11-23 Thread RaiMan
Question #179711 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179711 Status: Open => Answered RaiMan proposed the following answer: see https://answers.launchpad.net/sikuli/+question/179629 -- You received this question notification because you are a member of Sikuli Dr

Re: [Sikuli-driver] [Question #179709]: How to open any application from user defined path

2011-11-23 Thread Vinay Kulkarni
Question #179709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179709 Status: Answered => Open Vinay Kulkarni is still having a problem: All instances of application have same title. That’s why I am trying to create instance. I was looking at getting process id from window

Re: [Sikuli-driver] [Question #177503]: Passing data through excel sheet to sikuli(in MAC OS)

2011-11-23 Thread RaiMan
Question #177503 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177503 RaiMan proposed the following answer: *** recommended use of module xlrd on Windows This eliminates the need, to manipulate sys.path --- in program folder Sikuli X create a folder Lib --- copy the xlrd fold

Re: [Sikuli-driver] [Question #179629]: Mouse wheel scroll

2011-11-23 Thread RaiMan
Question #179629 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179629 RaiMan proposed the following answer: --- look docs: ->index ->wheel the docs are here (from Sikuli IDE's Help menu): http://sikuli.org/docx/ the index link is in the upper right corner and there you can f

Re: [Sikuli-driver] [Question #179615]: Configuring Eclipse for Jython

2011-11-23 Thread RaiMan
Question #179615 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179615 Status: Open => Answered RaiMan proposed the following answer: This is definitely the place to get it and it works. download the file and double-click it -- You received this question notification bec

Re: [Sikuli-driver] [Question #179709]: How to open any application from user defined path

2011-11-23 Thread RaiMan
Question #179709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179709 Status: Open => Answered RaiMan proposed the following answer: as already mentioned in our private conversation: --- App.open() cannot be used in your case, since it does not allow, to specify a start

Re: [Sikuli-driver] [Question #179700]: Robot Framework: capture screen and move to a new location

2011-11-23 Thread RaiMan
Question #179700 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/179700 Status: Open => Answered RaiMan proposed the following answer: When running the stuff in RobotFrameWork, you have to take a a real path. getBundlePath() in this case points to the temp directory itself,

[Sikuli-driver] [Bug 893564] Re: X 1.0rc3: Windows XP. IDE closes when capturing an image.

2011-11-23 Thread magodiez
PS: I've used the .zip instead of installing with the .exe (no admin permisions), but I've set the SIKULI_HOME to the right path -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/893564 Title: X 1.0r

[Sikuli-driver] [Bug 893834] Re: can't excute the saved script in winxp

2011-11-23 Thread RaiMan
I admit, that it is hard to read, but there is some mismatching of bracketing characters in this statement. pls. post the real statement. This is definitely not a bug. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.l

[Sikuli-driver] [Bug 893909] [NEW] [error] Can't create OS Util: org.sikuli.script.Win32Util- exception is thrown whil eusing Sikuli through java

2011-11-23 Thread santosh
Public bug reported: I am running Sikuli through java, by using Sikuli-script.jar, while running the script i get the below exception "[error] Can't create OS Util: org.sikuli.script.Win32Util" Environment: Windowd 7 (32 bit) Installed JDK 1.6.0.29,jre6 JDK path, JRE path and Sikuli path are giv

[Sikuli-driver] [Bug 893564] Re: X 1.0rc3: Windows XP. IDE closes when capturing an image.

2011-11-23 Thread magodiez
I've tried with the Sikuli-IDE.bat, Sikuli-IDE-w.bat, and even the Sikuli-IDE.bat of the 0.10 No errors except the warning: 23-nov-2011 8:56:01 java.util.prefs.WindowsPreferences ADVERTENCIA: Could not open/create prefs root node Software\JavaSoft\Prefs at ro ot 0x8002. Windows RegCreateKeyEx