Using CSS. This code:
StatsButton.Indicator = WebUIControl.Indicators.Secondary
seems to be broken now (it was just fine in Xojo2024R1).
The above is also true for Primary. However this code:
StatsButton.Indicator = WebUIControl.Indicators.Default
or this one
StatsButton.Indicator = WebUIControl.Indicators.Success
still works.
The default option for the button can be set to Primary without problem, just changing it in runtime seems to be the issue. Could someone please confirm what appears to be broken now?
13 posts - 7 participants