← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #187435]: Can't get onChange event handler to run

 

Question #187435 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/187435

    Status: Open => Needs information

RaiMan requested more information:
It looks like Java, what you are doing ;-)
and it seems you have set it up, as it should be.

But what is strange: the message comes from Jython:

 File "/Applications/Sikuli-IDE.app/Contents/Resources/Java/sikuli-script.jar/Lib/sikuli/Region.py", line 277, in targetChanged
TypeError: 'TestSikuli$1' object is not callable.

So it seems, you are mixing some things up:
scrpt = new SikuliScript();

Are you running Jython scripts from within Java?

Is  ideMainMenuR a Jython Region or a Java Region object?

It seems that the change is detected on the Jython level and the
callback to the Java level makes problems.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.