Re: [Sikuli-driver] [Question #676037]: JAVA API : hotkey working just first time?

2018-11-10 Thread Dado
Question #676037 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676037 Dado posted a new comment: hi masuo, thanks, yes the variable is global, and I'm sure the hotkey is available because sometimes it works. I'll do some more test to try understand what could be -- You recei

Re: [Sikuli-driver] [Question #676037]: JAVA API : hotkey working just first time?

2018-11-10 Thread masuo
Question #676037 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676037 masuo proposed the following answer: @Dado Variable "running" is global ? By popup window you can confirm hotkey is available . This code works as expected. [example as python:] flag = True def handler(even

Re: [Sikuli-driver] [Question #676037]: JAVA API : hotkey working just first time?

2018-11-10 Thread RaiMan
Question #676037 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676037 Status: Open => Answered RaiMan proposed the following answer: Offline til Nov 20th Surely not the intended use You have to wait or find out -- You received this question notification because your te

[Sikuli-driver] [Question #676037]: JAVA API : hotkey working just first time?

2018-11-09 Thread Dado
New question #676037 on Sikuli: https://answers.launchpad.net/sikuli/+question/676037 I'm trying to stop a loop in my app using a global hotkey . This is the code for the hotkey I'm using: HotkeyListener hk_CTRL_F1 = new HotkeyListener() { @Override public