If I set the value of Indicator in the Opening or Shown events for any web control to any of the Indicators (Danger, Dark, Default, Info, Light, Link, Primary, Secondary, Success, Warning) - I see no change to the styling.
To be sure I even tried calling Me.UpdateBrowser but still nothing had changed.
I believe I am implementing this correctly - but perhaps not. Any tips?
It really depends on which control you’re trying it on. The Indicator property is on WebUIControl, so every UI control has the property, but it may not be hooked up. As an example, doing what you’re describing works as expected (at least for me) with WebButton, while doing the same for the WebListBox does not work as it’s not implemented.
I was trying to set the Indicator property for the WebSlider to indicate Success, Warning and Danger values ranges, however the Indicator property is not exposed in the inspector.
I’m a bit surprised the Indicator property is not exposed for the WebTextField for use with forms based data validation.