setShowActions(True) on Linux

Asked by Edmundo VN

Im trying to use the global function setShowActions(True) but no visual effect is enabled. Im using Sikuli X 1.0rc3 on Ubuntu 11.10, is there any known problem with this?

Question information

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

As far as I know:
These effects like Region.highlight() and show actions (blinking red circles) are not available on Linux.

Revision history for this message
Edmundo VN (edmundo-vn) said :
#2

I was able to make two red circles appear on the point it was clicked when using the wheel() function to scroll the screen, but only that. About the highlight() function, it really shows in the log its not available.

Revision history for this message
Edmundo VN (edmundo-vn) said :
#3

OK. I found the problem, I changed some properties to speed up the clicks, thats the reason it wasn't showing up. By default it shows without problems (just a little flickering at the reagion its drawn).

Revision history for this message
j (j-the-k) said :
#4

Thanks for the feedback =)