I was under the impression that enable = 0 should make the widget visible, but not actionable.
QuoteVisible and enabled
The enabled property determines if a widget receives events. If a widget is disabled, it will still be drawn but it will be unresponsive to your mouse clicks.
However, if I set a widget enable to false, this also makes my widget no longer visible. Is this intended?
I am trying to set a knob to exact positions based on a separate event, whereas the knob itself isn't adjustable (ie:disabled).