152 views
in GUI Development by
Good afternoon Developers,

How to unselect the radio button, as once it is pressed , it remains pressed. There are 3 levels of mosaic framework built. Which settings should i configure to make the radio focused but not active.

Thanking you in anticipation.

Yours Sincerely,

Ashay

1 Answer

0 votes
by

Hello Ashay,

the actually selected Radio Button is deselected when the user activates other Radio Button belonging to the same group. This can be handled automatically, when all Radio Buttons belonging to the group are connected to the same data provider. If your implementation is not using this model-view-controller (MVC) programming paradigm, you will need to handle the selection programmatically.

In such case when you have several Radio Buttons and the user activates one of the buttons (the slot method associated to the button's OnSelect property is signaled), the implementation of the slot method should deselect all other Radio Buttons by settings their properties Selected to the value false. See also Determine the Selected state of the Radio Button.

Or are you possibly looking for a Toggle Button?

There are 3 levels of mosaic framework built. Which settings should i configure to make the radio focused but not active.

This part of your question is not clear for me.

Best regards

Paul Banach

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...