Re: [Sikuli-driver] [Question #660506]: [1.1.x] Windows 10: latest build and Java 8: Mouse cursor is misbehaving on high resolution --- currently no solution nor workaround

2017-11-12 Thread Abhijit saxena
Question #660506 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660506 Abhijit saxena posted a new comment: Now that's a bummer. My whole project is based on sikuli. :( Now have to find some native python library to run the automation. -- You received this question notificati

Re: [Sikuli-driver] [Question #660671]: focusedWindow() results in inconsistent and wrong coordinates

2017-11-12 Thread Yongho Lee
Question #660671 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660671 Status: Open => Solved Yongho Lee confirmed that the question is solved: nevermind, highlight was being weird for a bit there. Restarted my computer and things went back to normal. -- You received this

[Sikuli-driver] [Question #660671]: focusedWindow() results in inconsistent and wrong coordinates

2017-11-12 Thread Yongho Lee
New question #660671 on Sikuli: https://answers.launchpad.net/sikuli/+question/660671 Basically what title says. When the actual location was x = 410 and y = 182, it returned x = 513 and y = 227. It also got the width and the length wrong. If it was consistent with how much of x and how much o

Re: [Sikuli-driver] [Question #660624]: app.focus() resulting in negative x and y values

2017-11-12 Thread Yongho Lee
Question #660624 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660624 Status: Open => Solved Yongho Lee confirmed that the question is solved: Nevermind I was being retarded spelled the name of the application wrong -- You received this question notification because your

Re: [Sikuli-driver] [Question #660624]: app.focus() resulting in negative x and y values

2017-11-12 Thread Yongho Lee
Question #660624 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660624 Status: Answered => Open Yongho Lee is still having a problem: I also tested it out with just def testing(): App.focus('MEmu') print(App.focusedWindow()) testing() and it resulted in

Re: [Sikuli-driver] [Question #660624]: app.focus() resulting in negative x and y values

2017-11-12 Thread Yongho Lee
Question #660624 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660624 Yongho Lee posted a new comment: Can you elaborate? What do you mean "check every result"? If the coordinates of the app is what you're referring to, it results in Region(-250, -250, 125, 125) no matter what

Re: [Sikuli-driver] [Question #660655]: .sendto() method does not work on windows

2017-11-12 Thread Max
Question #660655 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660655 Max posted a new comment: I think is a sikuli issue since, if I run a python script with these lines, the code is working properly (on windows). >From the error logs I had the impression that sikuli tried to

Re: [Sikuli-driver] [Question #660613]: Convert my Sikuli python script in a java (obfuscated) standalone package

2017-11-12 Thread Max
Question #660613 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660613 Max posted a new comment: Thank! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mailing list: h

Re: [Sikuli-driver] [Question #660655]: .sendto() method does not work on windows

2017-11-12 Thread Max
Question #660655 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660655 Max posted a new comment: The same code on sikulix linux is working fine. In both OS I have the latest sikulix. -- You received this question notification because your team Sikuli Drivers is an answer cont

Re: [Sikuli-driver] [Question #660655]: .sendto() method does not work on windows

2017-11-12 Thread RaiMan
Question #660655 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660655 Status: Open => Answered RaiMan proposed the following answer: You use non-Sikulix Features. Better ask on stackoverflow.com Same Jython on both systems? Use latest SikuliX. -- You received this questi

Re: [Sikuli-driver] [Question #660624]: app.focus() resulting in negative x and y values

2017-11-12 Thread RaiMan
Question #660624 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660624 Status: Open => Answered RaiMan proposed the following answer: Since the App features depend on many system specifics, you have to check every result and in case react accordingly or check what went wron

Re: [Sikuli-driver] [Question #660613]: Convert my Sikuli python script in a java (obfuscated) standalone package

2017-11-12 Thread RaiMan
Question #660613 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660613 Status: Open => Answered RaiMan proposed the following answer: Currently I am on holiday for 2 weeks. When I am back, I will have a look at it. Thanks for finding the interesting post. -- You received

Re: [Sikuli-driver] [Question #660655]: .sendto() method does not work on windows

2017-11-12 Thread Max
Question #660655 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660655 Description changed to: Hi, I developed a sikuli python script on linux that uses this code: from socket import AF_INET, SOCK_DGRAM import sys import socket import struct, time host = "pool.ntp.org" port =

[Sikuli-driver] [Question #660655]: .sendto() method does not work on windows

2017-11-12 Thread Max
New question #660655 on Sikuli: https://answers.launchpad.net/sikuli/+question/660655 Hi, I developed a sikuli python script on linux that uses this code: from socket import AF_INET, SOCK_DGRAM import sys import socket import struct, time host = "pool.ntp.org" port = 123 buf = 1024 address = (h