[1.1.x] Python scripting: Global SCREEN object does not inherit global FindFailed settings
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SikuliX |
In Progress
|
High
|
RaiMan |
Bug Description
*******
After changing the global settings, you have to use
setFindFailedRe
setFindFailedHa
with the same settings, to update the settings of global object SCREEN
Another option is, to use
SCREEN = Screen()
afterwards, to force a recreation of the global SCREEN object.
-------
When using
FindFailed.
to specify some global FindFailed handling, then these global settings will not be inherited by the global SCREEN object, because this is instantiated once at IDE start or before scriptrun from commandline.
By design, these settings are only inherited by region objects newly created during scriptrun.
We need a feature to tell SCREEN, that the global FindFailed settings have changed.
Changed in sikuli: | |
status: | New → Fix Committed |
importance: | Undecided → High |
assignee: | nobody → RaiMan (raimund-hocke) |
milestone: | none → 1.1.3 |
description: | updated |
description: | updated |
description: | updated |
Changed in sikuli: | |
status: | Fix Committed → In Progress |