Re: [Sikuli-driver] [Question #678649]: How do I use Multi Thread Clicking?

2019-02-18 Thread Lisa Howells
Question #678649 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678649 Summary changed to: How do I use Multi Thread Clicking? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #678649]: How do I use multi Thread Clicking?

2019-02-18 Thread Lisa Howells
New question #678649 on Sikuli: https://answers.launchpad.net/sikuli/+question/678649 I'm trying to do basic multi threaded clicking in sikuli (I would also one day like to have exists() working in a similar multi threaded way). This is my simple example code: import threading loc1 =

Re: [Sikuli-driver] [Question #678626]: Switching off all currently active highlighting

2019-02-18 Thread RaiMan
Question #678626 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678626 RaiMan posted a new comment: --- Are there more of such beautiful undocumented features that we could use :-) ? not really. This one is a side effect of the need, to switch off all active highlights, when

Re: [Sikuli-driver] [Question #678626]: Switching off all currently active highlighting

2019-02-18 Thread Rainer
Question #678626 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678626 Rainer confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #678626]: Switching off all currently active highlighting

2019-02-18 Thread Rainer
Question #678626 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678626 Status: Answered => Solved Rainer confirmed that the question is solved: That worked! Thank you! Are there more of such beautiful undocumented features that we could use :-) ? -- You received this

Re: [Sikuli-driver] [Question #678626]: Switching off all currently active highlighting

2019-02-18 Thread RaiMan
Question #678626 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678626 Status: Open => Answered RaiMan proposed the following answer: sorry, should have looked into ;-) import org.sikuli.util.ScreenHighlighter as SH -- You received this question notification because

Re: [Sikuli-driver] [Question #678626]: Switching off all currently active highlighting

2019-02-18 Thread Rainer
Question #678626 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678626 Status: Answered => Open Rainer is still having a problem: 'import org.sikuli.script.ScreenHighlighter as SH' – 'Import Error: No module named ScreenHighlighter' I had already tried 'Import

Re: [Sikuli-driver] [Question #678057]: capture command wrong using vnc

2019-02-18 Thread RaiMan
Question #678057 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678057 RaiMan proposed the following answer: Sorry, lost the track. Just make a new question with the remaining problem. please give details on environment ( I can test against a Windows 10 machine only). --

Re: [Sikuli-driver] [Question #678626]: Switching off all currently active highlighting

2019-02-18 Thread RaiMan
Question #678626 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678626 Status: Open => Answered RaiMan proposed the following answer: somewhere at the script top: import org.sikuli.script.ScreenHighlighter as SH ... and later where needed SH.closeAll() -- You received

Re: [Sikuli-driver] [Question #678626]: Switching off all currently active highlighting

2019-02-18 Thread Rainer
Question #678626 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678626 Status: Answered => Open Rainer is still having a problem: Thank you so far. So far I tried that in in the IDE, but could not make it work ("name 'ScreenHighlighter' is not defined", 'javapackage'

Re: [Sikuli-driver] [Question #678057]: capture command wrong using vnc

2019-02-18 Thread Christoph Fetzer
Question #678057 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678057 Christoph Fetzer posted a new comment: Any news on this? Can I help by explaining more detailed what the problem is for me? I might take some screenshots and upload or make a short video and upload to

Re: [Sikuli-driver] [Question #678626]: Switching off all currently active highlighting

2019-02-18 Thread RaiMan
Question #678626 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678626 Status: Open => Answered RaiMan proposed the following answer: (org.sikuli.script.) ScreenHighlighter.closeAll() -- You received this question notification because your team Sikuli Drivers is an

[Sikuli-driver] [Question #678626]: Switching off all currently active highlighting

2019-02-18 Thread Rainer
New question #678626 on Sikuli: https://answers.launchpad.net/sikuli/+question/678626 I have a situation where I need to highlight various regions. Sometimes more than one should be highlighted at the same time, depending on the content of the screen, and I cannot know in advance which regions

Re: [Sikuli-driver] [Question #678208]: How to get Sikuli version via console for version 1.4+

2019-02-18 Thread Launchpad Janitor
Question #678208 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678208 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. --

Re: [Sikuli-driver] [Question #678267]: Is is possible to use keyboard actions or to make click on UAC dialogs?

2019-02-18 Thread Launchpad Janitor
Question #678267 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678267 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. --

Re: [Sikuli-driver] [Question #678616]: onAppear running script when object is not there

2019-02-18 Thread RaiMan
Question #678616 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678616 Status: Open => Answered RaiMan proposed the following answer: When using observe the way you do it (using FOREVER), you have to have a stopObserver() in the handler function. -- You received this