Hi, I'm using Smartclient v12.1p_2023-08-16/Pro. I''m currently trying to change the background color for radio item in radiogroup when its selected. Could you please navigate me what properties could i use to do this ? Because in Tahoe skins i found the radio-button png and it looks like set of icons for different button styles.
Announcement
Collapse
No announcement yet.
X
-
Two things:
1) to use custom radios in Tahoe, you'll need to set RadioGroupItem.useNativeRadioItems to false - you can do that globally with RadioGroupItem.addProperties() before components are created
2) the icons you showed were actually improved just this past week - you should really update to the latest patched version anyway but, if that's problematic, just take the latest build of 12.1 from smartclient.com/builds and copy the radio-button.png sprite-file. Then, you can further modify that image if you wish.
Comment