Re: [Sikuli-driver] [Question #247662]: Typing slower? --- 1.0.1+ use Settings.TypeDelay

2014-04-26 Thread alceal
Question #247662 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247662 Status: Answered = Solved alceal 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

Re: [Sikuli-driver] [Question #247512]: Run Sikuli script with single file?

2014-04-25 Thread alceal
Question #247512 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247512 alceal posted a new comment: Can we export it to an exe file? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Question #247662]: Typing slower?

2014-04-25 Thread alceal
New question #247662 on Sikuli: https://answers.launchpad.net/sikuli/+question/247662 Hello Raiman. How could I change typing delay? I only find: Settings.DelayAfterDrag Settings.DelayBeforeDrop Settings.MoveMouseDelay Settings.SlowMotionDelay Thank you. -- You received this question

Re: [Sikuli-driver] [Question #246919]: dragDrop() + KeyModifier issue?

2014-04-13 Thread alceal
Question #246919 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246919 Status: Answered = Open alceal is still having a problem: According to documentations, dragDrop has a KeyModifier option (http://doc.sikuli.org/region.html#Region.dragDrop). I thought to splip it up

Re: [Sikuli-driver] [Question #246919]: dragDrop() + KeyModifier issue?

2014-04-13 Thread alceal
Question #246919 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246919 Status: Answered = Solved alceal 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 contact

[Sikuli-driver] [Question #246919]: dragDrop() + KeyModifier issue?

2014-04-12 Thread alceal
New question #246919 on Sikuli: https://answers.launchpad.net/sikuli/+question/246919 Hello again, Rainman. I'm trying to create shortcuts in Windows using dragDrop(img1.png, img2.png, KeyModifier.ALT) but I get errors. Is it an issue? -- You received this question notification because you

Re: [Sikuli-driver] [Question #246742]: How to choose randomly from several lists and use them?

2014-04-10 Thread alceal
Question #246742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246742 Status: Answered = Solved alceal confirmed that the question is solved: Thank you very much for your help. -- You received this question notification because you are a member of Sikuli Drivers, which

[Sikuli-driver] [Question #246742]: How to choose randomly from several lists and use them?

2014-04-09 Thread alceal
New question #246742 on Sikuli: https://answers.launchpad.net/sikuli/+question/246742 Hello again. Step by step I'm writing new scripts for new situations that sikuli could help me a lot. I'm not a programmer. I'm an autodidact but although I have found answers for other problems, this one is

Re: [Sikuli-driver] [Question #246342]: Do onAppear and observe work? [1.0.1]

2014-04-02 Thread alceal
Question #246342 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246342 Status: Answered = Solved alceal confirmed that the question is solved: Thank you very much Raiman for your answers and explications. I'm waiting for 1.1.0 with excitement. -- You received

[Sikuli-driver] [Question #246342]: Do onAppear and observe work? [1.0.1]

2014-04-01 Thread alceal
New question #246342 on Sikuli: https://answers.launchpad.net/sikuli/+question/246342 Hello everyone. I've discovered this fantastic tool 3 weeks ago and I'm testing it on Windows 8.1 and OSX 10.7.5. I could have used almost every function but onAppear/observe. I've followed a few examples I've

Re: [Sikuli-driver] [Question #246342]: Do onAppear and observe work? [1.0.1]

2014-04-01 Thread alceal
Question #246342 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246342 alceal gave more information on the question: To be accurate: when I run the script it does but comes back to sikuli IDE immediately. I've just changed observe for this one: region_error.observe(30

Re: [Sikuli-driver] [Question #246342]: Do onAppear and observe work? [1.0.1]

2014-04-01 Thread alceal
Question #246342 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246342 alceal gave more information on the question: I've done a new script that when a notepad window appears sikuli clicks on File. I've realized two things: - that it only works if stopObserver is at the end

Re: [Sikuli-driver] [Question #246342]: Do onAppear and observe work? [1.0.1]

2014-04-01 Thread alceal
Question #246342 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246342 Status: Answered = Open alceal is still having a problem: Thank you Raiman. I've just used your script and it works pefectly. I've tried my script again and it only works if I add wait(x). I thought