Re: [Sikuli-driver] [Question #143761]: Whether dragDrop() can use more than once in a same script

2011-02-05 Thread Padma
Question #143761 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/143761 Status: Needs information => Solved Padma confirmed that the question is solved: Windows 7 & XPi want to drag image form one place to 3different locations.. i tried i

[Sikuli-driver] [Bug 713901] Re: type(somekey, KEY_META) inconsistent

2011-02-05 Thread yarko
Sorry for the noise - this seems like an operator error (?) --- replace: type("L",) with: type("l", ) ...now apps respond as expected. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/7139

[Sikuli-driver] [Bug 713901] [NEW] type(somekey, KEY_META) inconsistent

2011-02-05 Thread yarko
Public bug reported: First - thanks; sikuli seems like a very promising concept. Sikuli X-1.0rc1 On Mac OS-X, Snow Leopard (10.6.6; 64 bit): 3 browsers installed: Safari, Google Chrome (set as default), Firefox (3.6.13) Given the following script: - browser = App("firefox3") if not browse

Re: [Sikuli-driver] [Question #144169]: Last click refuses to work

2011-02-05 Thread jeff
Question #144169 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/144169 jeff confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Siku

Re: [Sikuli-driver] [Question #144169]: Last click refuses to work

2011-02-05 Thread jeff
Question #144169 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/144169 Status: Answered => Solved jeff confirmed that the question is solved: Got it to work, turned the similarity of the last image down to .55 and it recognizes it now perfectly. Not sure why it didn't befor

Re: [Sikuli-driver] [Question #144169]: Last click refuses to work

2011-02-05 Thread jeff
Question #144169 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/144169 jeff posted a new comment: I'm still getting the same error :( Here is the error: [sikuli] Stopped [sikuli] An error occurs at line 13 [sikuli] Error message: Traceback (most recent call last): File "C:

Re: [Sikuli-driver] [Question #144169]: Last click refuses to work

2011-02-05 Thread RaiMan
Question #144169 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/144169 Status: Open => Answered RaiMan proposed the following answer: I collected the scripting statements and made some "optimizations" --- never ending loop: while True: --- just wait some seconds: wait() ins

Re: [Sikuli-driver] [Question #142166]: Sikuli IDE vs. NetBeans: Windows: filenames need double backslash

2011-02-05 Thread Launchpad Janitor
Question #142166 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/142166 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

[Sikuli-driver] [Question #144169]: Last click refuses to work

2011-02-05 Thread jeff
Question #144169 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/144169 Description changed to: I have a relatively simple script, its for a game. It clicks each button right when it pops up way until the very end. Here is the script while 1 < 2: # Neverending loop

[Sikuli-driver] [Question #144169]: Last click refuses to work

2011-02-05 Thread jeff
New question #144169 on Sikuli: https://answers.launchpad.net/sikuli/+question/144169 I have a relatively simple script, its for a game. It clicks each button right when it pops up way until the very end. Here is the script while 1 < 2: # Neverending loop click( image1 )