Re: [Sikuli-driver] [Question #228089]: howto extend region class for long click?

2013-05-04 Thread Chris Kiick
Question #228089 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228089 Status: Answered = Solved Chris Kiick confirmed that the question is solved: I might look into making some sort of click delay interface. There are other requests for it. I decided I didn't need to

Re: [Sikuli-driver] [Question #228089]: howto extend region class for long click?

2013-05-04 Thread RaiMan
Question #228089 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228089 Assignee: None = RaiMan -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

[Sikuli-driver] [Question #228089]: howto extend region class for long click?

2013-05-03 Thread Chris Kiick
New question #228089 on Sikuli: https://answers.launchpad.net/sikuli/+question/228089 I have an application that takes long clicks - where the mouse is clicked, you wait about a second, and then release to activate the feature. I would like to be able to do something like r.longclick(pattern),

Re: [Sikuli-driver] [Question #228089]: howto extend region class for long click?

2013-05-03 Thread RaiMan
Question #228089 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228089 Status: Open = Answered RaiMan proposed the following answer: Supposing we are talking about the Python level. Should be sufficient to have this as a global function. Put all these global def()'s in