Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3953

Xojo2024R2: problem setting WebButton.Indicator to Primary or Secondary

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 3953

Trending Articles