Re: [Sikuli-driver] [Question #200949]: Save As... in Mac OS vX-1.0rc3 not working

2012-06-20 Thread RaiMan
Question #200949 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200949 Status: Open => Answered RaiMan proposed the following answer: Have a look at: faq 1766 update to newest build There is still an irritating effect: When opening a script by double clicking in the finde

Re: [Sikuli-driver] [Question #200949]: Mac OS X: experiencing oddities with Save As... in X-1.0rc3

2012-06-20 Thread RaiMan
Question #200949 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200949 Summary changed to: Mac OS X: experiencing oddities with Save As... in X-1.0rc3 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #200963]: Take a screen shot on Ubuntu 10.04 SikuliX-1rc3 does not work

2012-06-20 Thread Mark Donohoe
New question #200963 on Sikuli: https://answers.launchpad.net/sikuli/+question/200963 Using the latest Sikiuli rc3 (r905) on Ubuntu 10.04 take a screen shot appears to work the first time, but no image is inserted into the IDE. This is using FF 13. To reproduce: 1. Launch the Sikuli IDE 2. ins

Re: [Sikuli-driver] [Question #200963]: Take a screen shot on Ubuntu 10.04 SikuliX-1rc3 does not work

2012-06-20 Thread RaiMan
Question #200963 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200963 RaiMan posted a new comment: caused by incomplete installation -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1013814] Re: Take a screen shot on Ubuntu 10.04 SikuliX-1rc3 does not work

2012-06-20 Thread RaiMan
caused by incomplete installation ** Changed in: sikuli Status: New => Invalid ** Converted to question: https://answers.launchpad.net/sikuli/+question/200963 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.

Re: [Sikuli-driver] [Question #200963]: Take a screen shot on Ubuntu 10.04 SikuliX-1rc3 does not work

2012-06-20 Thread j
Question #200963 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200963 j posted a new comment: I did not experience this behaviour on ubuntu 10.04, but I used the 32bit version. Unfortunately I can't help you any further because I'm on 12.04 now. -- You received this question

Re: [Sikuli-driver] [Question #200963]: Take a screen shot on Ubuntu 10.04 SikuliX-1rc3 does not work

2012-06-20 Thread RaiMan
Question #200963 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200963 Status: Open => Answered RaiMan proposed the following answer: @ j-the-k sorry, for irritating you: this question is a converted bug, because the user himself solved it: I figured it out. One issue was

Re: [Sikuli-driver] [Question #199341]: How to integrate Junit test cases written with the help of sikuli in hudson

2012-06-20 Thread Launchpad Janitor
Question #199341 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/199341 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question no

Re: [Sikuli-driver] [Question #200963]: Take a screen shot on Ubuntu 10.04 SikuliX-1rc3 does not work

2012-06-20 Thread RaiMan
Question #200963 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200963 Status: Answered => Solved RaiMan changed the question status: to keep it for documentation -- You received this question notification because you are a member of Sikuli Drivers, which is an answer con

[Sikuli-driver] [Question #200979]: How to run sikuli from VB script

2012-06-20 Thread manas
New question #200979 on Sikuli: https://answers.launchpad.net/sikuli/+question/200979 I want to know how to run sikuli from VBScript and based upon sikuli script result , next VBScript will execute. for example if Sikuli script is passed i wll execute VBScript code.if fail i will stop execute ne

Re: [Sikuli-driver] [Question #200979]: How to run sikuli from VB script

2012-06-20 Thread RaiMan
Question #200979 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200979 Status: Open => Answered RaiMan proposed the following answer: run your script from your VBscript as a command using java -jar path-to-sikuli-script.jar path-to-your-script.sikuli no parameters to the

[Sikuli-driver] [Bug 701012] Re: X 1.0rc1: text() does not return all intervening blanks, add's others

2012-06-20 Thread sledge
Same here with 1.0rc3. Button on screen says "New Test", debug output correctly identifies two words: 26 7 43 15: New 77 7 42 15: Test But result string is collapsed onto "NewTest"... Should be a trivial fix -- You received this bug notification because you are a member of Sikuli Drivers, which

[Sikuli-driver] [Question #201012]: Simply Unit Testing not working - or is it me?

2012-06-20 Thread Kyle VandenLangenberg
New question #201012 on Sikuli: https://answers.launchpad.net/sikuli/+question/201012 Okay, So I know this issue has been beaten to death, I apologize for re-asking yet again. Anyway, I have this exact script: def setUp(self): print "in Setup" def tearDown(self): print "in teardown"

Re: [Sikuli-driver] [Question #200949]: Mac OS X: experiencing oddities with Save As... in X-1.0rc3

2012-06-20 Thread Bob Breeding
Question #200949 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200949 Status: Answered => Solved Bob Breeding 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

Re: [Sikuli-driver] [Question #200949]: Mac OS X: experiencing oddities with Save As... in X-1.0rc3

2012-06-20 Thread Bob Breeding
Question #200949 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200949 Bob Breeding posted a new comment: RaiMan - what great tips. What I get from this if I want to create a backup copy is to open from within the IDE and do a save as, then go in and clean up the pkg by removei

Re: [Sikuli-driver] [Question #201012]: Simply Unit Testing not working - or is it me?

2012-06-20 Thread RaiMan
Question #201012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201012 Status: Open => Answered RaiMan proposed the following answer: Your script seems somehow corrupted. Have a look into the contained .py inside the .sikuli folder. Another tip: forget this "toy" in the I

Re: [Sikuli-driver] [Question #201012]: Simply Unit Testing not working - or is it me?

2012-06-20 Thread Kyle VandenLangenberg
Question #201012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201012 Status: Answered => Open Kyle VandenLangenberg is still having a problem: Wasn't sure if I was suppose to hit "just add a comment" or "i still need an answer". As I am still looking for some advice. So n

Re: [Sikuli-driver] [Question #201012]: Simply Unit Testing not working - or is it me?

2012-06-20 Thread Kyle VandenLangenberg
Question #201012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201012 Kyle VandenLangenberg posted a new comment: I checked in .py. Looks fine to me. Naturally, I thought, lets try this again. And I literally copy and pasted the code from this webpage into a new file, saved it

[Sikuli-driver] [Bug 752065] Re: Screen goes black when capturing image when running on VM Fusion

2012-06-20 Thread ronabop
I'm seeing this on a Windows 7 host, running Oracle/Sun/(blah) VirtualBox 4.1.6, and a guest Ubuntu 12.04, *without 3D acceleration* passed to the guest, but of some note, the unity task bar/launcher is the only part of the screen that's *not* black. -- You received this bug notification because

[Sikuli-driver] [Question #201063]: Sikuli shuts down with every action i do

2012-06-20 Thread Test test8
New question #201063 on Sikuli: https://answers.launchpad.net/sikuli/+question/201063 Hi, After launching sikuli, the application shuts down with any action i do in it. Can anyone help me please? Thanks -- You received this question notification because you are a member of Sikuli Drivers, whi