Re: [Sikuli-driver] [Question #187435]: Can't get onChange event handler to run

2012-02-17 Thread RaiMan
Question #187435 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187435 Status: Open = Answered RaiMan proposed the following answer: @ Terence Was a bit more complicated, than I thought, to setup an useable update for you. sikuli-script.jar has to be modified using the

[Sikuli-driver] [Question #188027]: Autostart from OSX 10.710.6

2012-02-17 Thread Steen
New question #188027 on Sikuli: https://answers.launchpad.net/sikuli/+question/188027 When trying to run a sikuli script on boot up of osx! When i boot the mac i want it to run some automation on updating some folders etc. i have a sikuli script that does all this. i know about add to Login

Re: [Sikuli-driver] [Question #188027]: Autostart from OSX 10.710.6

2012-02-17 Thread RaiMan
Question #188027 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188027 Status: Open = Answered RaiMan proposed the following answer: Just run from Terminal: java -jar /Applications/Sikuli-IDE.app/Contents/Resources/Java/sikuli- script.jar

Re: [Sikuli-driver] [Question #188027]: Autostart from OSX 10.710.6

2012-02-17 Thread Steen
Question #188027 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188027 Status: Answered = Solved Steen confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers,

[Sikuli-driver] [Question #188042]: Using common functions across scripts

2012-02-17 Thread Alan Dale
New question #188042 on Sikuli: https://answers.launchpad.net/sikuli/+question/188042 I’ve been trying to get on top of this for the day, I’ve tried all suggestions in previous posts, read the python docs and read the sikuli docs but I’m not getting anywhere. Newbie programmer so this probably

Re: [Sikuli-driver] [Question #187435]: Can't get onChange event handler to run

2012-02-17 Thread Terence Cooper
Question #187435 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187435 Terence Cooper posted a new comment: I will try it out asap and let you know - thanks V. much. Terry -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #188042]: Using common functions across scripts

2012-02-17 Thread RaiMan
Question #188042 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188042 Status: Open = Answered RaiMan proposed the following answer: some tips for a new bee: - before structuring things into more complexity, just implement the bits and peaces, so they work as you expect

[Sikuli-driver] [Question #188070]: Virtual Region or Compare Stored Images

2012-02-17 Thread Sunil
New question #188070 on Sikuli: https://answers.launchpad.net/sikuli/+question/188070 Consider a scenario. 1. Two images are stored in file system. 2. Check if second image is contained in first image. One of the possible ways I could do was, 1. Load the first image onto browser or Launch it

[Sikuli-driver] [Question #188099]: Java: A better way to define patterns from images in a folder?

2012-02-17 Thread Jacob Dorman
New question #188099 on Sikuli: https://answers.launchpad.net/sikuli/+question/188099 public class Controller { Pattern saveLocation; public BookmarkController() { saveLocation = new Pattern(this.getClass().getResource(/save_location.png).toString()).similar(similarity_ =

Re: [Sikuli-driver] [Question #188070]: Virtual Region or Compare Stored Images

2012-02-17 Thread RaiMan
Question #188070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188070 Status: Open = Answered RaiMan proposed the following answer: Class Finder does exactly, what you are looking for. http://sikuli.org/docx/finder.html#finder -- You received this question notification