Re: [Sikuli-driver] [Question #688334]: Is the last version of Sikulix able to run in headless mode?

2020-01-30 Thread Asheru
Question #688334 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688334 Asheru posted a new comment: "Do you touch any features targeting a screen (Region.find ..., click, type). If yes, then the above is the only solution." -> Yes we are using those features. "2.0.x refuses

[Sikuli-driver] [Question #688352]: Mouse stuck in loop

2020-01-30 Thread Eric G
New question #688352 on Sikuli: https://answers.launchpad.net/sikuli/+question/688352 Trying to teach myself programming, having a lot of issues with looping...can someone please help me out? I've been stumped for a while. this is the part I'm having trouble with if selected == Comps[0]:

Re: [Sikuli-driver] [Question #688352]: Mouse stuck in loop

2020-01-30 Thread Eric G
Question #688352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688352 Eric G posted a new comment: Thanks for such a fast response I'll definitely look into findAny! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #688334]: Is the last version of Sikulix able to run in headless mode?

2020-01-30 Thread RaiMan
Question #688334 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688334 RaiMan posted a new comment: ok -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mailing list:

Re: [Sikuli-driver] [Question #688352]: Mouse stuck in loop

2020-01-30 Thread Eric G
Question #688352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688352 Description changed to: Trying to teach myself programming, having a lot of issues with looping...can someone please help me out? I've been stumped for a while. this is the part I'm having trouble with if

Re: [Sikuli-driver] [Question #688352]: Mouse stuck in loop

2020-01-30 Thread Eric G
Question #688352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688352 Description changed to: Trying to teach myself programming, having a lot of issues with looping...can someone please help me out? I've been stumped for a while. this is the part I'm having trouble with if

Re: [Sikuli-driver] [Question #688352]: Mouse stuck in loop

2020-01-30 Thread RaiMan
Question #688352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688352 Status: Open => Answered RaiMan proposed the following answer: Hope you using the latest version (2.0.2 sice yesterday) ;-) Depending on the size of the region (BTW: Reg should be reg by convention:

Re: [Sikuli-driver] [Question #688352]: Mouse stuck in loop

2020-01-30 Thread Eric G
Question #688352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688352 Eric G posted a new comment: in pyautogui there is a failsafe feature that terminates the program if the mouse cursor is detected at (0,0) is there a way I could implement that in Sikuli? I cannot make use

[Sikuli-driver] [Question #688372]: how to use sikulix's ocr in eclipse

2020-01-30 Thread wu
New question #688372 on Sikuli: https://answers.launchpad.net/sikuli/+question/688372 i want to use the sikuli ocr in eclipse by java , why not use tess4j because simple ocr have to use photo to execution but sikuli ocr can choose region and no photo (maybe have and put in the temp),so i want

Re: [Sikuli-driver] [Question #688352]: Mouse stuck in loop

2020-01-30 Thread RaiMan
Question #688352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688352 RaiMan proposed the following answer: findAny not findAll -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #688352]: Mouse stuck in loop

2020-01-30 Thread Eric G
Question #688352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688352 Eric G posted a new comment: Hi again, I've been messing around with findAll and other similar functions from the documentation page... while True: testpics =