[Sikuli-driver] [Bug 1451326] [NEW] [1.1.0] IDE: Line focus lost when coming back from Preview -> image rename

2015-05-03 Thread RaiMan
Public bug reported: When coming back from a rename of an image, the editor tab content is scrolled to the top again. Should keep the scroll position. ** Affects: sikuli Importance: High Assignee: RaiMan (raimund-hocke) Status: Fix Committed ** Changed in: sikuli Statu

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread RaiMan
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Status: Open => Answered RaiMan proposed the following answer: currently the only solution: min = 2.0 start = time.time() reg.wait(Img, 9) rest = min - time.time() - start if rest > 0: wait(rest) but m

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, also,

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, also,

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, also,

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, also,

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, also,

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, also,

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, also,

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, also,

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, so, if

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but

[Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
New question #266392 on Sikuli: https://answers.launchpad.net/sikuli/+question/266392 Is it possible to wait for an image 9secs OR at least wait for 2 secs in total I mean sometimes the image appears in 0secs, then I would like to wait for 2secs more, but if the image appears in 3secs, I would li

Re: [Sikuli-driver] [Question #266382]: Sikuli, IDE, libopencv, Windows

2015-05-03 Thread RaiMan
Question #266382 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266382 Status: Open => Answered RaiMan proposed the following answer: try with version 1.1.0 http://sikulix.com -- You received this question notification because you are a member of Sikuli Drivers, which is

[Sikuli-driver] [Question #266382]: Sikuli, IDE, libopencv, Windows

2015-05-03 Thread Rustam
New question #266382 on Sikuli: https://answers.launchpad.net/sikuli/+question/266382 Hello, colleagues. I have a problem using Sikuli IDE 1.0.1 under a Windows XP SP3 OS. After i tried to execute a simple code of 'click (screenshot)' i get the output to log file: # A fatal error has been detect

[Sikuli-driver] [Bug 1447096] Re: [1.1.0] OS X 10.10.3: IDE: running scripts acting on some Mac apps: work for about 60 seconds, then click/type get really slow --- workaround: use command line instea

2015-05-03 Thread RaiMan
@Rayan thanks for feedback. --- I don't have any issue with launching Notes with the App.open( ) Sure you do not have ;-) I found a hack to avoid this problem (see bug 1445667) --- to get around the slowdown for now ... ... just edit your script in the IDE and save it before running it from the