Re: [Sikuli-driver] [Question #217252]: Changing extension Guide's behaviour

2013-01-09 Thread Calvin
Question #217252 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/217252

Status: Answered = Open

Calvin is still having a problem:
Thanks Raiman, Loooking forward to!

-- 
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 #217252]: Changing extension Guide's behaviour

2013-01-08 Thread Calvin
Question #217252 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/217252

Calvin gave more information on the question:
Think my thread's getting less popular. UP!

-- 
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 #218695]: Need help: Guide spotlight in rectangle shape

2013-01-08 Thread Calvin
New question #218695 on Sikuli:
https://answers.launchpad.net/sikuli/+question/218695

Hi,

this problem has been vexing me since the start of using the guide extension. 
The spotlight using the shape of rectangle doesn't seem to work. I tried 
changing the variable  0.5f*(1 - opacity) that changes the opacity but that 
doesn't help at all.

Here's the Code in sikuliGuideSpotlight.java
=
if (shape == RECTANGLE){
 g2d.fillRect(0,0,r.width-1,r.height-1); 
 g2d.setComposite(AlphaComposite.getInstance(AlphaComposite.SRC_OVER, 
0.5f*(1 - opacity)));   
 g2d.fillRect(0,0,r.width-1,r.height-1);



-- 
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 #217252]: Changing extension Guide's behaviour

2013-01-06 Thread Calvin
Question #217252 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/217252

Status: Answered = Open

Calvin is still having a problem:
Hi Raiman,

Eg. When I use command like image(Region(0,0,1280,720), inserted_img, side 
=over), the image pops out pretty quick.
As for command: image(img ,inserted_img, side =over), it exhibits a bit of 
slow transition towards  image. 
Try testing each of them, you will see the difference.

-- 
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 #217231]: Customized guide function

2012-12-20 Thread Calvin
Question #217231 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/217231

Status: Answered = Solved

Calvin 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


[Sikuli-driver] [Question #217252]: Changing extension Guide's behaviour

2012-12-20 Thread Calvin
New question #217252 on Sikuli:
https://answers.launchpad.net/sikuli/+question/217252

The extension guide's commands(rectangle, spotlight,etc) seem to have a slow 
beginning transition by using image detection. As compared to using regions, it 
pops up suddenly.

I like using region as it's more precise and faster but I would prefer to have 
a slow transition rather than just popping out.
Is there any way I could change all that?

-- 
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 #217231]: Customized guide function

2012-12-19 Thread Calvin
New question #217231 on Sikuli:
https://answers.launchpad.net/sikuli/+question/217231

Hi, i tried to create a cuztomized guide function but it would not work. The 
image variable seems to be the problem.
 
Here's my code:

def showIntro(image,sec):
image(Region(0,0,1280,720), image, side =over)
show(sec)

It gives me an error log when i try to use it.

 File XX\sikuli-tmp4673222027611219019.py, line 36, in showIntro
 image(Region(0,0,1280,720),image, side =over)
TypeError: 'str' object is not callable



-- 
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 #216670]: Possible to change Guide's text() font type?

2012-12-12 Thread Calvin
New question #216670 on Sikuli:
https://answers.launchpad.net/sikuli/+question/216670

Hi, I been trying to find out ways to change the font type of the Text elements 
but I can't find the coding to edit  inside the SikuliGuideText.java or 
SikuliGuideCallout.java. Does anyone have a clue to do that? 

-- 
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 #215933]: Possible to change the command list to my own functions?

2012-12-06 Thread Calvin
Question #215933 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/215933

Status: Answered = Solved

Calvin confirmed that the question is solved:
Thanks Raiman.  Looking forward to it!

-- 
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 #215933]: Possible to change the command list to my own functions?

2012-12-04 Thread Calvin
New question #215933 on Sikuli:
https://answers.launchpad.net/sikuli/+question/215933

I like to create a command list to my own customized function. Is there any way 
in doing this?

-- 
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 #215933]: Possible to change the command list to my own functions?

2012-12-04 Thread Calvin
Question #215933 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/215933

Status: Needs information = Open

Calvin gave more information on the question:
I had created a mouse move function that utilizes the image recognition.
I used it many times in my scripts through copy and paste (which is
quite nuisance since the sikuli script editor sometimes wouldn't
highlight the sentence).

By putting it on the command line, perhaps i could just simply click my
customized function and it will auto prompt capture of screenshot (Same
like click() basically).

-- 
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 #214146]: About Guide: spotlight doesn't work in rectangle?

2012-11-28 Thread Calvin
Question #214146 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/214146

Status: Answered = Solved

Calvin confirmed that the question is solved:
I think it's working. Thanks for the help, Raiman~ really appreciated
it.

-- 
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 #215461]: Sikuli reading from xml files

2012-11-28 Thread Calvin
New question #215461 on Sikuli:
https://answers.launchpad.net/sikuli/+question/215461

Just wondering, is it possible for sikuli to read from XML file and project 
text onto screen using guide extension?

-- 
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 #215461]: Sikuli reading from xml files

2012-11-28 Thread Calvin
Question #215461 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/215461

Status: Answered = Solved

Calvin 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 #214146]: About Guide: spotlight doesn't work in rectangle?

2012-11-27 Thread Calvin
Question #214146 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/214146

Status: Answered = Open

Calvin is still having a problem:
I using JRE System Library [JavaSE - 1.6]

I commented the  import com.sun.crypto.provider.RSACipher; and also
added the following jar files to library and clean the build.

Junit-4.8.2.jar
sikuli-script.jar
simple-xml-2.6.1.jar

Errors managed to drop from 1100 to 33 (sigh of relief)

Errors left:

CycleStrategy cannot be resolved to a type
Persister cannot be resolved to a type
Serializer cannot be resolved to a type
Strategy cannot be resolved to a type
Test cannot be resolved to a type
The method setSimilarity(float) is undefined for the type Pattern
The import com.sun.medialib cannot be resolved

-- 
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 #214146]: About Guide: spotlight doesn't work in rectangle?

2012-11-27 Thread Calvin
Question #214146 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/214146

Status: Answered = Open

Calvin is still having a problem:
down to 30 errors. All related to:

CycleStrategy cannot be resolved to a type
Persister cannot be resolved to a type
Serializer cannot be resolved to a type
Strategy cannot be resolved to a type
Test cannot be resolved to a type

Sigh..your sources is working fine using ecillispe?

-- 
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 #214146]: About Guide: spotlight doesn't work in rectangle?

2012-11-27 Thread Calvin
Question #214146 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/214146

Status: Needs information = Open

Calvin gave more information on the question:

Hi Raiman,
Kindly see attached. 
Thanks and RegardsCalvin
 To: calvin_...@hotmail.com
 From: question214...@answers.launchpad.net
 Subject: Re: [Question #214146]: About Guide: spotlight doesn't work in   
 rectangle?
 Date: Mon, 26 Nov 2012 10:35:53 +
 
 Your question #214146 on Sikuli changed:
 https://answers.launchpad.net/sikuli/+question/214146
 
 RaiMan proposed the following answer:
 the mentioned line 19 in SikuliGuideArea.java is
 import com.sun.crypto.provider.RSACipher;
 
 on a first glance, I cannot see, what it is used for or used at all.
 So comment it out or find the reason in your installation for the complaint.
 
 -- 
 If this answers your question, please go to the following page to let us
 know that it is solved:
 https://answers.launchpad.net/sikuli/+question/214146/+confirm?answer_id=9
 
 If you still need help, you can reply to this email or go to the
 following page to enter your feedback:
 https://answers.launchpad.net/sikuli/+question/214146
 
 You received this question notification because you asked the 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 #214146]: About Guide: spotlight doesn't work in rectangle?

2012-11-27 Thread Calvin
Question #214146 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/214146

Calvin posted a new comment:
hi Raiman, check your email :)

-- 
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 #214146]: About Guide: spotlight doesn't work in rectangle?

2012-11-26 Thread Calvin
Question #214146 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/214146

Calvin posted a new comment:
Hi Raiman, Sorry for the late reply, I had been away for another
project.


I tried the steps  but there's a lot of errors in eclispe. 

eg.

Access restriction: The type RSACipher is not accessible due to restriction on 
required library 
C:\Program Files (x86)\Java\jre6\lib\ext\sunjce_provider.jar
SikuliGuideArea.java
/guide/src/org/sikuli/guide line 19 Java Problem


could be due to JRE?

-- 
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 #214146]: About Guide: spotlight doesn't work in rectangle?

2012-11-26 Thread Calvin
Question #214146 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/214146

Status: Answered = Open

Calvin is still having a problem:
I suspect i may have missed a step. I need to add the sikuli script.jar
into my project library. Am i right

-- 
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 #214146]: About Guide: spotlight doesn't work in rectangle?

2012-11-14 Thread Calvin
Question #214146 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/214146

Status: Answered = Solved

Calvin 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 #214146]: About Guide: spotlight doesn't work in rectangle?

2012-11-14 Thread Calvin
Question #214146 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/214146

Status: Solved = Open

Calvin is still having a problem:
It seems I met the same block road as Steffen (steffen-be).
I do not have the option Java project from existing sources (only java 
project and java project from existing ant buildfile).
How should i go with that?

-- 
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 #214146]: About Guide: spotlight doesn't work in rectangle?

2012-11-14 Thread Calvin
Question #214146 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/214146

Calvin posted a new comment:
Hmm, doesn't seem to work. Maybe i'll try out with netbeans.

-- 
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 #214146]: About Guide: spotlight doesn't work in rectangle?

2012-11-13 Thread Calvin
New question #214146 on Sikuli:
https://answers.launchpad.net/sikuli/+question/214146

Hi, I been playing around with the guide and it's definitely a great tool to 
work with.
I tried the spotlight and it work by default ('circle'). But it didn't work 
when I use the 'rectangle'.

spotlight(target.png, 'rectangle' )

What seems to be the issue?

Also, how can i edit the text and the tooltip's color box? By reading this 
thread: https://answers.launchpad.net/sikuli/+question/211340 
It seems I need to get to the source file from you?

Thanks and regards
Calvin


-- 
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 #212945]: Get image target offset as x, y coordinates

2012-11-05 Thread Calvin
Question #212945 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/212945

Status: Answered = Solved

Calvin 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 #212945]: Get image target offset as x, y coordinates

2012-11-04 Thread Calvin
Question #212945 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/212945

Status: Solved = Open

Calvin is still having a problem:
Just realized that i still need answers, what i mean was whether if i
could retrieve the x,y coordinate from the targetoffset(x,y) from image?

-- 
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 #212945]: Get image target offset as x, y coordinates

2012-10-31 Thread Calvin
New question #212945 on Sikuli:
https://answers.launchpad.net/sikuli/+question/212945

Been testing my customized mouse move code using image.getcenter() coordinates.
I was wondering whether it can be set to the image target offet instead? 

-- 
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 #211455]: Creating time markers in sikuli

2012-10-22 Thread Calvin
Question #211455 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211455

Status: Answered = Open

Calvin is still having a problem:
One more question: Can this  start = time.time() used globally? I'm
writing a function that when the timer reaches a specific time, it will
return true. This function will be in a Actions Sikuli script which I
will inherit to use in other scripts.

-- 
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 #211455]: Creating time markers in sikuli

2012-10-22 Thread Calvin
Question #211455 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211455

Calvin gave more information on the question:
Oh Ya and How to reset timer?

-- 
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 #211437]: Possible to customize mouse movement?

2012-10-21 Thread Calvin
Question #211437 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211437

Status: Open = Solved

Calvin confirmed that the question is solved:
problem solve

-- 
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 #211627]: How to load guide.jar in rc3 again? (noob here)

2012-10-20 Thread Calvin
Question #211627 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211627

Status: Answered = Solved

Calvin confirmed that the question is solved:
I realized the folder is actually hidden. Thanks~

-- 
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 #211431]: [HowTo] Import Sikuli Script in Sikuli IDE?

2012-10-18 Thread Calvin
Question #211431 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211431

Calvin posted a new comment:
Thanks! it helps a lot~

-- 
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 #211431]: [HowTo] Import Sikuli Script in Sikuli IDE?

2012-10-18 Thread Calvin
Question #211431 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211431

Status: Solved = Open

Calvin is still having a problem:
It's werid.. 
I can't get it work with :

import MEPlib
reload(MEPlib)

Rather, it works with just:

from MEPlib import *

-- 
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 #211627]: How to load guide.jar in rc3 again? (noob here)

2012-10-18 Thread Calvin
New question #211627 on Sikuli:
https://answers.launchpad.net/sikuli/+question/211627

I seen the thread : https://answers.launchpad.net/sikuli/+question/171313 

I donwload the guide.jar but I can't find the AppData folder where I'm supposed 
to put it in(C:\Users\user-name\AppData\Roaming\Sikuli\extensions)



-- 
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 #211431]: Import sikuli in sikuli ide?

2012-10-17 Thread Calvin
Question #211431 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211431

Status: Open = Solved

Calvin confirmed that the question is solved:
Nevermind I just solved my own problem

-- 
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 #211437]: Possible to customize mouse movement?

2012-10-17 Thread Calvin
New question #211437 on Sikuli:
https://answers.launchpad.net/sikuli/+question/211437

Hi I'm creating a automation script that mimics a human drawing. is there a way 
to create a customized mousemove that moves like an arc? 



-- 
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 #211455]: Creating time markers in sikuli

2012-10-17 Thread Calvin
New question #211455 on Sikuli:
https://answers.launchpad.net/sikuli/+question/211455

I wanted to set a timer and run at the moment I click run. Can sikuli import 
timer? 
What about math?

Thanks and regards
Calvin

-- 
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 #211431]: Import sikuli in sikuli ide?

2012-10-16 Thread Calvin
New question #211431 on Sikuli:
https://answers.launchpad.net/sikuli/+question/211431

Is there any way i could import other sikuli scripts within sikuli IDE? 




-- 
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