Re: [Sikuli-driver] [Question #210056]: Is it possible to focus 1 of 2 instances of the same process in OSX?

2013-04-29 Thread RaiMan
Question #210056 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210056

Assignee: None => RaiMan

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #227801]: mouse effect to know where the click happens

2013-04-29 Thread mark
New question #227801 on Sikuli:
https://answers.launchpad.net/sikuli/+question/227801

Hello,

I have been using heavy mouse clicking with Sikuli and the problem that I have 
is that sometime I cant see where the scripts are clicking. My setup includes a 
video recording of what is happening in the desktop

NOT the problem:
The script is working but I sometimes the GUI is not displayed correctly hence 
the script is failing. This is not my posted question. This is the reason why I 
am using Sikuli.


Problem:
Troubleshooting which icon/(part of the GUI) I click last is a little tricky to 
find. So I thought that if I have a mouse click effect (something like the one 
that is used in League of Legends) would be great.


I just want to see if anyone out there have figured out how to have mouse click 
effect, without interfering with the GUI (will not block the image behind where 
the mouse is hovering over).



-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #210056]: Is it possible to focus 1 of 2 instances of the same process in OSX?

2013-04-29 Thread ABET
Question #210056 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210056

ABET posted a new comment:
How are you setting your App name to focus on the android emulator for
the MAC?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #227783]: IDE / ScriptRunner: wrong behavior with sys.argv

2013-04-29 Thread Paraita Wohler
Question #227783 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/227783

Status: Answered => Solved

Paraita Wohler confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #227783]: wrong behavior with sys.argv

2013-04-29 Thread RaiMan
Question #227783 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/227783

Status: Open => Answered

RaiMan proposed the following answer:
sys.argv handling in IDE on rerun and hence the repetitive usage of the
class ScripRunner during the same JVM session is buggy in the current
version. will be solved in the new version.

No workaround available.

You might use some other method, like e.g. the Java system properties.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #227783]: wrong behavior with sys.argv

2013-04-29 Thread RaiMan
Question #227783 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/227783

Assignee: None => RaiMan

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #227783]: IDE / ScriptRunner: wrong behavior with sys.argv

2013-04-29 Thread RaiMan
Question #227783 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/227783

Summary changed to:
IDE / ScriptRunner: wrong behavior with sys.argv

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #227783]: wrong behavior with sys.argv

2013-04-29 Thread Paraita Wohler
New question #227783 on Sikuli:
https://answers.launchpad.net/sikuli/+question/227783

I'm experiencing problems with Sikuli X r930. I'm using it to automate GUI 
tests. Those tests are Java classes that use a ScriptRunner and everything runs 
fine.
Except that if I try to pass parameters (using the runPython(String[], String) 
method), to a Sikuli script, it works the first time, but on the second time 
sys.argv gets appended with my script's path.
In fact I don't even need to run my Sikuli script from Java, running this code 
directly in Sikuli-IDE reproduce this strange behavior:

for arg in sys.argv:
print "ARG:" + arg

I open Sikuli-IDE, paste the code and run it.
Then I open a new Tab and paste the same code and run it.

=> sys.argv gets appended with the scripts paths.
Any idea how to prevent this or should I report it as a bug ?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #227318]: Windows: How to type a '°'?

2013-04-29 Thread RaiMan
Question #227318 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/227318

Assignee: None => RaiMan

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #227318]: Windows: How to type a '°'?

2013-04-29 Thread Roy Chang
Question #227318 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/227318

Status: Answered => Solved

Roy Chang confirmed that the question is solved:
Thanks! RaiMan that solved my questions.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp