[Sikuli-driver] [Question #156975]: Sikuli X1.0rc2 terminates on taking screenshot(zipped version)

2011-05-11 Thread swethaa
New question #156975 on Sikuli: https://answers.launchpad.net/sikuli/+question/156975 Hi all, I have a zipped version of Sikuli X-1.0rc2 .Whenever I try to use the App to take screenshots it terminates.Could me help me find the crux of problem?? -- You received this question

Re: [Sikuli-driver] [Question #156980]: How do i record menu bar using the take screen shot option.

2011-05-11 Thread RaiMan
Question #156980 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156980 Status: Open = Answered RaiMan proposed the following answer: I guess, you are using the screen shot function from inside the IDE, which makes the selected menu to disappear, when you try to fire the

Re: [Sikuli-driver] [Question #156978]: Can Sikuli show image differences --- no

2011-05-11 Thread RaiMan
Question #156978 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156978 Summary changed to: Can Sikuli show image differences --- no -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Bug 780937] Re: X-1.0rc2: exact() information is lost in GUI on reopening --- workaround

2011-05-11 Thread anatoly techtonik
I actually thought that exact matching could speed up the process. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/780937 Title: X-1.0rc2: exact() information is lost in GUI on reopening ---

[Sikuli-driver] [Bug 780168] Re: X-1.0rc2: Exception access violation

2011-05-11 Thread RaiMan
You could try to get nearer to the point, it fails, if you run your script from command line with option -s, so at least the logging is available after the crash. If you want to watch the road to hell, you might make some intermediate regions/matches visible with Region.highlight(1) and/or watch

Re: [Sikuli-driver] [Question #156875]: how to paste using the windows shortcut (CTRL_KEY + 'v' does not work)

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

Re: [Sikuli-driver] [Question #156975]: Sikuli X1.0rc2 terminates on taking screenshot(zipped version)

2011-05-11 Thread swethaa
Question #156975 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156975 Status: Needs information = Open swethaa gave more information on the question: Termination of the IDE also happens in case of Sikuli X1.0 rc2 installer version..Pls help me fix.I did try fixing the

Re: [Sikuli-driver] [Question #156247]: How are exception handled when using imported scripts?

2011-05-11 Thread Tedi Roca
Question #156247 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156247 Status: Answered = Open Tedi Roca is still having a problem: It's only the 'wait' that is causing me some headaches :) It might be enough having the setAutoWait in some cases but other verifications

Re: [Sikuli-driver] [Question #156247]: How are exception handled when using imported scripts?

2011-05-11 Thread Tedi Roca
Question #156247 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156247 Tedi Roca posted a new comment: Right. I'm gonna try to handle the wait somehow to be catch with the exception. -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #156909]: MAC : Issue with exit code from sikuli for RC2

2011-05-11 Thread RaiMan
Question #156909 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156909 Status: Needs information = Answered RaiMan proposed the following answer: Since I always wanted the new subprocess.Popen, I made the following test (Mac OS X 10.6): -- The Sikuli script

Re: [Sikuli-driver] [Question #156909]: MAC : Python: Issues with exit code when running Sikuli script with subprocess.Popen()

2011-05-11 Thread RaiMan
Question #156909 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156909 Summary changed to: MAC : Python: Issues with exit code when running Sikuli script with subprocess.Popen() -- You received this question notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #156975]: Sikuli X1.0rc2 terminates on taking screenshot(zipped version)

2011-05-11 Thread RaiMan
Question #156975 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156975 Status: Open = Answered RaiMan proposed the following answer: Uuups, you are running Java build 6. You need at least build 16. Current build is 24 (recommended ;-) And you should sanitize your PATH:

Re: [Sikuli-driver] [Question #157012]: Reduce usage of if-statements?

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

Re: [Sikuli-driver] [Question #156967]: How do determine the x y coordinates

2011-05-11 Thread Al Alder
Question #156967 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156967 Status: Answered = Solved Al Alder confirmed that the question is solved: Thank you RaiMan, you fully answered my question. Sikuli rocks! -- You received this question notification because you are a

[Sikuli-driver] [Question #157094]: is there a function to play a beep / sound in sikuli ?

2011-05-11 Thread dru nelson
New question #157094 on Sikuli: https://answers.launchpad.net/sikuli/+question/157094 hi, i would like to have sikuli play a beep when it reaches a certain point in the program. Is there a built-in, one liner that is cross platform that can do this? cheers, dru -- You received this

Re: [Sikuli-driver] [Question #156909]: MAC : Python: Issues with exit code when running Sikuli script with subprocess.Popen()

2011-05-11 Thread RaiMan
Question #156909 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/156909 RaiMan posted a new comment: thanks for the info and putting me on this topic - I learned about new possibilities. yes, I did not test what happens, if the script just finishes. I will add it. -- You

[Sikuli-driver] [Question #157108]: How create asserTrue: Sikuli + Junit + ANT : Image exists or not ?

2011-05-11 Thread Madhu
New question #157108 on Sikuli: https://answers.launchpad.net/sikuli/+question/157108 I have Sikuli, Junit, ANT working fine. Now I need assertTrue as part of each test case. Otherwise all test cases are passing. I can assert whether an image exists or not? Or I can check if some text exists

[Sikuli-driver] [Question #157145]: Does the || Or Operator work with Sikuli?

2011-05-11 Thread Tom S
New question #157145 on Sikuli: https://answers.launchpad.net/sikuli/+question/157145 Does the || Or Operator work with Sikuli? Also, I'm tracking this bug #777037. Is there any way we can download the build that has this fix? -- You received this question notification because you are a

[Sikuli-driver] [Bug 780168] Re: X-1.0rc2: Windows: Crash in Java awt.dll

2011-05-11 Thread anatoly techtonik
Seems that I've got the pattern. Sikuli crashes every time I put my notebook out of sleep mode. It is not related to the running script. The IDE was simply opened. And although I do have Intel video card, right now I was on ATI. -- You received this bug notification because you are a member of