SikuliX 1.1.0 setShowActions dose not work

Asked by masuo

Environment:
Windows7, SikulixIDE 1.1.0(2015-10-05_17:07)

Code:
setShowActions(True)
click("1444386622630.png")

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

sorry, but this is a bug.

Revision history for this message
Best RaiMan (raimund-hocke) said :
#2

use
Settings.Highlight = True
as a somehow workaround (fix might take a while -> 1.1.1)

Revision history for this message
masuo (masuo-ohara) said :
#3

Thanks RaiMan, that solved my question.

Revision history for this message
Ray Chen (ray.lei.chen) said :
#4

Thanks RailMan. I noticed the sikuli would high light the object identified for twice. Is there any way we could control to only high light once?