sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #51605
Re: [Question #680652]: how to use Region.onChange in pyton with jpype
Question #680652 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/680652
Status: Open => Answered
RaiMan proposed the following answer:
Nice try ;-)
IMHO:
class CallBack(ObserverCallBack):
def changed(event): # this is what you have to overwrite
print ("in change handler")
someRegion.onChange(50, CallBack())
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.