Re: [Sikuli-driver] [Question #233496]: Canvas in Sikuli java

2013-08-04 Thread RaiMan
Question #233496 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233496 Status: Open = Answered RaiMan proposed the following answer: What Sikuli are you taking about? Is it Sikuli Java API? (http://code.google.com/p/sikuli-api/) *** recommendation for issues with Sikuli

Re: [Sikuli-driver] [Question #232707]: Unable to import module call method

2013-08-04 Thread Launchpad Janitor
Question #232707 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232707 Status: Open = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #233496]: Canvas in Sikuli java

2013-08-04 Thread Giuseppe Marullo
Question #233496 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233496 Status: Answered = Solved Giuseppe Marullo confirmed that the question is solved: What Sikuli are you taking about? Is it Sikuli Java API? (http://code.google.com/p/sikuli-api/) I am trying both, I

[Sikuli-driver] [Question #233507]: Cleanest way to search if at least one image of a set is present

2013-08-04 Thread Giuseppe Marullo
New question #233507 on Sikuli: https://answers.launchpad.net/sikuli/+question/233507 Hello, I am trying to port a AutoHotKey script that will record mouse and keyboard actions and produce a AutoHotKey script to Sikuli Java. Yes, it will be a Java program that will generates another Java

Re: [Sikuli-driver] [Question #233507]: Cleanest way to search if at least one image of a set is present

2013-08-04 Thread RaiMan
Question #233507 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233507 Status: Open = Needs information RaiMan requested more information: -- getting the images for the 3 states of an icon: s = new Screen(); s.click(somewhere_to_deselect_all_icons); Match m =

Re: [Sikuli-driver] [Question #233507]: Cleanest way to search if at least one image of a set is present

2013-08-04 Thread Giuseppe Marullo
Question #233507 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233507 Status: Needs information = Solved Giuseppe Marullo confirmed that the question is solved: Thank you RaiMan. The part you provided was how to capture the icon (Thank You!) I was trying to write the

Re: [Sikuli-driver] [Question #233507]: Cleanest way to search if at least one image of a set is present

2013-08-04 Thread Giuseppe Marullo
Question #233507 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233507 Giuseppe Marullo posted a new comment: While I am learning Java, here it is FindAllImages(infolder) RaiMan, I got the getLastMatch optimization but cannot stand break, so I left the while... Hopefully you

[Sikuli-driver] [Question #233545]: Is there a way to hide the red rectangle when using exists() or wait()

2013-08-04 Thread Parn Yin
New question #233545 on Sikuli: https://answers.launchpad.net/sikuli/+question/233545 Hello. My Sikuli scripts contain some exists() and wait(). When running scripts in Sikuli 1.0.0's IDE, Sikuli uses red rectangle to highlight the corresponding image, that's cool. I remember that in Sikuli