← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #680134]: How to act on multiple changes in a region

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
---  continuous background process that allows mouse and keyboard interaction
SikuliX cannot run in background, since it relates on the screen content and uses rel mouse and keybord
So interractions must either be programmed or usually mangle with the workflow and hence disturb it.

--- multiple regions to observe
your case fits best with the observation feature.
region.onChange(imagesize, handler)
where region is the outer region of the subregions.

---  I'm completely new to programming/scripting
That clearly said is a problem with your rather complex case.
You have to find a way, to start with small pieces and then enhance yourself.

Looking for examples in the net might help.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.