Re: [Sikuli-driver] [Question #200752]: Sikuli IDE deletes PNG files, whose filename strings cannot be found in the script, when saving the script

2012-06-19 Thread Human
Question #200752 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200752 Status: Answered = Solved Human confirmed that the question is solved: The workaround worked after fixing up some syntax issues :) (Need a closed paren for the addImagePath line, and need to put

[Sikuli-driver] [Question #200752]: Sikuli IDE deletes PNG files, whose filename strings cannot be found in the script, when saving the script

2012-06-18 Thread Human
New question #200752 on Sikuli: https://answers.launchpad.net/sikuli/+question/200752 *** this is by design I found that this is occuring by design in clean-dot-sikuli.py. I guess the idea is to remove any temporary PNGs that were saved in the course of grabbing images with the IDE, but it's

Re: [Sikuli-driver] [Question #200752]: Sikuli IDE deletes PNG files, whose filename strings cannot be found in the script, when saving the script

2012-06-18 Thread Human
Question #200752 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200752 Human gave more information on the question: To be clear, when I said that this is happening by design, that does not mean that the behavior is correct. The algorithm seems to have been designed

Re: [Sikuli-driver] [Question #200752]: Sikuli IDE deletes PNG files, whose filename strings cannot be found in the script, when saving the script

2012-06-18 Thread Human
Question #200752 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200752 Human posted a new comment: Thanks for the workaround. I'll give that a try. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #200752]: Sikuli IDE deletes PNG files, whose filename strings cannot be found in the script, when saving the script

2012-06-18 Thread Human
Question #200752 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200752 Human posted a new comment: BTW, Something that is so by design, can never be a bug. It can only motivate you to add a request to the developers ;-) Maybe this is a philosophical issue, but as a software

[Sikuli-driver] [Bug 1010761] Re: Sikuli IDE deletes PNG files that it can't find in the current py file

2012-06-17 Thread Human
I found that this is occuring by design in clean-dot-sikuli.py. I guess the idea is to remove any temporary PNGs that were saved in the course of grabbing images with the IDE, but it's also deleting PNGs that were put there by the user. -- You received this bug notification because you are a

Re: [Sikuli-driver] [Question #194353]: How to pass arguments to Sikuli script run without the IDE

2012-06-12 Thread Human
Question #194353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194353 Human posted a new comment: On Linux, I'm able to invoke Sikuli this way to add parameters that the script can use: sikuli-ide -r ./myscript.sikuli -args argshere Does this behavior differ by platform

[Sikuli-driver] [Question #199900]: Way to turn off smooth mouse movement?

2012-06-08 Thread Human
New question #199900 on Sikuli: https://answers.launchpad.net/sikuli/+question/199900 I actually really like the smooth mouse movement when making scripts that demonstrate how to interact with UIs, but it feels like it adds time to the interaction for automation tasks. Is there a flag or

[Sikuli-driver] [Bug 1010761] [NEW] Sikuli IDE deletes PNG files that it can't find in the current py file

2012-06-08 Thread Human
Public bug reported: I generalized a Sikuli script to cobble together PNG filenames from components (e.g. prefix + icon.png), and I loaded the script in the IDE. At some point (I can try to find out exactly when) the PNG files in the script directory disappeared. It seems to be the case that

Re: [Sikuli-driver] [Question #199900]: Way to turn off smooth mouse movement?

2012-06-08 Thread Human
Question #199900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/199900 Status: Open = Solved Human confirmed that the question is solved: My keyword-based search failed me, but I happened to find the answer here: http://sikuli.org/docx/globals.html

[Sikuli-driver] [Bug 1010761] Re: Sikuli IDE deletes PNG files that it can't find in the current py file

2012-06-08 Thread Human
I re-read that, and I realized I wasn't clear on what was going on. The first version of my script involved making PNGs named appname1icon.png, appname2icon.png, etc. When I exited the IDE, edited the script by hand to generalize it as above, then re-loaded it in the IDE, at some point, the

[Sikuli-driver] [Bug 1010761] Re: Sikuli IDE deletes PNG files that it can't find in the current py file

2012-06-08 Thread Human
The bug only seems to occur when saving the script from the IDE, which makes sense. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1010761 Title: Sikuli IDE deletes PNG files that it can't find