Nick Thissen wrote:
This is the typical usecase for condition flags. You can do something like this:
- "Set" a condition flag whenever the main widget becomes visible.
- "Unset" the same flag when the main widget is hidden.
- Now you can use this flag as a condition for the action that activates yellow bar thing. It will then only trigger if the flag is "set", e.g. when the widget is visible.