Re: [Sikuli-driver] [Question #172015]: is there any inbuilt function to find out the OS bit

2011-09-26 Thread prabhu
Question #172015 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172015 Status: Answered = Solved prabhu confirmed that the question is solved: Hi RaiMan Thanks for the answer its working fine -- You received this question notification because you are a member

[Sikuli-driver] [Question #172395]: Unit test works on rc3??

2011-09-26 Thread Ezequiel
New question #172395 on Sikuli: https://answers.launchpad.net/sikuli/+question/172395 I want to know if unit test works on rc3 Thanks -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #172411]: Java equivalent of screen.type(g, KEY_CMD|KEY_SHIFT)

2011-09-26 Thread Rakesh
New question #172411 on Sikuli: https://answers.launchpad.net/sikuli/+question/172411 I am trying to invoke the browse dialog in Finder using MAC short cut cmd+shift+g I tried the following without success: What is the java equivalent of : type(g, KEY_CMD|KEY_SHIFT) I tried :

[Sikuli-driver] [Bug 860110] [NEW] [request] IDE: ask whether to save unsaved changes before showing file dialog

2011-09-26 Thread Edu
Public bug reported: version: X-1.0rc3 OS: Ubuntu 10.04 1. Type something in the editor pane. 2. Without saving, exit Sikuli Result: The file dialog is shown. If you click Cancel, another dialog is shown, asking you whether you want to save the changes. If you click Yes, the file dialog is

Re: [Sikuli-driver] [Question #172136]: how to app.open() Microsoft service.msc or gpedit.msc

2011-09-26 Thread jia
Question #172136 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172136 jia posted a new comment: Thanks RaiMan -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #172411]: Java equivalent of screen.type(g, KEY_CMD|KEY_SHIFT)

2011-09-26 Thread Tsung-Hsiang Chang
Question #172411 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172411 Status: Open = Answered Tsung-Hsiang Chang proposed the following answer: r = new Region(); // or new Screen(); r.type(g, KeyModifier.CMD | KeyModifier.SHIFT) -- You received this question