[Sikuli-driver] [Question #679238]: Alt+Shift+C doesn't work

2019-03-15 Thread Max Musterman
New question #679238 on Sikuli:
https://answers.launchpad.net/sikuli/+question/679238

Hello, I just updated from Sikuli 1.1.2 to 1.1.3 and updated my Java to 11 and 
now I can no longer close my scripts with Alt+Shift+C. 

-- 
You received this question notification because your team Sikuli Drivers
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 #678309]: Gradually reducing MinSimilarity

2019-02-03 Thread Max Musterman
Question #678309 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678309

Max Musterman confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because your team Sikuli Drivers
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 #678309]: Gradually reducing MinSimilarity

2019-02-03 Thread Max Musterman
Question #678309 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678309

Status: Answered => Solved

Max Musterman confirmed that the question is solved:
Thanks a bunch

-- 
You received this question notification because your team Sikuli Drivers
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 #678309]: Gradually reducing MinSimilarity

2019-02-03 Thread Max Musterman
New question #678309 on Sikuli:
https://answers.launchpad.net/sikuli/+question/678309

Hi, thanks for your work maintaining this script. I wonder, is there a way to 
gradually reduce the MinSimilarity? You can set it to a specific value, but is 
it possible to reduce it by 0,01 continuously within a loop until it finds an 
image?  Something like

Settings.MinSimilarity=1
loop
if image exists 
do thing
break
else
decrease MinSimilarity by 0,01


-- 
You received this question notification because your team Sikuli Drivers
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 #663232]: How to click on screen using coordinates

2018-01-19 Thread Max Musterman
Question #663232 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663232

Max Musterman posted a new comment:
After going through some other user scripts, the correct command is "
click(Location(X,Y)) "

I don't understand why you didn't just answer my question. If you didn't
care about my question, fair enough, don't reply but why reply just to
give me misleading information? Are you keen on wasting both mine and
your time?

http://doc.sikuli.org/location.html
Does not contain the command click(Location(X,Y)) which was the one and only 
thing I asked about. 

Now you are probably going to think "It contains Location(x, y) so you
could have concluded that..." No. I can't I have no idea about
programming, I literally just tried to automate a few clicks while also
using images. I don't care to learn about programming or computer
science. The above command is literally all I wanted to know.

Anyways, my script works now, thanks for wasting our time.

-- 
You received this question notification because your team Sikuli Drivers
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 #663232]: How to click on screen using coordinates

2018-01-18 Thread Max Musterman
Question #663232 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663232

Max Musterman posted a new comment:
I am sure there are, but them existing doesn't help me if I cant find
them, which is why I asked for a link. I found tons of stuff about
relative coordinates or coordinates on an image or whatever, but nothing
about just clicking a specific location.

I read the docs I found when I googled "sikuli click coordinates", like
http://doc.sikuli.org/region.html http://doc.sikuli.org/location.html
but they don't help me.

-- 
You received this question notification because your team Sikuli Drivers
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 #663232]: How to click on screen using coordinates

2018-01-18 Thread Max Musterman
Question #663232 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663232

Max Musterman posted a new comment:
Hi, thanks for you reply. I tried reading through what I could find
before asking, but the problem is I have no programming knowledge so I
don't understand much of it.

Do I need to define a location/region before using click? If so how do I
do it? Can you maybe give me a link to a simple working script that I
can copy paste that does a few clicks on the desktop so I can learn from
it?

-- 
You received this question notification because your team Sikuli Drivers
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 #663232]: How to click on screen using coordinates

2018-01-18 Thread Max Musterman
New question #663232 on Sikuli:
https://answers.launchpad.net/sikuli/+question/663232

Hello, I am new,  I want to click on screen using coordinates.
I tried using the code in https://answers.launchpad.net/sikuli/+question/575478
But using Click(928,482) only clicks at the current mouse position.

If I set loc = 928,482
And use Click(loc)
It also only clicks at the current mouse position.

How do I get it to click at set coordinates?




-- 
You received this question notification because your team Sikuli Drivers
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