Re: [Sikuli-driver] [Question #206572]: unable to save script after removing images from the .sikuli folder

2012-08-27 Thread Simon K
Question #206572 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/206572 Simon K posted a new comment: Cheers for the quick support! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #206572]: unable to save script after removing images from the .sikuli folder

2012-08-27 Thread Simon K
Question #206572 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/206572 Status: Answered => Solved Simon K confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

[Sikuli-driver] [Question #206572]: unable to save script after removing images from the .sikuli folder

2012-08-22 Thread Simon K
New question #206572 on Sikuli: https://answers.launchpad.net/sikuli/+question/206572 Hi, I've created a script which will rely entirely on the image library(a folder with all the images) specified via addImagePath. Currently it looks like this: addImagePath("C:\\ImageLibrary\\8900\\") Once I

Re: [Sikuli-driver] [Question #194581]: Creating an image library/patterns in java

2012-04-24 Thread Simon K
Question #194581 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194581 Simon K 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, which is an answer contact for

Re: [Sikuli-driver] [Question #194581]: Creating an image library/patterns in java

2012-04-24 Thread Simon K
Question #194581 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194581 Status: Answered => Solved Simon K confirmed that the question is solved: lol. I'm trying to figure out why have I been working around the issue rather than solving it so simply. Cheers

[Sikuli-driver] [Question #194581]: Creating an image library/patterns in java

2012-04-24 Thread Simon K
New question #194581 on Sikuli: https://answers.launchpad.net/sikuli/+question/194581 I'm pretty new to Java so please bear with me. I've got a folder where I store all the screenshots that I use for my tests. Rather than defining the patterns one by one like this: saveLocation = new Pattern("s

[Sikuli-driver] [Question #190541]: Observer running in the background, closing dialogs on popup

2012-03-13 Thread Simon K
New question #190541 on Sikuli: https://answers.launchpad.net/sikuli/+question/190541 I'm trying to create a script that will close certain windows/dialogs on popup - it i important that it runs in the background and closes the popups asap. If I understand correctly, I can use the onAppear with

Re: [Sikuli-driver] [Question #190442]: Dict/Vdict and screenshots with names

2012-03-12 Thread Simon K
Question #190442 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/190442 Simon K 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, which is an answer contact for

Re: [Sikuli-driver] [Question #190442]: Dict/Vdict and screenshots with names

2012-03-12 Thread Simon K
Question #190442 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/190442 Status: Answered => Solved Simon K confirmed that the question is solved: That solved the mystery, thanks for the amazing support! :) -- You received this question notification because you ar

[Sikuli-driver] [Question #190442]: Dict/Vdict and screenshots with names

2012-03-12 Thread Simon K
New question #190442 on Sikuli: https://answers.launchpad.net/sikuli/+question/190442 I'm sorry if this has been asked before, I'm new to programming therefore unable to properly search as I'm actually unable to clearly describe what I want. What I have right now: def runMiniSandCastles():

Re: [Sikuli-driver] [Question #188281]: Clicking on a point specified via x, y values

2012-02-20 Thread Simon K
Question #188281 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188281 Status: Answered => Solved Simon K confirmed that the question is solved: Yeah, seems like I was looking for the answer on the wrong doc pages. Thanks for help! -- You received this quest

Re: [Sikuli-driver] [Question #188281]: Clicking on a point specified via x, y values

2012-02-20 Thread Simon K
Question #188281 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188281 Simon K 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, which is an answer contact for

[Sikuli-driver] [Question #188281]: Clicking on a point specified via x, y values

2012-02-20 Thread Simon K
New question #188281 on Sikuli: https://answers.launchpad.net/sikuli/+question/188281 Ive seen some examples where one can click on a specific pixel by using the targetOffset(x,y). Seeing as theres no image that could work as the offset for my tests, is it also possible to simply click on a sp

Re: [Sikuli-driver] [Question #187064]: Unable to import/ name "Pattern" is not defined

2012-02-07 Thread Simon K
Question #187064 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187064 Status: Answered => Solved Simon K confirmed that the question is solved: OK ive just found out why it didnt work. My library.sikuli was not updating because sikuli seems to have crashed (?). I

Re: [Sikuli-driver] [Question #187064]: Unable to import/ name "Pattern" is not defined

2012-02-07 Thread Simon K
Question #187064 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187064 Status: Answered => Open Simon K is still having a problem: Thanks for quick reply, but thats exactly what I have :( Let me post some screenshots in case I'm copying something wrong: htt

[Sikuli-driver] [Question #187064]: Unable to import/ name "Pattern" is not defined

2012-02-07 Thread Simon K
New question #187064 on Sikuli: https://answers.launchpad.net/sikuli/+question/187064 Im new to programming/scripting, so please bear with me. What I'm trying to do is to create 2 modules: methods and library. In methods , ill be keeping all the methods required to run a test (e.g. def step(x):

[Sikuli-driver] [Bug 914020] Re: X-1.0rc3: Windows 64 bit: Java 7: IDE crashes on taking screenshot --- Java 7 not supported

2012-02-01 Thread Simon K
How does one go about making Sikuli X work? Revert to java 6 ? Or is there some workaround for that? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/914020 Title: X-1.0rc3: Windows 64 bit: Java 7:

Re: [Sikuli-driver] [Question #185207]: Holding down a button?

2012-01-19 Thread Simon K
Question #185207 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185207 Status: Answered => Solved Simon K confirmed that the question is solved: I havent actually sat down to sikuli yet, I'm currently researching various GUI testing tools, and decided to ask - th

Re: [Sikuli-driver] [Question #185207]: Holding down a button?

2012-01-19 Thread Simon K
Question #185207 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185207 Simon K 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, which is an answer contact for

[Sikuli-driver] [Question #185207]: Holding down a button?

2012-01-19 Thread Simon K
New question #185207 on Sikuli: https://answers.launchpad.net/sikuli/+question/185207 Before you ask, ive seen this question already - https://answers.launchpad.net/sikuli/+question/99808 My question is - has this been implemented since then? If not, how would one go about simulating a key held