Re: [Sikuli-driver] [Question #170439]: Question about onAppear.

2011-09-08 Thread Scott Ovelmen
Question #170439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170439 Status: Answered => Solved Scott Ovelmen confirmed that the question is solved: Your the man! Thanks for your time. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #170439]: Question about onAppear.

2011-09-07 Thread RaiMan
Question #170439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170439 Status: Open => Answered RaiMan proposed the following answer: --1: observe handler: the function gets the event object as parameter, so if a handler is defined in a class, it has to be: def release

Re: [Sikuli-driver] [Question #170439]: Question about onAppear.

2011-09-07 Thread Scott Ovelmen
Question #170439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170439 Status: Answered => Open Scott Ovelmen is still having a problem: Thank you for the information. I really appreciate the help. I am still having issues. I was wrong about my initial comments. Both pieces

Re: [Sikuli-driver] [Question #170439]: Question about onAppear.

2011-09-07 Thread RaiMan
Question #170439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170439 Status: Open => Answered RaiMan proposed the following answer: In the first segment, the observe stops after 3 seconds (standard waiting time). So it has to be: WindowUR_CT.observe(30, background=True)

[Sikuli-driver] [Question #170439]: Question about onAppear.

2011-09-07 Thread Scott Ovelmen
New question #170439 on Sikuli: https://answers.launchpad.net/sikuli/+question/170439 Hello, I am a newbie and have a question about the use of onAppear. The top code segment does not recognize the image when it appears during the loop (exit function not called). The bottom code segment does. Wh