Re: [Sikuli-driver] [Question #239858]: "Click Target" Preview causes menubar to close.

2013-11-26 Thread RaiMan
Question #239858 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239858 RaiMan posted a new comment: What version of Sikuli are you using? the above can be more compact: findLocation = Find("Object List") mouseMove(Location(findLocation.getX(), findLocation.getY())) can be: mo

Re: [Sikuli-driver] [Question #239839]: HowTo distinguish between enabled and disabled state of a button

2013-11-26 Thread RaiMan
Question #239839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239839 RaiMan proposed the following answer: one more thing: The shot of the button should be optimized, so that it contains as little background as possible (cut just around the border of the button including the

Re: [Sikuli-driver] [Question #239839]: HowTo distinguish between enabled and disabled state of a button

2013-11-26 Thread RaiMan
Question #239839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239839 Summary changed to: HowTo distinguish between enabled and disabled state of a button -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sik

Re: [Sikuli-driver] [Question #239839]: Event based execution of script

2013-11-26 Thread RaiMan
Question #239839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239839 Status: Open => Answered RaiMan proposed the following answer: To differentiate between a button being enabled/disabled, usually it is sufficient to use: if exists(Pattern(image_enabled_button).exact():

Re: [Sikuli-driver] [Question #237147]: Not able to use Sikuli to update scripts already developed - Sikuli crashes on clicking on any event

2013-11-26 Thread RaiMan
Question #237147 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237147 Status: Open => Answered RaiMan proposed the following answer: you should have a runIDE.cmd in the installation folder. To get info about the possible parameters: runIDE.cmd -h -- You received this qu

Re: [Sikuli-driver] [Question #239858]: "Click Target" Preview causes menubar to close.

2013-11-26 Thread Val Gorbunov
Question #239858 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239858 Status: Open => Solved Val Gorbunov confirmed that the question is solved: NEVER MIND, I found setShowActions(False) -- You received this question notification because you are a member of Sikuli Driver

[Sikuli-driver] [Question #239858]: "Click Target" causes menubar to close.

2013-11-26 Thread Val Gorbunov
New question #239858 on Sikuli: https://answers.launchpad.net/sikuli/+question/239858 Hi All, Just started using Sikuli today and I am running into a problem on a QT application when using the "View" menu bar. The view menu bar has a bunch of items such as "Object List". When I tell Sikuli Cli

Re: [Sikuli-driver] [Question #239858]: "Click Target" Preview causes menubar to close.

2013-11-26 Thread Val Gorbunov
Question #239858 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239858 Summary changed to: "Click Target" Preview causes menubar to close. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #239839]: Event based execution of script

2013-11-26 Thread bgbig
Question #239839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239839 Description changed to: I have one situation wherein the 'stop' button disables on GUI when the test is done successfully. I need to wait on that screen (wait for the 'stop' button to be greyed out ) and the

[Sikuli-driver] [Question #239839]: Event based execution of script

2013-11-26 Thread ankit
New question #239839 on Sikuli: https://answers.launchpad.net/sikuli/+question/239839 I have one situation wherein the 'stop' button disables on GUI when the test is done successfully. I need to wait on that screen (wait for the 'stop' button to be greyed out ) and then move on to close the win

Re: [Sikuli-driver] [Question #237147]: Not able to use Sikuli to update scripts already developed - Sikuli crashes on clicking on any event

2013-11-26 Thread swagatsamal2...@gmail.com
Question #237147 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237147 Status: Answered => Open swagatsamal2...@gmail.com is still having a problem: hi Raiman - thanks for your guide - I successfully upgraded to version 1.0.1 now i need one more help: Earlier I used to ca

Re: [Sikuli-driver] [Question #232999]: Read the word from the flex web page and click on that

2013-11-26 Thread Divesh Pathak
Question #232999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232999 Description changed to: Hi I am able to read the content from the flex web page. But if I need to search from huge number of words then it's get failed. Can you please tell me when the next version of Sikuli

Re: [Sikuli-driver] [Question #239829]: how to create the sync between Sikuli and android Emulator in Windows.

2013-11-26 Thread akbar
Question #239829 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239829 Status: Needs information => Answered akbar proposed the following answer: You can use the wait() method and pass the image of the emulator screen(home). See this documentation - http://doc.sikuli.org/re

Re: [Sikuli-driver] [Question #239829]: how to create the sync between Sikuli and android Emulator in Windows.

2013-11-26 Thread RaiMan
Question #239829 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239829 Status: Open => Needs information RaiMan requested more information: You have to program in Java and use SikuliX's Java API, then everything is "synched". If you are talking about something else: please