[Sikuli-driver] [Question #683031]: How do I use it for drag and drop both as offset relative and also absolute positioning.

2019-08-19 Thread Udhay Kumar
New question #683031 on Sikuli: https://answers.launchpad.net/sikuli/+question/683031 How do I use it for drag and drop both as offset relative and also absolute positioning. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #682911]: Why do sikuli and runnable jar created from sikuli fetch different directory?

2019-08-19 Thread RaiMan
Question #682911 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/682911 Status: Open => Answered RaiMan proposed the following answer: just use java -jar \sikulix.jar -r \someScript.sikuli from a commandline. pack this into a run.cmd and use it as you need. -- You

Re: [Sikuli-driver] [Question #682295]: [1.1.4] macOS 10.14.5 - Taking a screenshot with SikuliIDE on an external monitor with a Retina primary display

2019-08-19 Thread RaiMan
Question #682295 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/682295 Linked to bug: #1840689 https://bugs.launchpad.net/bugs/1840689 "[1.1.4] macOS: Java 9+: multi-monitor with 1st Retina and 2nd non-Retina does not work --- workaround: use Java 8" -- You

[Sikuli-driver] [Question #682295]: Status of bug #1840689 changed to 'In Progress' in Sikuli

2019-08-19 Thread RaiMan
Bug #1840689 status changed in Sikuli: New => In Progress https://bugs.launchpad.net/sikuli/+bug/1840689 "[1.1.4] macOS: Java 9+: multi-monitor with 1st Retina and 2nd non-Retina does not work --- workaround: use Java 8" This bug is linked to #682295. [1.1.4] macOS 10.14.5 - Taking a

Re: [Sikuli-driver] [Question #682295]: [1.1.4] macOS 10.14.5 - Taking a screenshot with SikuliIDE on an external monitor with a Retina primary display

2019-08-19 Thread RaiMan
Question #682295 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/682295 RaiMan proposed the following answer: Thanks for reporting. Confirmed if running with Java 12 (supposing 9, 10, 11 also, but not tested). When using Java 8, it works as expected. Not sure, how fast this

Re: [Sikuli-driver] [Question #682295]: [1.1.4] macOS 10.14.5 - Taking a screenshot with SikuliIDE on an external monitor with a Retina primary display

2019-08-19 Thread RaiMan
Question #682295 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/682295 RaiMan proposed the following answer: I made it a bug. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #682255]: Custom theading best practices

2019-08-19 Thread RaiMan
Question #682255 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/682255 RaiMan proposed the following answer: I tested and found the problem is: taskThread.daemon = True This seems to completely detach the thread from the running script's context to the global context of the

[Sikuli-driver] [Bug 1840689] [NEW] [1.1.4] macOS: Java 9+: multi-monitor with 1st Retina and 2nd non-Retina does not work --- workaround: use Java 8

2019-08-19 Thread RaiMan
Public bug reported: I have a retina macbook plugged into an external monitor. A normal screenshot from both monitors produces images like this: Primary: https://imgur.com/J4C7Fcl External: https://imgur.com/w7q19Xl When I use SikuliIDE's "Take screenshot" functionality, it seems to resize

Re: [Sikuli-driver] [Question #682255]: Custom theading best practices

2019-08-19 Thread Hugo Jose Goncalves
Question #682255 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/682255 Hugo Jose Goncalves posted a new comment: Oh, I don't need at all I may have misread python docs about threading Long time I don't use it at all. Gonna test it tonight, sorry for bothering. -- You

[Sikuli-driver] [Bug 1840077] Re: [1.1.4] API: Crash when running under OpenJ9 JVM on Windows

2019-08-19 Thread RaiMan
** Changed in: sikuli Importance: High => Critical ** Summary changed: - [1.1.4] API: Crash when running under OpenJ9 JVM on Windows + [1.1.4] API: Crash when running under OpenJ9 JVM on Windows --- fixed 2019-08-19 build #365 -- You received this bug notification because you are a member

Re: [Sikuli-driver] [Question #682863]: [1.1.4] ./ no longer working to run multiple scripts from command line --- fixed 2019-08-19 build #365

2019-08-19 Thread RaiMan
Question #682863 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/682863 Status: Answered => Solved RaiMan changed the question status: fixed -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1835908] Re: [1.1.4] Class com.sun.jna.Native not found --- fixed build #321

2019-08-19 Thread RaiMan
@Vijay I guess your jna-removal was not successful. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1835908 Title: [1.1.4] Class com.sun.jna.Native not found --- fixed build #321 Status in

Re: [Sikuli-driver] [Question #682255]: Custom theading best practices

2019-08-19 Thread RaiMan
Question #682255 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/682255 RaiMan proposed the following answer: no problem. Everything is worth to be evaluated and might lead to enhancements ;-) -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #682863]: [1.1.4] ./ no longer working to run multiple scripts from command line --- fixed 2019-08-19 build #365

2019-08-19 Thread RaiMan
Question #682863 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/682863 Summary changed to: [1.1.4] ./ no longer working to run multiple scripts from command line --- fixed 2019-08-19 build #365 -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #139475]: Sikuli X 1.0rc1 - How to get an exact match with click("String")?

2019-08-19 Thread Sam Say
Question #139475 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/139475 Sam Say posted a new comment: I'm still having issues with text recognition using java. example: sikulix reads 07/01/2019 as |//||'|/') can you please advise? Region match =

Re: [Sikuli-driver] [Question #683031]: How do I use it for drag and drop both as offset relative and also absolute positioning.

2019-08-19 Thread RaiMan
Question #683031 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683031 Status: Open => Answered RaiMan proposed the following answer: --- absolute - use the button in IDE to create a Location --- relative - use someLocation.offset(x, y) or in IDE create an Offset with

[Sikuli-driver] [Bug 1835908] Re: [1.1.4] Class com.sun.jna.Native not found --- fixed build #321

2019-08-19 Thread Vijay
Hi RaiMan, I recently migrated to sikuli 1.1.4 and i'm automating an applet in my project. I'm receiving a similar error mentioned by Valerij. below is the error java.lang.NoSuchMethodError: