Re: [Sikuli-driver] [Question #194095]: Sikuli doesn't find images that definitely exist on screen

2012-04-28 Thread Andrew P
Question #194095 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194095 Andrew P posted a new comment: RaiMan, Thank you for helping out. Good news is that I figured it out and the image recognition mechanism was not the problem. I was actually hugely relieved that it wasn't

[Sikuli-driver] [Question #195072]: how to display chinese words in sikuli console

2012-04-28 Thread sangzh
New question #195072 on Sikuli: https://answers.launchpad.net/sikuli/+question/195072 I want to output some chinese words in sikuli console, how can i do it? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #195048]: how can i use type() in the phone simulator

2012-04-28 Thread j
Question #195048 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195048 j posted a new comment: I don't know what program phone simulator is, but type(abc) works just as if you would type abc with your keyboard (keep in mind only english keyboard layout works at the moment),

[Sikuli-driver] [Question #195076]: compiling sikuli JAVA_JAVA_H-NOTFOUND

2012-04-28 Thread j
New question #195076 on Sikuli: https://answers.launchpad.net/sikuli/+question/195076 So I tried to compile sikuli because I'm thinking about participating in developing sikuli, but I have this compiling error: [ 85%] Generating ../../../../src/main/native/org_sikuli_script_VDictProxy.h

Re: [Sikuli-driver] [Question #195076]: compiling sikuli JAVA_JAVA_H-NOTFOUND

2012-04-28 Thread j
Question #195076 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195076 Status: Open = Solved j confirmed that the question is solved: Okay it works now. The problem was that cmake did not detect OpenCV and OpenCV_DIR was not set. After I set OPENCV_DIR to

[Sikuli-driver] [Question #195129]: On right click, disregard right click and make it shift click instead

2012-04-28 Thread L E
New question #195129 on Sikuli: https://answers.launchpad.net/sikuli/+question/195129 How can I make it such that when a user right clicks, it doesn't right click, but instead it emulates a 'shift click'? Thanks, L E -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #195129]: On right click, disregard right click and make it shift click instead --- not possible

2012-04-28 Thread RaiMan
Question #195129 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195129 Summary changed to: On right click, disregard right click and make it shift click instead --- not possible -- You received this question notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #195129]: On right click, disregard right click and make it shift click instead

2012-04-28 Thread RaiMan
Question #195129 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195129 Status: Open = Answered RaiMan proposed the following answer: Not possible with Sikuli, since Sikuli cannot react on users mouse clicks. Only the mouse location is available. -- You received this

[Sikuli-driver] [Question #195150]: Set global hotkey without a KeyModifier

2012-04-28 Thread L E
New question #195150 on Sikuli: https://answers.launchpad.net/sikuli/+question/195150 Hi, Is it possible to set a global hotkey without a KeyModifier - for example, if you just press F1 without a KeyModifier it executes the handler. Thanks, L E -- You received this question notification

[Sikuli-driver] [Question #195154]: libcv2.3 support

2012-04-28 Thread j
New question #195154 on Sikuli: https://answers.launchpad.net/sikuli/+question/195154 Since ubuntu switched to libcv2.3 with their new release 12.04 and libcv2.3 does not seem to work, are there any plans to update Sikuli to be able to use libcv2.3? At the moment I'm trying to compile libcv2.1

[Sikuli-driver] [Question #195190]: Preload Sikuli vision engine, VDictProxy, etc in Java

2012-04-28 Thread Filipe Alonso
New question #195190 on Sikuli: https://answers.launchpad.net/sikuli/+question/195190 Hi, Is there any embed function in sikuli-script to preload all or an individual library when a Java application launches so that one doesn't experience loading delay at first calls on depending functions?