[Sikuli-driver] [Bug 1420866] Re: [1.1.0] Need IDE settings to overwrite captured images

2015-05-11 Thread RaiMan
look http://sikulix.com -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1420866 Title: [1.1.0] Need IDE settings to overwrite captured images Status in Sikuli: Fix Committed Bug description:

[Sikuli-driver] [Bug 1420866] Re: [1.1.0] Need IDE settings to overwrite captured images

2015-06-23 Thread RaiMan
** Description changed: + * current implementation and usage + + Is implemented, but not yet added as a selectable option. + + Currently one has 3 possibilities: + + -- 1. a hack + When having the IDE open, just add an untitled/new tab, that only contains + + Settings.Overwrite

Re: [Sikuli-driver] [Bug 1420866] Re: [1.1.0] Need IDE settings to overwrite captured images

2015-05-11 Thread Collin Tobin
I am running Sikuli 1.1.0 I have a utilities.py that runs most of my common functions. I've included this line at the top: Settings.OverwriteImages = true/1 and also tried Settings.OverwriteImages = true/1 When I capture a pre-existing image, Sikuli names it with a "-1" and doesn't overwrite

Re: [Sikuli-driver] [Bug 1420866] Re: [1.1.0] Need IDE settings to overwrite captured images

2015-05-11 Thread RaiMan
Hi Collin, I have to admit, that I stopped in the middle (from your point of view ). I implemented this feature, but did not yet add it as a selectable option. Currently you have 3 possibilities: -- 1. a hack When having the IDE open, just add an untitled/new tab, that only contains Settings.O