Re: [Sikuli-driver] [Question #255453]: How to use SikuliX API in Netbeans and other IDE's

2014-10-08 Thread RaiMan
Question #255453 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255453 Status: Open = Answered RaiMan proposed the following answer: You are talking about NetBeans and scripting in your question. So you seem to have the Python plugin installed. If this is right, then a

Re: [Sikuli-driver] [Question #255453]: How to use SikuliX API in Netbeans and other IDE's

2014-10-08 Thread Veronika
Question #255453 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255453 Status: Answered = Solved Veronika confirmed that the question is solved: Actually I did it a lot of times. (see question) and it still doesn't working. Also tried with sikuli 1.1.0 version. But now

Re: [Sikuli-driver] [Question #255453]: How to use SikuliX API in Netbeans and other IDE's

2014-10-08 Thread RaiMan
Question #255453 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255453 RaiMan posted a new comment: fine, thanks for reporting back. tutorial http://doc.sikuli.org/faq/040-other-ide.html really is only for version X-1.0RC3 and only by accident can be used with version 1.0.1

Re: [Sikuli-driver] [Question #255453]: [1.0.1+] How to use SikuliX API in Netbeans and other IDE's with Python plugin

2014-10-08 Thread RaiMan
Question #255453 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255453 Summary changed to: [1.0.1+] How to use SikuliX API in Netbeans and other IDE's with Python plugin Description changed to: for version 1.1.0+ - - run

[Sikuli-driver] [Question #255504]: sikulixapi-1.1.0 Java only, JNA 4 sample code.

2014-10-08 Thread John Henckel
New question #255504 on Sikuli: https://answers.launchpad.net/sikuli/+question/255504 I downloaded sikulixapi-1.1.0.jar a month ago, and I am using it for regression test of a Windows application. I must tell you that I am really, really happy with it. I've tried several other automation tools

Re: [Sikuli-driver] [Question #255504]: sikulixapi-1.1.0 Java only, JNA 4 sample code.

2014-10-08 Thread RaiMan
Question #255504 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255504 Status: Open = Solved RaiMan changed the question status: Really, really great - thousand thanks. This saves me a lot of homework, when I will start to review the App class later this year for version

Re: [Sikuli-driver] [Question #255477]: Extreme beginner : to incremente a value within a loop

2014-10-08 Thread Mark Weisler
Question #255477 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255477 Mark Weisler proposed the following answer: Hello Alexandre et al, I suggest that you scan this board for this very often asked questions and the faqs section and/or learn some basic Python. Some basic

[Sikuli-driver] [Question #255516]: how to detect when screen changes - java

2014-10-08 Thread John Henckel
New question #255516 on Sikuli: https://answers.launchpad.net/sikuli/+question/255516 I'm trying to determine the refresh rate of an animation so I need to test when the region changes. I wrote this code in Java to measure how frequently the screen is changing. Region reg = new

Re: [Sikuli-driver] [Question #255516]: how to detect when screen changes - java

2014-10-08 Thread John Henckel
Question #255516 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255516 John Henckel gave more information on the question: Bottom line: what I really want to know is, what is the best way to detect when anything in a region has changed. I want to write code such as boolean ok

Re: [Sikuli-driver] [Question #255516]: how to detect when screen changes - java

2014-10-08 Thread RaiMan
Question #255516 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255516 Status: Open = Answered RaiMan proposed the following answer: All image related features of SikuliX currently are based on OpenCV's function matchTemplate, that simply uses some statistical functions,