Re: [Sikuli-driver] [Question #191950]: focus() works the first time only

2012-04-03 Thread Yann
Question #191950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191950 Status: Answered = Open Yann is still having a problem: Thanks for you answers ! Which scripting tools do you advise for Mac and Windows ? Do you think that having different behaviours on Mac and

Re: [Sikuli-driver] [Question #191950]: focus() works the first time only

2012-04-03 Thread RaiMan
Question #191950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191950 Status: Open = Answered RaiMan proposed the following answer: --- Do you think that having different behaviours on Mac and Windows for the same function focus() is a bit tricky for those who write

Re: [Sikuli-driver] [Question #191950]: focus() works the first time only

2012-04-03 Thread Yann
Question #191950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191950 Status: Answered = Solved Yann confirmed that the question is solved: BTW: I am not one of the developers ! Don't worry, I an aware of that. ;) Thanks for your tips ! Good luck -- You received this

Re: [Sikuli-driver] [Question #191950]: focus() works the first time only

2012-04-02 Thread Roman Podolyan
Question #191950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191950 Status: Open = Answered Roman Podolyan proposed the following answer: Any idea or workaround ? Am I missing something ? In situation when I needed to switch focus, I did it with clicking application

Re: [Sikuli-driver] [Question #191950]: focus() works the first time only

2012-04-02 Thread RaiMan
Question #191950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191950 RaiMan posted a new comment: @ Roman very good points. It is still so, that the App class does not really hide the system specifics, so the behavior especially of App.focus() is very different on Mac and

Re: [Sikuli-driver] [Question #191950]: focus() works the first time only

2012-03-29 Thread Luis Gonzalez
Question #191950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191950 Luis Gonzalez posted a new comment: I am facing the same issue on Windows 7 using Sikuli X 1.0rc3. The focus works the first time but any subsequent calls do not. -- You received this question notification

[Sikuli-driver] [Question #191950]: focus() works the first time only

2012-03-28 Thread Yann
New question #191950 on Sikuli: https://answers.launchpad.net/sikuli/+question/191950 Hello, I have the current situation : 2 applications (appA and appB) which need to be focus one after another. appA.open() appB.open() appA.focus() appB.focus() appA.focus() appB.focus() I notice that only the