Re: [Sikuli-driver] [Question #233611]: Hotkey example in Java

2013-08-06 Thread Giuseppe Marullo
Question #233611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233611 Status: Answered => Solved Giuseppe Marullo confirmed that the question is solved: Ok. thanks probably it is my fault. I will try a clean installation. Giuseppe Marullo -- You received this question n

Re: [Sikuli-driver] [Question #233611]: Hotkey example in Java

2013-08-06 Thread RaiMan
Question #233611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233611 Status: Open => Answered RaiMan proposed the following answer: wait for 1.0.1 I fixed some problems in this area. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #233549]: mobile testing

2013-08-06 Thread Roman Podolyan
Question #233549 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233549 Status: Open => Answered Roman Podolyan proposed the following answer: Yes, but there are no unified way. As for iOS app testing, I used iPhone and iPad simulator(s), which worked pretty well. Believe m

Re: [Sikuli-driver] [Question #233611]: Hotkey example in Java

2013-08-06 Thread RaiMan
Question #233611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233611 RaiMan posted a new comment: Sounds odd. But if it runs currently - ok ;-) Version 1.0.1 will make things a lot easier for these situations (a few days to wait ;-) -- You received this question notificatio

Re: [Sikuli-driver] [Question #233611]: Hotkey example in Java

2013-08-06 Thread Giuseppe Marullo
Question #233611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233611 Status: Solved => Open Giuseppe Marullo is still having a problem: Ouch, it works but the program never ends. I also put this at the end: HotkeyManager.getInstance().removeHotkey(key, modifiers);

Re: [Sikuli-driver] [Question #233611]: Hotkey example in Java

2013-08-06 Thread Giuseppe Marullo
Question #233611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233611 Status: Needs information => Solved Giuseppe Marullo confirmed that the question is solved: >So you seem to run on Windows. Yes, Windows 7 64bit >What exactly is your setup? IDE: java-editor V11.40 - h

Re: [Sikuli-driver] [Question #233611]: Hotkey example in Java

2013-08-06 Thread RaiMan
Question #233611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233611 Status: Open => Needs information RaiMan requested more information: So you seem to run on Windows. What exactly is your setup? IDE, Sikuli, classpath, ... -- You received this question notification

Re: [Sikuli-driver] [Question #233611]: Hotkey example in Java

2013-08-06 Thread Giuseppe Marullo
Question #233611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233611 Status: Answered => Open Giuseppe Marullo is still having a problem: Thank you RaiMan, in main: ... String key = "a"; // take care: US-QWERTY keyboard layout based !!! int modifiers = KeyModifi

Re: [Sikuli-driver] [Question #233611]: Hotkey example in Java

2013-08-06 Thread RaiMan
Question #233611 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233611 Status: Open => Answered RaiMan proposed the following answer: At least with version 1.0.0: String key = "a"; // take care: US-QWERTY keyboard layout based !!! int modifiers = KeyModifier.ALT+KeyModifie

Re: [Sikuli-driver] [Question #233608]: Efficiency for Chess

2013-08-06 Thread RaiMan
Question #233608 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233608 Status: Open => Answered RaiMan proposed the following answer: I do not think, that this is (easily ;-) possible with Sikuli with your approach. If you only think about the simple challenge, to find out

[Sikuli-driver] [Question #233611]: Hotkey example in Java

2013-08-06 Thread Giuseppe Marullo
New question #233611 on Sikuli: https://answers.launchpad.net/sikuli/+question/233611 Is there a simple example available? I searched a lot, but nothing pre-cooked. Thanks in advance. Giuseppe Marullo -- You received this question notification because you are a member of Sikuli Drivers, which

[Sikuli-driver] [Question #233608]: Efficiency for Chess

2013-08-06 Thread jay dee
New question #233608 on Sikuli: https://answers.launchpad.net/sikuli/+question/233608 I am experimenting with standalone JAVA Sikuli to do chess board piece recognition. I am using an HD web camera directly above a chess board with fixed lighting. The purpose of this program is to always output

Re: [Sikuli-driver] [Question #233608]: Efficiency for Chess

2013-08-06 Thread jay dee
Question #233608 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233608 Description changed to: I am experimenting with standalone JAVA Sikuli to do chess board piece recognition. I am using an HD web camera directly above a chess board with fixed lighting. The purpose of this pr

Re: [Sikuli-driver] [Question #233603]: DropDown menu disappears if setShowActions is set to True

2013-08-06 Thread RaiMan
Question #233603 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233603 Status: Open => Answered RaiMan proposed the following answer: I will check that with the development of version 1.1 during the next months. -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #233603]: [1.0] DropDown menu disappears if setShowActions is set to True

2013-08-06 Thread RaiMan
Question #233603 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233603 Summary changed to: [1.0] DropDown menu disappears if setShowActions is set to True -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Siku

Re: [Sikuli-driver] [Question #233603]: DropDown menu disappears if setShowActions is set to True

2013-08-06 Thread RaiMan
Question #233603 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233603 Assignee: None => RaiMan -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___ Ma

Re: [Sikuli-driver] [Question #233367]: HTML

2013-08-06 Thread RaiMan
Question #233367 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233367 Status: Open => Answered RaiMan proposed the following answer: Sorry, not yet possible. Might be better with version 1.1 towards end of the year. -- You received this question notification because you

Re: [Sikuli-driver] [Question #233367]: HTML

2013-08-06 Thread sanjana
Question #233367 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233367 Status: Answered => Open sanjana is still having a problem: Thank you .. it s working fyn Other doubt is when i try to recognise the text "%GUI" from an image using textrecognizer, i am getting the res

[Sikuli-driver] [Question #233603]: DropDown menu disappears if setShowActions is set to True

2013-08-06 Thread Eugene S
New question #233603 on Sikuli: https://answers.launchpad.net/sikuli/+question/233603 Hi, I have experienced an issue described in BUG #950603 and in most of the cases, when I use DropDown menu with disabled highlight, the problem is eliminated. However it seems that there is a same behavior ap

Re: [Sikuli-driver] [Question #233603]: DropDown menu disappears if setShowActions is set to True

2013-08-06 Thread Eugene S
Question #233603 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233603 Description changed to: Hi, I have experienced an issue as it described in BUG #950603, and in most of the cases, when I use DropDown menu with disabled highlight, the problem is eliminated. However it seem

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

2013-08-06 Thread RaiMan
Question #232999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232999 Status: Open => Answered RaiMan proposed the following answer: The next version, that might have some improvements in the text read area will be 1.1 towards the end of this year. -- You received this q

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

2013-08-06 Thread Divesh Pathak
Question #232999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232999 Status: Answered => Open Divesh Pathak is still having a problem: Hi obiwan, I am felling glad after looking on your reply. Some how I managed to solve my Issue of reading the text, *every time it's not