[Sikuli-driver] [Bug 1756820] Re: [1.1.2] Offline setup: not working: no main manifest attribute in sikulix.jar

2018-03-25 Thread Devendra
Dear RaiMan, Thank you for your quick reply. Could you please tell me which sites are accessed for online setup? I can try to get those sites unblocked on the server. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.lau

Re: [Sikuli-driver] [Question #665357]: Click on text captured from Screen().text()

2018-03-25 Thread sami baig
Question #665357 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665357 sami baig proposed the following answer: Hi, Ap kahan rehti ho ? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #667211]: How to call a class method in Sikuli?

2018-03-25 Thread MPE
Question #667211 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667211 MPE posted a new comment: Okay, now I feel like a complet moron. I've found the answer, and it turned out to be quite simple. After reading chapter six (object oriented jython) of the Jython documentation I n

Re: [Sikuli-driver] [Question #667211]: How to call a class method in Sikuli?

2018-03-25 Thread MPE
Question #667211 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667211 Status: Open => Solved MPE confirmed that the question is solved: Okay, now I feel like a complet moron. I've found the answer, and it turned out to be quite simple. After reading chapter six (object ori

[Sikuli-driver] [Question #667211]: How to call a class method in Sikuli?

2018-03-25 Thread MPE
New question #667211 on Sikuli: https://answers.launchpad.net/sikuli/+question/667211 I have been using Sikuli for about two years now, and I really think it is a Godsend (if you believe in that kind of thing). In some parts of my job I need to process large sets of data into a web application

Re: [Sikuli-driver] [Question #667091]: Mac: Retina: using SikuliX with Java programming

2018-03-25 Thread Robert
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Robert posted a new comment: OK, Great, thank you RaiMan -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

[Sikuli-driver] [Bug 1757368] Re: [1.1.2] IDE: JavaScript support not working --- fixed 1.1.3 2018-03-22 build#10

2018-03-25 Thread RaiMan
--- I understood i have to save script before run script. thanks for the hint. updated the docs so. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1757368 Title: [1.1.2] IDE: JavaScript support no

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-03-25 Thread RaiMan
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 RaiMan posted a new comment: --- why would I use wait instead of thread.sleep though? shorter and clearer ;-) wait(1.0d) instead of Thread.sleep(1000); -- You received this question notification because yo

Re: [Sikuli-driver] [Question #667091]: Mac: Retina: using SikuliX with Java programming

2018-03-25 Thread RaiMan
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 RaiMan proposed the following answer: Currently not a feature in the IDE. But a solution is mentioned in comment#16 -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #667197]: how can i check if value is integer or string? Err in conversion

2018-03-25 Thread RaiMan
Question #667197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667197 RaiMan proposed the following answer: ... or if it is for printing use the % format operator: print "the number is &d" % (someNumber) -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #667197]: how can i check if value is integer or string? Err in conversion

2018-03-25 Thread RaiMan
Question #667197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667197 Status: Open => Answered RaiMan proposed the following answer: this is not needed this way vpmin = int("4") vpmax = int("34") use vpmin = 4 vpmax = 34 this is ok: vpvalue = vpva

Re: [Sikuli-driver] [Question #667197]: how can i check if value is integer or string? Err in conversion

2018-03-25 Thread Adrian
Question #667197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667197 Description changed to: Hi there, after correct OCR from images, removing any dots commas and letters if recognised by mistake, than convert string to int and tried to compare with variable - digits. Im look