[request] show operating region borders in slow motion mode

Bug #780351 reported by anatoly techtonik
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
In Progress
Medium
RaiMan

Bug Description

It would be awesome if Sikuli could display the border of operating region similar to how it shows the click area in slow mode. Useful for detecting if click area is wrong.

--- additional request moved to bug 780369

Tags: options
Revision history for this message
RaiMan (raimund-hocke) wrote :

You might use Region.highlight() for that purpose ().
If you use it without a timing parameter it acts as toggling frame.

so you might use e.g.

setROI(someRegion)
if Settings.ShowActions: Region(getROI()).highlight() #switch frame on
# your actions
if Settings.ShowActions: Region(getROI()).highlight() #switch frame off

Revision history for this message
RaiMan (raimund-hocke) wrote :

I divide this request bug into 2

summary: - X-1.0rc2: wish to show operating region borders in slow motion mode
+ [request] show operating region borders in slow motion mode
Changed in sikuli:
importance: Undecided → Wishlist
RaiMan (raimund-hocke)
description: updated
description: updated
RaiMan (raimund-hocke)
Changed in sikuli:
status: New → Fix Committed
importance: Wishlist → High
assignee: nobody → RaiMan (raimund-hocke)
milestone: none → x1.0
status: Fix Committed → In Progress
importance: High → Medium
milestone: x1.0 → none
tags: added: options
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.