[Sikuli-driver] [Question #690264]: observe - onChange not working for me!

2020-04-27 Thread Guillermo
New question #690264 on Sikuli:
https://answers.launchpad.net/sikuli/+question/690264

Hello everyone!

Im trying to do observe - onChange to a region but nothing happens.
Im looking for changes in a game that really changes, but not detected by 
sikuli.
Im using sikuli 1.1.4 and jython 2.7.1.
SO is Windows 10.

What Im missing???



This is my code:

def changed():
r.highlightOn()
wait(FOREVER)

while True:
r = (Region(440,175,510,390))
r.onChange(50,changed)
r.observe(10,background=False)
r.stopObserver()

###

-- 
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 #690155]: how to use a button to use selectRegion in java

2020-04-27 Thread wu
Question #690155 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/690155

Status: Answered => Solved

wu confirmed that the question is solved:
thx RaiMan i am a new hand use java  thanks the Suggest

-- 
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 #690265]: how to let Picture background and find photo

2020-04-27 Thread wu
New question #690265 on Sikuli:
https://answers.launchpad.net/sikuli/+question/690265

how to let the picture in chrome and the chrome Background execution(this will 
At the bottom of the page but no Webpage zoom out) and find i want to find the 
picture?

now i use java write and selenium+sikukli  but i want put the selenium page in 
bottom  i know use opencv to find picture but i don't 

know sikuli if can background find picture


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