[Sikuli-driver] [Question #214242]: Does Sikuli IDE prevent Windows 7 from hibernate?

2012-11-15 Thread Maze
New question #214242 on Sikuli: https://answers.launchpad.net/sikuli/+question/214242 I've noticed that my Windows 7 (x64) does hibernate correctly in the past quite often. Means if I boot up next morning my past session is lost and Windows starts from scratch. I could isolate that the issues

Re: [Sikuli-driver] [Question #214242]: Does Sikuli IDE prevent Windows 7 from hibernate?

2012-11-15 Thread Maze
Question #214242 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214242 Description changed to: I've noticed that my Windows 7 (x64) does not hibernate correctly in the past quite often. Means if I boot up next morning my past session is lost and Windows starts from scratch. I

Re: [Sikuli-driver] [Question #214242]: Does Sikuli IDE prevent Windows 7 from hibernate?

2012-11-15 Thread RaiMan
Question #214242 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214242 Status: Open = Answered RaiMan proposed the following answer: If you are sure about that fact, then you should post a bug report. I do not think, that it might be solved in the near future (if possible

[Sikuli-driver] [Bug 1071597] Re: Sikuli IDE window doesn't open in Ubuntu

2012-11-15 Thread franzcai
@RaiMan ubuntu 12.04 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1071597 Title: Sikuli IDE window doesn't open in Ubuntu Status in Sikuli: In Progress Bug description: Hi, I am working

Re: [Sikuli-driver] [Question #214059]: Link to javadoc is broken again

2012-11-15 Thread Martin M.
Question #214059 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214059 Status: Answered = Open Martin M. is still having a problem: Still not working :( -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #214067]: Sikuli Script (Sikuli X-1.0) vs. Sikuli API (Java-only new version)

2012-11-15 Thread Martin M.
Question #214067 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214067 Status: Answered = Solved Martin M. confirmed that the question is solved: Thank's a lot RaiMan. I really appreciate your effort. -- You received this question notification because you are a member of

[Sikuli-driver] [Question #214253]: guide.arrow does not work with regions

2012-11-15 Thread Steffen
New question #214253 on Sikuli: https://answers.launchpad.net/sikuli/+question/214253 Hi, I want to use guide.arrow(srcTarget, destTarget), but it looks like I always have to use .png's as targets. When I try to use Regions {for example: guide.arrow(find(a.png),find(b.png)) } i get a

Re: [Sikuli-driver] [Question #214059]: Link to javadoc is broken again

2012-11-15 Thread RaiMan
Question #214059 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214059 Status: Open = Answered RaiMan proposed the following answer: Yes the above link will never work again ;-) You have to go to the docs chapter again:

Re: [Sikuli-driver] [Question #214253]: guide.arrow does not work with regions

2012-11-15 Thread RaiMan
Question #214253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214253 Status: Open = Answered RaiMan proposed the following answer: Yes (as you should have seen in the code ;-), the current implementation only accepts image-filename, Pattern object or other component like

Re: [Sikuli-driver] [Question #214253]: guide.arrow does not work with regions

2012-11-15 Thread Steffen
Question #214253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214253 Status: Answered = Open Steffen is still having a problem: I was asking because I have a problem with guide I don't know how to solve this, maybe you have an idea: In the following link you can see

Re: [Sikuli-driver] [Question #214163]: ObserveScanRate

2012-11-15 Thread Hasham
Question #214163 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214163 Hasham posted a new comment: Thanks, is there a way that I can know if it is really scanning for the times that I specify? -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #214163]: ObserveScanRate

2012-11-15 Thread RaiMan
Question #214163 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214163 RaiMan proposed the following answer: -- no, you just have to believe it ;-) here is the java code that scans: boolean repeat(double timeout) throws Exception { int MaxTimePerScan = (int)

Re: [Sikuli-driver] [Question #214253]: guide.arrow does not work with regions

2012-11-15 Thread RaiMan
Question #214253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214253 Status: Open = Answered RaiMan proposed the following answer: Just produce small rectangles or circles as endpoints for the arrows using a point e.g. c1 = circle((x,y)) c2 = circle((x,y)) would make a

[Sikuli-driver] [Question #214277]: Blank log file

2012-11-15 Thread William Elmer
New question #214277 on Sikuli: https://answers.launchpad.net/sikuli/+question/214277 Hello! I am new to jython but moderate programmer. I am trying to write to a file for someone to see whether or not the test passed. But I get a blank write.txt file back. So here is generic code. f =

Re: [Sikuli-driver] [Question #214277]: Blank log file

2012-11-15 Thread William Elmer
Question #214277 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214277 Description changed to: Hello! I am new to jython but moderate programmer. I am trying to write to a file for someone to see whether or not the test passed. But I get a blank write.txt file back. So here is

Re: [Sikuli-driver] [Question #214277]: Blank log file

2012-11-15 Thread William Elmer
Question #214277 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214277 William Elmer gave more information on the question: additonal information: Windows XP I fully define each time I open a new file. (I verify the path by using the run in windows, just adding for

[Sikuli-driver] [Question #214286]: Problem with starting *.py file

2012-11-15 Thread indugur
New question #214286 on Sikuli: https://answers.launchpad.net/sikuli/+question/214286 Hello. I'm new in Python and that's why I've got some question with starting *.py files in Sikuli scripts. I need to start external python file from Sikuli script. I use the next construction: import os

[Sikuli-driver] [Bug 1079319] [NEW] Comment line throws a syntax error

2012-11-15 Thread Nicole Demers
Public bug reported: This line of comments: #In order to run this script the spreadsheet for MFW must be open already. Caused this error: [error] Stopped [error] An error occurs at line 1 [error] Error message: SyntaxError: (mismatched input 'd' expecting COLON, ('', 1, 112, if

Re: [Sikuli-driver] [Question #214233]: not exists doesn't do anything

2012-11-15 Thread Nicole Demers
Question #214233 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214233 Status: Open = Solved Nicole Demers confirmed that the question is solved: For future readers, here's a recap of the comments. The error was because the search was not precise enough;

Re: [Sikuli-driver] [Question #214286]: Problem with starting *.py file

2012-11-15 Thread j
Question #214286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214286 Status: Open = Answered j proposed the following answer: See question https://answers.launchpad.net/sikuli/+question/185801 os.startfile does not exist in Jython 2.5.2, you'll have to use os.popen() --

Re: [Sikuli-driver] [Question #214277]: Blank log file

2012-11-15 Thread j
Question #214277 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214277 Status: Open = Answered j proposed the following answer: Maybe it's just a typo, but f.close has no () in your script. Your script seems okay. Make sure you defenitely have the right path in my_dir.

Re: [Sikuli-driver] [Question #214286]: Problem with starting *.py file

2012-11-15 Thread indugur
Question #214286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214286 Status: Answered = Open indugur is still having a problem: Thank you for response but it still doesn't work. I have tried both mentioned ways: 1. import os cmd = r'C:\images\file.py' os.popen(cmd)

Re: [Sikuli-driver] [Question #214277]: Blank log file

2012-11-15 Thread William Elmer
Question #214277 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214277 Status: Answered = Open William Elmer is still having a problem: Thanks for the tip but yes it was just a typo. My script has f.close. I have confirmed that it was the correct path by copy pasta into

[Sikuli-driver] [Bug 1079414] [NEW] ImageIO.write does not check for correct folder location

2012-11-15 Thread Geoff Spier
Public bug reported: I found that during my initial setup the path C:\LocalAutomation\SikuliTests\Screenshots did not exist therefore Sikuli failed to create an image due to the directory Screenshots not being there. ** Affects: sikuli Importance: Undecided Status: New -- You

Re: [Sikuli-driver] [Question #214286]: Problem with starting *.py file

2012-11-15 Thread indugur
Question #214286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214286 indugur posted a new comment: btw by system is Win 7 64 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #214059]: Link to javadoc is broken again

2012-11-15 Thread Martin M.
Question #214059 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214059 Status: Answered = Solved Martin M. confirmed that the question is solved: ok, thank you :) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #214277]: Blank log file

2012-11-15 Thread RaiMan
Question #214277 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/214277 Status: Open = Solved RaiMan changed the question status: user is happy now -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for