Re: [Sikuli-driver] [Question #632761]: TesseractOCR ignoring white-spaces?

2017-06-03 Thread Andrew Grabov
Question #632761 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632761 Andrew Grabov posted a new comment: Just some update on this topic, so I was able to connect with the external Tesseract and I would say that it works absolutely fine! I haven't noticed any speed issues of

[Sikuli-driver] [Bug 1311031] Re: [1.0.1] crash "cannot open system clipboard" using getClipboard()

2017-06-03 Thread Andrew Grabov
Hi RaiMan, is it any update with this issue? Maybe you could suggest any temporary workarounds to this? I am fine with having separate implementation in Java, just give please any input for the issue. Having this issues with versions 1.1.1 (and 1.1.2-20170528.124903-28 as well). Thank you! --

Re: [Sikuli-driver] [Question #247422]: How To Resolve "cannot open system clipboard" error

2017-06-03 Thread Andrew Grabov
Question #247422 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247422 Andrew Grabov posted a new comment: Hi, I have almost the same case: I extensively use the following code while processing Excel: type(Key.INSERT, Key.CTRL) cellValue = Env.getClipboard().strip()

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-03 Thread masuo
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Status: Open => Answered masuo proposed the following answer: This is comment to the following code if exists(A, 3600) or exists(B, 3600) or exists(C, 3600): A is not visible on screern, SikuliX wait

[Sikuli-driver] [Question #640737]: 1 877 370 3189 ℳicrοsoft Οutlοℴk Customer Service ȵumber 1 877 370 3189 ℳicrosoft Outloℴk Ƭechnical Support ȵumber ks

2017-06-03 Thread marosdf
New question #640737 on Sikuli: https://answers.launchpad.net/sikuli/+question/640737 1 877 370 3189 ℳicrosoft Outloℴk tech Support Phone number 1 877 370 3189ℳicrosoft Outloℴk Customer service number 1 877 370 3189 ℳicrosoft Outloℴk tech Support Phone number 1 877 370 3189ℳicrosoft Outloℴk Cus

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-03 Thread Hossain Abeer
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Hossain Abeer gave more information on the question: I am now running SikuliX IDE 1.1.1. and i tried the following script click(G) while True: if exists ((A or B or C), 3600): #A B C are the main im

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-03 Thread masuo
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 masuo posted a new comment: I tried SikuliX IDE1.1.0 on Windows10,64bit too. #6 script worked. Sorry I have no idea anymore , please wait other people's comment. -- You received this question notification b

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-03 Thread Hossain Abeer
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Hossain Abeer gave more information on the question: I checked for update from the SikuliX app, but it says no update available. Does this mean that I must download and install version 1.1.1 manually? -- Yo

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-03 Thread Hossain Abeer
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Status: Needs information => Open Hossain Abeer gave more information on the question: Sikulix IDE1.1.0 I have both Java and Python IDEs installed on computer. Running Windows 10, 64bit -- You receive

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-03 Thread masuo
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Status: Open => Needs information masuo requested more information: @Hossain Abeer I use SikuliX1.1.1 on Windows, I can save #6 script. What is your environment? -- You received this question notifi

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-03 Thread Hossain Abeer
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Status: Answered => Open Hossain Abeer is still having a problem: They didn't work #6 had problem running the script, and the script couldn't be even saved. #7 and #8 ran, but still couldn't detect ima

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-03 Thread masuo
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 masuo proposed the following answer: Sorry, I forgot to add condition. while True: <--- mistake while counter > 0: -- You received this question notification because your team Sikuli Drivers is an answ

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-03 Thread masuo
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 masuo proposed the following answer: In case it takes time until A, B, C appears,use "while". counter = 3600 while True: if exists("imageA.png",0) or exists("imageB.png",0) or exists("imageC.png",0):

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-03 Thread masuo
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Status: Needs information => Answered masuo proposed the following answer: In case of using exists("imageA.png",0), exists("imageB.png",0) and exists("imageC.png",0) individually, to detect each image i

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-03 Thread Hossain Abeer
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Hossain Abeer posted a new comment: This one: if exists("imageA.png",0) or exists("imageB.png",0) or exists("imageC.png",0): click("imageO.png") still cant detect the other 2 images. -- You received t

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-03 Thread masuo
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Status: Open => Needs information masuo requested more information: What is it that it didn't work by #2 method? -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-03 Thread Hossain Abeer
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Status: Answered => Open Hossain Abeer is still having a problem: Hi masuo, Thanks for your effort, but that didn't work. Any other method? -- You received this question notification because your team

[Sikuli-driver] [Question #640467]: how to run sikuli script as just shortcut or my own program

2017-06-03 Thread daka
New question #640467 on Sikuli: https://answers.launchpad.net/sikuli/+question/640467 Ok I'm making program for people that are non tech and I would like to make it as easy as click on button and that software is running :) here is case: I build script that gets some data from other software if

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-03 Thread masuo
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Status: Open => Answered masuo proposed the following answer: How to click when SikuliX find one of the three. if exists("imageA.png",0) or exists("imageB.png",0) or exists("imageC.png",0): click("

Re: [Sikuli-driver] [Question #632946]: Had Sikuli running about a year ago, but tried to reinstall recently and received the following error log

2017-06-03 Thread Launchpad Janitor
Question #632946 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/632946 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. -- You

Re: [Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-03 Thread Hossain Abeer
Question #640445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/640445 Hossain Abeer gave more information on the question: Later I have also tried this method, but again, not working while True: if exists((imgA or imgB or imgC), 3600): click... t

[Sikuli-driver] [Question #640445]: Scan for either of the 3 images during runtime

2017-06-03 Thread Hossain Abeer
New question #640445 on Sikuli: https://answers.launchpad.net/sikuli/+question/640445 Hi, I have been trying to write a program for days now. It was supposed to scan for either of the 3 images. This is how I originally wrote, and obviously, it's not working. It detects only the 1st image, and co

Re: [Sikuli-driver] [Question #639821]: old osx

2017-06-03 Thread Roman Podolyan
Question #639821 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/639821 Status: Open => Answered Roman Podolyan proposed the following answer: Checked my old files, and it looks like the version I used in 2011 was x1.0-rc3 (905) ( https://launchpad.net/sikuli/+download )