[Sikuli-driver] [Question #200752]: Sikuli IDE deletes PNG files, whose filename strings cannot be found in the script, when saving the script

2012-06-18 Thread Human
New question #200752 on Sikuli: https://answers.launchpad.net/sikuli/+question/200752 *** this is by design I found that this is occuring by design in clean-dot-sikuli.py. I guess the idea is to remove any temporary PNGs that were saved in the course of grabbing images with the IDE, but it's

Re: [Sikuli-driver] [Question #200752]: Sikuli IDE deletes PNG files, whose filename strings cannot be found in the script, when saving the script

2012-06-18 Thread RaiMan
Question #200752 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200752 RaiMan posted a new comment: This is not a bug -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #200666]: Error when trying to find image using eclipse Java

2012-06-18 Thread RaiMan
Question #200666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200666 Status: Open = Needs information RaiMan requested more information: paste the code -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

[Sikuli-driver] [Bug 1010761] Re: Sikuli IDE deletes PNG files, whose filename strings cannot be found in the script, when saving the script

2012-06-18 Thread RaiMan
This is not a bug ** Summary changed: - Sikuli IDE deletes PNG files that it can't find in the current py file + Sikuli IDE deletes PNG files, whose filename strings cannot be found in the script, when saving the script ** Description changed: + *** this is by design + + I found that this is

[Sikuli-driver] [Bug 1010761] Re: Sikuli IDE deletes PNG files, whose filename strings cannot be found in the script, when saving the script

2012-06-18 Thread RaiMan
If you want a settings option, to generally keep all images, when saving, pls. post a new request bug. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1010761 Title: Sikuli IDE deletes PNG files,

[Sikuli-driver] [Question #200765]: new to sikuli need help please

2012-06-18 Thread Dale R Mcgeachie
New question #200765 on Sikuli: https://answers.launchpad.net/sikuli/+question/200765 Hi, I have been trying to write a prgram that searches a region continuously for an icon to appear and when the icon appears I want to wait until the icon then changes and then click on it, (the icon changes

[Sikuli-driver] [Question #200768]: Matchin Screen Shots

2012-06-18 Thread Sumit
New question #200768 on Sikuli: https://answers.launchpad.net/sikuli/+question/200768 Hi Team I am trying to match screenshots by find() function in java program ScreenShot1- Taken Manually ScreenShot2-Taken by piece of code Finder IEFinder = new Finder(imgPathName);

Re: [Sikuli-driver] [Question #200768]: Matchin Screen Shots

2012-06-18 Thread Sumit
Question #200768 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200768 Description changed to: Hi Team I am trying to match screenshots by find() function in java program ScreenShot1- Taken Manually ScreenShot2-Taken by piece of code Finder IEFinder = new

Re: [Sikuli-driver] [Question #200765]: new to sikuli need help please

2012-06-18 Thread RaiMan
Question #200765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200765 Status: Open = Needs information RaiMan requested more information: you might send me your zipped .sikuli and an informative screenshot all zipped together at my mail:

Re: [Sikuli-driver] [Question #200768]: Matchin Screen Shots

2012-06-18 Thread RaiMan
Question #200768 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200768 Status: Open = Needs information RaiMan requested more information: Not really clear, what you mean with: there is a difference between resolutions of screen shots (manually taken and taken at run

Re: [Sikuli-driver] [Question #200768]: Matchin Screen Shots

2012-06-18 Thread Sumit
Question #200768 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200768 Status: Needs information = Open Sumit gave more information on the question: Hi Raiman We are matching one is taken manaully and other one taken at run time by my code. What I am

Re: [Sikuli-driver] [Question #199842]: What is the most efficient way to wait for an image to appear or vanish?

2012-06-18 Thread Dale R Mcgeachie
Question #199842 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/199842 Dale R Mcgeachie requested more information: Hi thx for quick reply, this is my code - switchApp(Myapp) while not exists(desktop, ): # myapp is windowed, full screen, hiding desktop, therefore always loop

Re: [Sikuli-driver] [Question #199842]: What is the most efficient way to wait for an image to appear or vanish?

2012-06-18 Thread Dale R Mcgeachie
Question #199842 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/199842 Dale R Mcgeachie posted a new comment: ps sry posted this to wrong message :) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #200768]: Matchin Screen Shots

2012-06-18 Thread RaiMan
Question #200768 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200768 Status: Open = Needs information RaiMan requested more information: This is the same explanation :-( May I have a look at the code where you capture programmatically and may I have a look at a failing

Re: [Sikuli-driver] [Question #200765]: new to sikuli need help please

2012-06-18 Thread Dale R Mcgeachie
Question #200765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200765 Status: Needs information = Open Dale R Mcgeachie gave more information on the question: Hi thx for quick reply, this is my code - switchApp(Myapp) while not exists(desktop, ): # myapp is windowed,

Re: [Sikuli-driver] [Question #132445]: Reading / writing to a file in sikuli

2012-06-18 Thread Alex Nilsson
Question #132445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/132445 Alex Nilsson posted a new comment: The write to file feature in sikuli seems to be a little buggy, I tried to make my script put different stuff in a log txt file. (To start out with, I just had sikuli open

Re: [Sikuli-driver] [Question #200765]: new to sikuli need help please

2012-06-18 Thread RaiMan
Question #200765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200765 RaiMan proposed the following answer: Here you are again ;-) before looping around, you should try to get your main issue resolved: tracking the icon. You could use onChange/observe, but my experience is,

Re: [Sikuli-driver] [Question #199842]: What is the most efficient way to wait for an image to appear or vanish?

2012-06-18 Thread RaiMan
Question #199842 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/199842 RaiMan proposed the following answer: before looping around, you should try to get your main issue resolved: tracking the icon. You could use onChange/observe, but my experience is, that only in

Re: [Sikuli-driver] [Question #200765]: new to sikuli need help please

2012-06-18 Thread RaiMan
Question #200765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200765 Status: Open = Answered RaiMan proposed the following answer: Uuuups, posted my answer to the wrong question ;-) Llooo -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #132445]: Reading / writing to a file in sikuli

2012-06-18 Thread RaiMan
Question #132445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/132445 RaiMan posted a new comment: @ Alex Thanks for sharing. --- The write to file feature in sikuli seems to be a little buggy What do you mean by that? Writing to files using file/write/close has nothing to

Re: [Sikuli-driver] [Question #200765]: new to sikuli need help please

2012-06-18 Thread Dale R Mcgeachie
Question #200765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200765 Status: Answered = Open Dale R Mcgeachie is still having a problem: Hi Raiman thx for your interesting comments and advice I appreciate the help, I will try your suggestions, there is just one thing

Re: [Sikuli-driver] [Question #132445]: Reading / writing to a file in sikuli

2012-06-18 Thread Alex Nilsson
Question #132445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/132445 Alex Nilsson posted a new comment: @RaiMan ___ --- The write to file feature in sikuli seems to be a little buggy What do you mean by that? and: So it

Re: [Sikuli-driver] [Question #200765]: new to sikuli need help please

2012-06-18 Thread RaiMan
Question #200765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200765 Status: Open = Answered RaiMan proposed the following answer: --- setthrowexception Is I need the program to always loop The one has nothing to do with the other. My recommendation on that is true all

Re: [Sikuli-driver] [Question #200765]: new to sikuli need help please

2012-06-18 Thread RaiMan
Question #200765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200765 RaiMan posted a new comment: A correction to comment # 4: Since I defined myreg to narrow the search region, I should use it: # first we wait for the icon, to get its region on the screen mIcon =

Re: [Sikuli-driver] [Question #132445]: Reading / writing to a file in sikuli

2012-06-18 Thread RaiMan
Question #132445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/132445 RaiMan posted a new comment: @ Alex ok, thanks - but if it is not a typo, thats an easy one: my_file.close does not close the file, but simply returns the function object has to be my_file.close() to

[Sikuli-driver] [Question #200790]: Move mouse while Sikuli is running?

2012-06-18 Thread Xiao Feng
New question #200790 on Sikuli: https://answers.launchpad.net/sikuli/+question/200790 In my startup routine, I start a sikuli to move my mouse cursor to a pop up window and click the x button to close it. But the problem is, if I move my mouse, Sikuli won't move to the right place because I

Re: [Sikuli-driver] [Question #200790]: Move mouse while Sikuli is running?

2012-06-18 Thread RaiMan
Question #200790 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200790 Status: Open = Answered RaiMan proposed the following answer: No, it is not possible to lock/secure the mouse in any way against interferences by the user. One thing you can do in all cases is to set

Re: [Sikuli-driver] [Question #200752]: Sikuli IDE deletes PNG files, whose filename strings cannot be found in the script, when saving the script

2012-06-18 Thread Human
Question #200752 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200752 Human gave more information on the question: To be clear, when I said that this is happening by design, that does not mean that the behavior is correct. The algorithm seems to have been designed with the

Re: [Sikuli-driver] [Question #200790]: Move mouse while Sikuli is running?

2012-06-18 Thread Fall
Question #200790 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200790 Status: Answered = Solved Fall confirmed that the question is solved: Thanks RaiMan, thanks for the detailed answer, that solved my question. After checked with latest documentation, I found that to

Re: [Sikuli-driver] [Question #200790]: Move mouse while Sikuli is running?

2012-06-18 Thread RaiMan
Question #200790 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200790 RaiMan posted a new comment: Uuuups, I missed the right key sitting in the sun with my laptop ;-) Thanks for feedback. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #200752]: Sikuli IDE deletes PNG files, whose filename strings cannot be found in the script, when saving the script

2012-06-18 Thread RaiMan
Question #200752 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200752 Status: Open = Answered RaiMan proposed the following answer: Sorry, my fault, I changed your bug to a question, and then mixed up the comments. With the now invalid bug I asked you to post a new

Re: [Sikuli-driver] [Question #200752]: Sikuli IDE deletes PNG files, whose filename strings cannot be found in the script, when saving the script

2012-06-18 Thread Human
Question #200752 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200752 Human posted a new comment: Thanks for the workaround. I'll give that a try. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #200752]: Sikuli IDE deletes PNG files, whose filename strings cannot be found in the script, when saving the script

2012-06-18 Thread Human
Question #200752 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200752 Human posted a new comment: BTW, Something that is so by design, can never be a bug. It can only motivate you to add a request to the developers ;-) Maybe this is a philosophical issue, but as a software

Re: [Sikuli-driver] [Question #200752]: Sikuli IDE deletes PNG files, whose filename strings cannot be found in the script, when saving the script

2012-06-18 Thread RaiMan
Question #200752 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200752 RaiMan proposed the following answer: --- The bug is *in* the design, if you will. Fully agreed. Looking from this point of view, there are still many more design bugs in this on the other hand neat piece

Re: [Sikuli-driver] [Question #135780]: Is Sikuli still being developed?

2012-06-18 Thread Michael Manchester
Question #135780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/135780 Michael Manchester proposed the following answer: Are there any plans for a new release? The current one is 9 months old. Is there development still being done on Project Sikuli? Thanks for the great work

[Sikuli-driver] [Bug 1014870] [NEW] C [VisionProxy.dll] creates EXCEPTION_ACCESS_VIOLATION

2012-06-18 Thread asdf jkl;
Public bug reported: Sikuli Version: RaiMan's Observer mod (using sikuli_script.jar and Observer), built off of Sikuli X rc3 I'm using Java and incorporting the Sikuli observer to monitor a region. Here is the Java dump when it fatals: [info] Windows utilities loaded. [RaiMan] observer started

Re: [Sikuli-driver] [Question #200666]: Error when trying to find image using eclipse Java

2012-06-18 Thread Djg
Question #200666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200666 Status: Needs information = Open Djg gave more information on the question: Hi, I was trying to play with sikuli and Java swings. Below is the code import java.awt.event.ActionEvent; import

[Sikuli-driver] [Bug 949808] Re: [request] Ubuntu 12.04: Sikuli should work with OpenCV 2.3

2012-06-18 Thread truebit
@j-the-k after installed the libcv2.1 package, I still got following libary missing using command 'ldd libVisionProxy.so': libcvaux.so.2.1 = not found libhighgui.so.2.1 = not found -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.