← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #255662]: Functions cannot be cast as a handler in Eclipse integration

 

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

    Status: Open => Solved

RaiMan changed the question status:
this

r = sikuli.Region.create(1 , 35,500,500)

has to be

r = Region(1 , 35,500,500)

... since using Region.create() is reserved for the usage on the Java
level (does not create a Jython Region, that understands observe()
correctly).

---------------------------------------
Ryan: that did the trick

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