← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #678626]: Switching off all currently active highlighting

 

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

RaiMan proposed the following answer:
As already guessed: True/False as parameter to a Java API function are
given as Integer 1 and 0.

So I had to revise the API accordingly:

--- for the individual highlight
highlightOn()
highlightOff()

--- for all highlights
highlightAllOff()

I will revise the docs.
Testing appreciated.

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