sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #08755
Re: [Question #187435]: Can't get onChange event handler to run
Question #187435 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/187435
RaiMan posted a new comment:
The above mentioned TODO
--- going to Jython
there seems to be one critical function:
reg = Region.create(other_region)
where other_region is of class Region
where the code denotes
//TODO: determine if the caller is Jython
and then it jumps into Jython and comes back with a Region object, that was created in the Jython context. I am not really sure, what is happening there. I will make some tests myself and come back.
--------------------------------------------------------------------
is really the problem. When I switched this of (it just returns the
region), everything runs fine (at least in Java).
I will try to suggest a fix for that.
Meanwhile there is a workaround, by creating a sikuli-script.jar, that is only used with Java.
Come back if interested.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.