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

2011-08-03 Thread RaiMan
Question #166178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166178 RaiMan posted a new comment: Uuups, I did not realize this switchApp() stuff. This is one of the reasons, I requested to rework and harmonize the Python and Java API (see blueprint: https://blueprints.lau

[Sikuli-driver] [Bug 711129] Re: X 1.0rc1: [Java] using setROI() a match's region is reported relative to ROI top left, not screen's top left

2011-08-03 Thread Tsung-Hsiang Chang
This should be easy to fixed. Target it to RC3. ** Changed in: sikuli Status: New => Triaged ** Changed in: sikuli Importance: Undecided => Medium ** Changed in: sikuli Milestone: None => x1.0-rc3 -- You received this bug notification because you are a member of Sikuli Drivers, w

[Sikuli-driver] [Question #143611]: Status of bug #711129 changed to 'Triaged' in Sikuli

2011-08-03 Thread Tsung-Hsiang Chang
Bug #711129 status changed in Sikuli: New => Triaged https://bugs.launchpad.net/sikuli/+bug/711129 "X 1.0rc1: [Java] using setROI() a match's region is reported relative to ROI top left, not screen's top left" This bug is linked to #143611. X 1.0rc1: [Java] using setROI() a match's region

[Sikuli-driver] [Bug 711129] Re: X 1.0rc1: [Java] using setROI() a match's region is reported relative to ROI top left, not screen's top left

2011-08-03 Thread topa...@gmail.com
Hey guys, been using an old Sikuli for 7-8 months due to this bug. Did it ever get fixed? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/711129 Title: X 1.0rc1: [Java] using setROI() a match's reg

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

2011-08-03 Thread Willie
Question #166178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166178 Willie posted a new comment: [EDIT] Win32Util does work in my last setup, however I was making the call: switchApp(null), which was causing java to crash. I'm glad I've now found out I could be using the App

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

2011-08-03 Thread Willie
Question #166178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166178 Status: Answered => Solved Willie confirmed that the question is solved: Ok, does it matter if the JRE is not in the exact directory of C:\Program Files (x86)\Java\jre6? I'm just using the JRE from the J

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

2011-08-03 Thread Willie
Question #166178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166178 Willie 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, which is an answer contact for Si

[Sikuli-driver] [Bug 718941] Re: [request] [Java] Improved javadoc

2011-08-03 Thread RaiMan
** Description changed: + *Just for the record, + the new Javadoc for Sikuli X has been moved to http://sikuli.org/doc/java-x/ + + -- + Since I am using the Java API and I found the Javadoc a bit empty (http://sikuli.or

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

2011-08-03 Thread RaiMan
Question #166178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166178 Status: Open => Answered RaiMan proposed the following answer: What are you doing with Win32Util? This is only for internal use and not an official API. the basic test would be: Screen s = new Screen(

Re: [Sikuli-driver] [Question #166845]: clear imported Sikuli Scripts?

2011-08-03 Thread RaiMan
Question #166845 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166845 Status: Open => Answered RaiMan proposed the following answer: Try to use Sikuli script names without any special characters (only characters and numbers, no underscore or such stuff). This might be a b

Re: [Sikuli-driver] [Question #166838]: Get test a to run before test b

2011-08-03 Thread RaiMan
Question #166838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166838 Status: Open => Answered RaiMan proposed the following answer: This is one of the weirds of this Sikuli IDE feature. the tests are just run backwards in the sequence they are written: the last one first

Re: [Sikuli-driver] [Question #166845]: clear imported Sikuli Scripts?

2011-08-03 Thread Chase
Question #166845 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166845 Status: Answered => Open Chase is still having a problem: That doesn't seem to help. Maybe i have another issue. I receive this error: [error] Stopped [error] An error occurs at line 12 [error] Error mes

[Sikuli-driver] [Bug 718941] Re: [request] [Java] Improved javadoc

2011-08-03 Thread Tsung-Hsiang Chang
Just for the record, the new Javadoc for Sikuli X has been moved to http://sikuli.org/doc/java-x/. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/718941 Title: [request] [Java] Improved javadoc S

Re: [Sikuli-driver] [Question #166845]: clear imported Sikuli Scripts?

2011-08-03 Thread Tsung-Hsiang Chang
Question #166845 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166845 Status: Open => Answered Tsung-Hsiang Chang proposed the following answer: Use reload. See https://bugs.launchpad.net/sikuli/+bug/704981 for the details. -- You received this question notification beca

[Sikuli-driver] [Question #166845]: clear imported Sikuli Scripts?

2011-08-03 Thread Chase
New question #166845 on Sikuli: https://answers.launchpad.net/sikuli/+question/166845 How can i clear previously imported Sikuli Scripts? Even after closing Sikuli IDE and reopening it changes to some imported scripts are not taking affect. So i'm looking for a way to clear previously imported

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

2011-08-03 Thread Willie
Question #166178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166178 Willie gave more information on the question: OK I can import and use the Region class just fine. I can create a Win32Util object, but trying to do anything with it is when this error occurs..? -- You recei

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

2011-08-03 Thread Willie
Question #166178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166178 Status: Answered => Open Willie is still having a problem: OK after uninstalling everything and installed just Sikuli 32bit w/ a 32bit JDK. I set up my environmental variables to locate the jre inside th

[Sikuli-driver] [Question #166838]: Get test a to run before test b

2011-08-03 Thread Paul Lovewell
New question #166838 on Sikuli: https://answers.launchpad.net/sikuli/+question/166838 Hey folks. I'm sure this is pretty dumb question. I've written a huge Sikuli tour through a complex part of my app and it is tight. However I'm starting to port over to Unit test running and have hit a snag tha

Re: [Sikuli-driver] [Question #166826]: IDE changes png file paths

2011-08-03 Thread RaiMan
Question #166826 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166826 Status: Open => Answered RaiMan proposed the following answer: --1. if you want to use path's for images, you have to use absolute paths. --2. if you want to refer a directory in the same directory as

[Sikuli-driver] [Question #166826]: IDE changes png file paths

2011-08-03 Thread mike
New question #166826 on Sikuli: https://answers.launchpad.net/sikuli/+question/166826 I wanted to share some image files between a few sikuli tests. So in the IDE I deleted the image and typed in click("../images/test001c.png") The test ran successfully. I closed that tab in the IDE, I then o

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

2011-08-03 Thread Willie
Question #166178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166178 Willie posted a new comment: I think my 32bit JRE is corrupt somehow and it won't uninstall, hopefully that's the problem -- You received this question notification because you are a member of Sikuli Driver

Re: [Sikuli-driver] [Question #166824]: unable to screenshot in vista32

2011-08-03 Thread Tony Pezzuto
Question #166824 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166824 Status: Open => Solved Tony Pezzuto confirmed that the question is solved: I shouldn't be surprised, I must run Sikuli in admin mode. Please add this to your windows tutorial. -- You received this que

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

2011-08-03 Thread RaiMan
Question #166178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166178 Status: Open => Answered RaiMan proposed the following answer: At least for Sikuli, you have to have a clean 32-Bit environment both for Java and Sikuli. Before trying such complicated things with eclip

[Sikuli-driver] [Question #166824]: unable to screenshot in vista32

2011-08-03 Thread Tony Pezzuto
New question #166824 on Sikuli: https://answers.launchpad.net/sikuli/+question/166824 Any time i hit a point where i should be taking a screenshot the Sikili IDE disappears and I am unable to do anything. Ctrl+Shift+2 has no effect, even when just trying to activate on the desktop. -- You rec

Re: [Sikuli-driver] [Question #166807]: problem writing results to a file

2011-08-03 Thread mike
Question #166807 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166807 Status: Answered => Solved mike confirmed that the question is solved: Thanks - works fine. Just my luck to stumble on the only two protected directories !!! -- You received this question notification

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

2011-08-03 Thread Willie
Question #166178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166178 Willie posted a new comment: No post editing :( ^^ I uninstalled the 64-bit JRE altogether if that helps, didn't try running them in parallel yet. -- You received this question notification because you are

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

2011-08-03 Thread Willie
Question #166178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166178 Status: Answered => Open Willie is still having a problem: Set it up for the 32-bit Sikuli and JRE, and the IDE works great. However, if I run from java: --- SYSTEM PROPERTIES --- OS: Windows 7 User Pa

Re: [Sikuli-driver] [Question #166807]: problem writing results to a file

2011-08-03 Thread RaiMan
Question #166807 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166807 Status: Open => Answered RaiMan proposed the following answer: Uuuups, you are right - might have dreamed on that. On C: it seems that even the root directory is magically protected. Just create a folde

Re: [Sikuli-driver] [Question #166807]: problem writing results to a file

2011-08-03 Thread mike
Question #166807 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166807 Status: Answered => Open mike is still having a problem: Thanks for the advice. I tried several variations: fp = open('c:\\Test_results.txt','w') that failed with IOError: (13, 'EACCES', 'c:\\Test_re

[Sikuli-driver] [Bug 820022] Re: Problem loading on Ubuntu 11.04

2011-08-03 Thread RaiMan
Did you install a 32-Bit version of OpenCV 2.1? (on linux, you have to build it) If yes, what is the standard place on your system, where dynamic libs (.so) are installed? (usually in /usr/lib) If you find them as libcvso, try to implement symlinks in the same directory with the names as lib

Re: [Sikuli-driver] [Question #166807]: problem writing results to a file

2011-08-03 Thread RaiMan
Question #166807 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166807 Status: Open => Answered RaiMan proposed the following answer: If you run this in the IDE, the current working directory is c:\Program Files\Sikuli-IDE\ which is specially protected (no matter wether you

[Sikuli-driver] [Question #166807]: problem writing results to a file

2011-08-03 Thread mike
New question #166807 on Sikuli: https://answers.launchpad.net/sikuli/+question/166807 Hello, I am having a problem writing test results to a file in a Sikuli script. ... sts = wait(...) fp = open("c:Test_results.txt","w") if sts.getScore() < 0.5 : fp.write('Test 1 Failed') else: fp.write('Test

Re: [Sikuli-driver] [Bug 820022] Re: Problem loading on Ubuntu 11.04

2011-08-03 Thread Tesso M Costa
Any Ideia how to find them? and make it work? Thanks for the help! On Wed, Aug 3, 2011 at 8:39 AM, RaiMan wrote: > It seems that the OpenCV 2.1 modules cannot be found. > > They should be available in a lib directory, that is in the system path. > > -- > You received this bug notification becau

[Sikuli-driver] [Bug 820022] Re: Problem loading on Ubuntu 11.04

2011-08-03 Thread RaiMan
It seems that the OpenCV 2.1 modules cannot be found. They should be available in a lib directory, that is in the system path. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/820022 Title: Problem

Re: [Sikuli-driver] [Bug 820022] Re: Problem loading on Ubuntu 11.04

2011-08-03 Thread Tesso M Costa
Yeah, the damn site gave me 64bits instead of 32 bits. the 32 bits loads ok, but cant do nothing... all i got is this error [info] install hotkey: CTRL+SHIFT+2 for onQuickCapture [info] install hotkey: ALT+SHIFT+C for onStopRunning Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLin

Re: [Sikuli-driver] [Question #166785]: Windows: can't control keyboard or mouse when running from task scheduler (but scheduled task runs)

2011-08-03 Thread RaiMan
Question #166785 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166785 Summary changed to: Windows: can't control keyboard or mouse when running from task scheduler (but scheduled task runs) Description changed to: * to make it clear A scheduled task containing a Sikuli s

Re: [Sikuli-driver] [Question #166785]: Windows: can't control keyboard or mouse when running from task scheduler

2011-08-03 Thread Henry Ludemann
Question #166785 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166785 Henry Ludemann 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, which is an answer contac

Re: [Sikuli-driver] [Question #166785]: Windows: can't control keyboard or mouse when running from task scheduler

2011-08-03 Thread Henry Ludemann
Question #166785 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166785 Status: Answered => Solved Henry Ludemann confirmed that the question is solved: Thanks, ensuring the scheduled task window was closed fixed running the job as a scheduled task. Thanks very much for your

Re: [Sikuli-driver] [Question #166785]: Sikuli can't control keyboard or mouse when running from task scheduler

2011-08-03 Thread RaiMan
Question #166785 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166785 Status: Open => Answered RaiMan proposed the following answer: This is a known problem: the mmc console windows block the Java Robot actions (click, type, ...) see bug 794489 In your case the run from

Re: [Sikuli-driver] [Question #166785]: Windows: can't control keyboard or mouse when running from task scheduler

2011-08-03 Thread RaiMan
Question #166785 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166785 Summary changed to: Windows: can't control keyboard or mouse when running from task scheduler Description changed to: When running Sikuli X-1.0rc2 from the Windows Vista task scheduler, any 'click' or 'type'

Re: [Sikuli-driver] [Question #166785]: Windows: can't control keyboard or mouse when running from task scheduler

2011-08-03 Thread RaiMan
Question #166785 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166785 Linked to bug: #794489 https://bugs.launchpad.net/bugs/794489 "Windows: Management Console (mmc) windows block Sikuli mouse actions" -- You received this question notification because you are a

[Sikuli-driver] [Question #166785]: Sikuli can't control keyboard or mouse when running from task scheduler

2011-08-03 Thread Henry Ludemann
New question #166785 on Sikuli: https://answers.launchpad.net/sikuli/+question/166785 When running Sikuli X-1.0rc2 from the Windows Vista task scheduler, any 'click' or 'type' calls don't work. eg: type('r', KEY_WIN) will open Window's 'run' dialog when run directly from sikuli or from the

[Sikuli-driver] [Bug 820022] Re: Problem loading on Ubuntu 11.04

2011-08-03 Thread RaiMan
Guess it is a 64-Bit system. You have to use Sikuli's linux-64Bit-distribution. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/820022 Title: Problem loading on Ubuntu 11.04 Status in Sikuli: N

Re: [Sikuli-driver] [Question #166480]: i am using wondowx xp wanna aun sikuli on vmware

2011-08-03 Thread RaiMan
Question #166480 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166480 Status: Open => Answered RaiMan proposed the following answer: Try to contact these people personally. -- You received this question notification because you are a member of Sikuli Drivers, which is an