[Sikuli-driver] [Question #246006]: how to make focus on the input dialog?

2014-03-24 Thread joe fu
New question #246006 on Sikuli: https://answers.launchpad.net/sikuli/+question/246006 if I do the following, the input dialog sometimes will display behind some windows. How to set focus on the input dialog? ip = input("RDP ip address: ") -- You received this question notification because you

Re: [Sikuli-driver] [Question #246006]: how to make focus on the input dialog?

2014-03-25 Thread RaiMan
Question #246006 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246006 Status: Open => Answered RaiMan proposed the following answer: Currently the only possibility is to bring the running Sikuli process to foreground before issuing the input(). try out App.focus(). I th

Re: [Sikuli-driver] [Question #246006]: how to make focus on the input dialog?

2014-03-31 Thread joe fu
Question #246006 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246006 Status: Answered => Solved joe fu 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, w

Re: [Sikuli-driver] [Question #246006]: how to make focus on the input dialog?

2014-03-31 Thread joe fu
Question #246006 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246006 joe fu posted a new comment: Thanks RaiMan I've tried this and it works! ip = input("RDP ip address: ") App.focus() -- You received this question notification because you are a member of Sikuli Drivers, w

Re: [Sikuli-driver] [Question #246006]: how to make focus on the input dialog?

2014-03-31 Thread joe fu
Question #246006 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246006 Status: Solved => Open joe fu is still having a problem: sorry I take it back. actually it's not working. first it doesn't allow this from the IDE App.focus() then I tried this App.focus("") And it st

Re: [Sikuli-driver] [Question #246006]: how to make focus on the input dialog?

2014-03-31 Thread joe fu
Question #246006 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246006 joe fu posted a new comment: btw, I'm using this command sikuli-script.cmd -r rdp.sikuli -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact fo

Re: [Sikuli-driver] [Question #246006]: how to make focus on the input dialog?

2014-03-31 Thread RaiMan
Question #246006 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246006 Status: Open => Answered RaiMan proposed the following answer: usage of App.focus(): http://doc.sikuli.org/globals.html#App.focus -- You received this question notification because you are a member of