[Sikuli-driver] [Question #268932]: select() question

2015-07-06 Thread rob barlow
New question #268932 on Sikuli: https://answers.launchpad.net/sikuli/+question/268932 I've trying out the select() function and am little confused. Im trying to have it pop up in part of the script an wait. So user can click return to go back to main selection or exit altogether. Im guessing

Re: [Sikuli-driver] [Question #268932]: select() question

2015-07-06 Thread RaiMan
Question #268932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268932 Status: Open = Answered RaiMan proposed the following answer: thte select() acts synchronous like popup(). It is displayed and simply waits until the user presses a button. What you want cannot be

Re: [Sikuli-driver] [Question #268932]: select() question

2015-07-06 Thread rob barlow
Question #268932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268932 rob barlow posted a new comment: I found a work around to what I wanted to do. Env.addhotkey(Key.ESC,0,Quit) # ESC not used in game Setings.Dquit = 1 def Quit(event): Settings.Dquit =5 then in any

Re: [Sikuli-driver] [Question #268932]: select() question

2015-07-06 Thread rob barlow
Question #268932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268932 Status: Answered = Solved rob barlow confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli