On Tuesday 19 April 2016 22:27:26 Krzysztof wrote: > > git master 67e6cf80e4fb391bd756df0ad93918c6c5ea4c28 has > > tdatabutton.options bo_radioitem and "group" property. > > How to use it? Placed 3 tdatabuttons on form, set group 1 and > bo_radioitem for each but they still acting as normal buttons. > Clicking on any, doesn't keep it down. Should I check some other > property too? Maybe we didn't understand. Attached screens with > Lazarus TSpeedButtons with GroupIndex property = 1. mse1.png is normal > state, rest are states when I click on them. If I click button 2 then > button 1 is up etc
An example is here: https://gitlab.com/mseide-msegui/mseuniverse/tree/master/samples/widgets/buttons/radiobutton Needs MSEgui git master 538c0e5c37a0c38df56d631b74b3f2a7734dad6d. The 'checked' appearance is defined by the "valuecaptions", "valuefaces" and "imagenums" properties. Martin ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

