Re: [Sikuli-driver] [Question #692677]: run sikuli on remote desktop without active session

2020-09-02 Thread Greg Thomp
Question #692677 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692677 Status: Answered => Solved Greg Thomp confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #692677]: run sikuli on remote desktop without active session

2020-08-31 Thread Greg Thomp
New question #692677 on Sikuli: https://answers.launchpad.net/sikuli/+question/692677 Hi everyone. I have a situation in which I try to run my script in java with Sikuli library on remote desktop, and if I run on my session, its work fine, but if I want to run script and close session, I get a

[Sikuli-driver] [Bug 1756820] Re: [1.1.2] Offline setup: not working: no main manifest attribute in sikulix.jar

2018-04-03 Thread Greg
https://raiman.github.io/SikuliX1/nightly.html had the offline guide that worked for me during my 1.1.3 installation. :) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1756820 Title: [1.1.2]

[Sikuli-driver] [Bug 1756820] Re: [1.1.2] Offline setup: not working: no main manifest attribute in sikulix.jar

2018-04-02 Thread Greg
Hey RaiMan, I installed 1.1.3 successfully and received the same error. Any chance I'm doing something wrong? I followed the 1.1.2 offline install guide. I'm looking forward to trying your application! Thanks, gb ** Attachment added: "SikuliX-1.1.3-SetupLog.txt"

[Sikuli-driver] [Bug 1201280] Re: [1.0.1] OnAppear()/observe() only works the first time for one image in same region

2015-06-02 Thread Greg
That solved it, thanks so very much! -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1201280 Title: [1.0.1] OnAppear()/observe() only works the first time for one image in same region Status in

[Sikuli-driver] [Bug 1201280] Re: [1.0.1] OnAppear()/observe() only works the first time for one image in same region

2015-06-02 Thread Greg
That solved my problem, but created another. onAppear does not seem to refresh getLastMatch(), and there seems to be no way to pass the image that triggered onAppear to my handler. So the hander is triggered, but has no idea where to click in order to process operations. Is there a workaround

[Sikuli-driver] [Bug 1201280] Re: [1.0.1] OnAppear()/observe() only works the first time for one image in same region

2015-06-02 Thread Greg
That works, many thanks! -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1201280 Title: [1.0.1] OnAppear()/observe() only works the first time for one image in same region Status in Sikuli:

[Sikuli-driver] [Bug 1201280] Re: [1.0.1] OnAppear()/observe() only works the first time for one image in same region

2015-06-01 Thread Greg
@RaiMan Thank you for responding. When I use onAppear(image, handler) the handler is then called and operates. The last line inside the handler is repeat(), but this does not remedy the problem as expected. I have a while loop operating, but observe() and onAppear(), including the handlers I

[Sikuli-driver] [Bug 1201280] Re: [1.0.1] OnAppear()/observe() only works the first time for one image in same region

2015-06-01 Thread Greg
Something like this: def found(event) : print found it;repeat() onAppear(1433207314491.png, found) observe(background=True) while True : #sequential logic here -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 1201280] Re: [1.0.1 ok] OnAppear()/observe() only works the first time for one image in same region

2015-05-29 Thread Greg
This bug is still present in 1.1.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1201280 Title: [1.0.1 ok] OnAppear()/observe() only works the first time for one image in same region Status

Re: [Sikuli-driver] [Question #253637]: Different region geometry?

2014-08-26 Thread Greg Howell
Question #253637 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253637 Status: Answered = Open Greg Howell is still having a problem: That's what I figured from reading all the documentation. So the product I work on is a surveillance tracking program where you draw

Re: [Sikuli-driver] [Question #253637]: Different region geometry?

2014-08-26 Thread Greg Howell
Question #253637 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253637 Status: Answered = Open Greg Howell is still having a problem: That's a good point. I'm already figuring out the x,y coordinates of the track that occurred so I can write them to a file and I know what

Re: [Sikuli-driver] [Question #253637]: Different region geometry?

2014-08-26 Thread Greg Howell
Question #253637 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253637 Status: Open = Solved Greg Howell confirmed that the question is solved: This problem is resolved as mentioned above in #4. Closing out the ticket. -- You received this question notification because

[Sikuli-driver] [Question #253589]: onChange not detecting changes

2014-08-25 Thread Greg Howell
New question #253589 on Sikuli: https://answers.launchpad.net/sikuli/+question/253589 Raiman, So I'm working on this tracking tool that shows on a map (like a googlemaps satellite view) where there was movement. It does this by showing these little red stars where the movement was detected.

Re: [Sikuli-driver] [Question #253589]: onChange not detecting changes

2014-08-25 Thread Greg Howell
Question #253589 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253589 Status: Needs information = Solved Greg Howell confirmed that the question is solved: Yes, it is 1.0.1. And that was it! Solved my problem. Thank you so much for such a quick response. This totally

Re: [Sikuli-driver] [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

2014-08-06 Thread Greg
Question #252490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252490 Status: Answered = Solved Greg 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

Re: [Sikuli-driver] [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

2014-08-06 Thread Greg
Question #252490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252490 Greg posted a new comment: Thank you Raiman for your precious help and your very good support. I'm now ready to test with Sikuli and RobotFRW See you later for a new question :) Greg -- You received

Re: [Sikuli-driver] [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

2014-08-05 Thread Greg
Question #252490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252490 Status: Answered = Open Greg is still having a problem: Hi RaiMan, I try with your modifications but it is failed again. But maybe I have more information to give you due to Debug mode. Just one thing

Re: [Sikuli-driver] [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

2014-08-05 Thread Greg
Question #252490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252490 Status: Answered = Open Greg is still having a problem: Yes sorry, I've just been thinking to log out/ log in and it is better ... So with robotframework-2.8.5.jar here is now the result : [debug

Re: [Sikuli-driver] [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

2014-08-05 Thread Greg
Question #252490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252490 Status: Answered = Open Greg is still having a problem: Ok I modified as you said. I think now that a resource is missing : C:\work\calc_step1robottest.bat

Re: [Sikuli-driver] [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

2014-08-05 Thread Greg
Question #252490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252490 Status: Answered = Open Greg is still having a problem: in calc.py it is the Mike's content but what I don't understand is the following: in calc.py I see : def startApp(self): calcApp = App

Re: [Sikuli-driver] [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

2014-08-05 Thread Greg
Question #252490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252490 Greg gave more information on the question: in calc.py I modified this : class Calculator(object):replaced byclass calc(object): ... ... ... if __name__ == __main__: calc = Calculator

Re: [Sikuli-driver] [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

2014-08-04 Thread Greg
Question #252490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252490 Status: Answered = Open Greg is still having a problem: I'm a little lost, So I come back to robottest.bat. I removed sikuli-script.jar and put sikuli-java.jar instead I got the Lib library from sikuli

Re: [Sikuli-driver] [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

2014-08-04 Thread Greg
Question #252490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252490 Greg gave more information on the question: I 'm currently trying something else. From robotsuite_verifyoperations.txt the library was called like this : *** Settings *** Library calc.Calculator

Re: [Sikuli-driver] [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

2014-08-04 Thread Greg
Question #252490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252490 Status: Answered = Open Greg is still having a problem: Now in my robottest.bat, I put this : @echo off java -Xbootclasspath/a:C:\work\calc_step1\sikuli-java.jar -jar robotframework-2.5.5.jar run

Re: [Sikuli-driver] [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

2014-08-04 Thread Greg
Question #252490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252490 Status: Answered = Open Greg is still having a problem: I added -Dsikuli.Debug=3 to have more information when I run with robotframework 2.8.1 or 2.8.5 and I got the following message C:\work

Re: [Sikuli-driver] [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

2014-08-02 Thread Greg
Question #252490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252490 Status: Answered = Open Greg is still having a problem: I setup again 1.0.1 and got sikuli-java.jar But now when i run testrun.bat I got the folowing message : no main manifest attribute, in sikuli

Re: [Sikuli-driver] [Question #252490]: [1.0.1] Sikuli integration Robot framework --- use sikuli-java.jar

2014-08-02 Thread Greg
Question #252490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252490 Greg gave more information on the question: I added 'Main-Class: org.sikuli.script.SikuliX' in 'MANIFEST.MF', and then run 'java -jar sikuli-java.jar -r test.sikuli' from cmd. and I got the following

[Sikuli-driver] [Question #252490]: Sikuli integration Robot framework

2014-08-01 Thread Greg
New question #252490 on Sikuli: https://answers.launchpad.net/sikuli/+question/252490 Hello RaiMan. I hope you can help me :) Currently I try to follow the instructions on http://blog.mykhailo.com/2011/02/how-to-sikuli-and-robot-framework.html. I managed to run a sikuli script from line

Re: [Sikuli-driver] [Question #251120]: runIDE dies when trying to open a file

2014-07-14 Thread Greg Howell
Question #251120 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251120 Status: Answered = Solved Greg Howell confirmed that the question is solved: Thank you Raimund. That was the ticket. I changed the filename and it reads into the IDE just fine now. -- You received

[Sikuli-driver] [Question #251120]: runIDE dies when trying to open a file

2014-07-02 Thread Greg Howell
New question #251120 on Sikuli: https://answers.launchpad.net/sikuli/+question/251120 In general, my sikuli works great, but there is one script in particular that will kill runIDE if I try to open it. I don't know what it is about this script that is causing it to fail, but I know the script

[Sikuli-driver] [Question #250468]: How to instantiate a SikuliEvent object

2014-06-19 Thread Greg Howell
New question #250468 on Sikuli: https://answers.launchpad.net/sikuli/+question/250468 I am setting a hot key to stop my scripts with the following: Env.addHotkey(key.F12, KeyModifier.CTRL, self.breakscript) And my breakscript definition: def breakscript(self, event): App.focus(ArcMap)

[Sikuli-driver] [Bug 1324324] [NEW] Commenting out a line deletes images

2014-05-28 Thread greg hogan
Public bug reported: When one comments out a line that contains an image, the image is deleted without warning from the folder, even when the image file attributes are set to READ-ONLY. Uncomment the line and even though the image is still shown in the IDE it has been deleted from the folder it

Re: [Sikuli-driver] [Question #246466]: paste() doesn't seem to work

2014-04-07 Thread Greg Howell
Question #246466 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246466 Greg Howell gave more information on the question: I figured out what is wrong here. I'm trying to paste text into a putty window. Putty does not accept (ctrl-v) as a paste function. In putty you simply

Re: [Sikuli-driver] [Question #246466]: paste() doesn't seem to work

2014-04-07 Thread Greg Howell
Question #246466 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246466 Status: Open = Solved Greg Howell confirmed that the question is solved: Actually I'll go ahead an close this out myself. You can actually do a paste() in a putty window and then immediately follow

Re: [Sikuli-driver] [Question #246466]: paste() doesn't seem to work

2014-04-07 Thread Greg Howell
Question #246466 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246466 Greg Howell posted a new comment: Nice! Thank you. -Original Message- From: boun...@canonical.com [mailto:boun...@canonical.com] On Behalf Of RaiMan Sent: Monday, April 07, 2014 11:57 AM

[Sikuli-driver] [Question #246466]: paste() doesn't seem to work

2014-04-03 Thread Greg Howell
New question #246466 on Sikuli: https://answers.launchpad.net/sikuli/+question/246466 I've read a bunch of posts on paste() and it seems to mostly work for people, but I can't get it to work at all. type() works fine for me, but paste() does nothing. It doesn't put the text into my region.

[Sikuli-driver] [Question #245587]: Running other .sikuli scripts

2014-03-16 Thread Greg
https://answers.launchpad.net/sikuli/+faq/2446 but this doesn't seem to fit my needs. Does anyone have any idea how to achieve that? Kind regards, Greg -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-13 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Answered = Open Greg Howell is still having a problem: You're welcome. And thanks for jumping on it so fast. So I only have 2 questions: 1) When do you predict the next version becoming

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-13 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Answered = Solved Greg Howell confirmed that the question is solved: Thanks for the reply. No need to be sorry. I was just curious on the timing. Glad to hear those other functions worked

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-12 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Needs information = Open Greg Howell gave more information on the question: Thank you for all the responses. So it appears to find the screens correctly like you said and maybe it had something

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-06 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Needs information = Open Greg Howell gave more information on the question: Sikuli IDE 1.0.1 the following may be more than you need, but thought it might help: [debug (2/20/14 4:26:56 PM

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-06 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Needs information = Open Greg Howell gave more information on the question: I have some more interesting things to point out from my investigation. To give you an idea of my setup, I have

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-06 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Answered = Open Greg Howell is still having a problem: Thank you but I'm sorry to bug you with one more thing I noticed about it. So my Screen(0) is my main display on the right and my screen(1

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-06 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Greg Howell gave more information on the question: def changed(event): for ch in event.changes: ch.highlight() # highlight all changes sleep(1) for ch in event.changes

[Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-05 Thread Greg Howell
New question #245030 on Sikuli: https://answers.launchpad.net/sikuli/+question/245030 Hey, I'm pretty new to Sikuli but am struggling with this multiple monitor thing. I've looked through other posts and didn't quite find an answer. I'm running Windows 7 (maybe that's the problem!) and have a

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-05 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Answered = Open Greg Howell is still having a problem: Ah ha. So what happens when I do that is it highlights the same monitor for both Screen(0) and Screen(1). No wonder I was having trouble

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-05 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Greg Howell posted a new comment: By the way, when you say print the dimensions, where will it print it? Does that assume I'm running from command line or something? I'm running the IDE in this case. I do

[Sikuli-driver] [Bug 778925] Re: [request] find/findAll to accept list of patterns

2012-11-13 Thread Greg Toombs
Awesome! :D -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/778925 Title: [request] find/findAll to accept list of patterns Status in Sikuli: In Progress Bug description: I wonder if it is

[Sikuli-driver] [Bug 778925] Re: [request] find/findAll to accept list of patterns

2012-11-12 Thread Greg Toombs
Brilliant. Do you need help testing this? How would I obtain and install a test release? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/778925 Title: [request] find/findAll to accept list of

[Sikuli-driver] [Bug 778925] Re: [request] find/findAll to accept list of patterns

2012-11-12 Thread Greg Toombs
Could I suggest that, instead of a polling loop (increasing the CPU burden even more), use a threading.Event shared between all of the threads, and have the main thread block on it until one of the threads completes and sets the event? -- You received this bug notification because you are a

[Sikuli-driver] [Bug 778925] Re: [request] find/findAll to accept list of patterns

2012-11-09 Thread Greg Toombs
The threading workaround is reasonable, until you find the one element you're looking for, and Python has no support for killing the threads that keep looking for non-existent elements, and the CPU is pinned at 100%. -- You received this bug notification because you are a member of Sikuli