How do I get a radiobutton unchecked when the other is checked? Now both stay checked. I''ve tried grouping them, but that doesn''t works. Is there another way to do it?
The only way I have been able to make this work is by setting up a ridiculous number of interactions, basically n*n interactions. So if you have 5 buttons you are going to have 25 interactions. If there is an easier way to do this please do tell. I have tried grouping and that does nothing. Also, if you put buttons into a table you cannot group the buttons without losing your table assignment of the button.
Interactions and event management for complex single-screen apps is clunky at best, If I am wrong please point me to the docs that show otherwise.
The only way I have been able to make this work is by setting up a ridiculous number of interactions, basically n*n interactions. So if you have 5 buttons you are going to have 25 interactions. If there is an easier way to do this please do tell. I have tried grouping and that does nothing. Also, if you put buttons into a table you cannot group the buttons without losing your table assignment of the button.
Interactions and event management for complex single-screen apps is clunky at best, If I am wrong please point me to the docs that show otherwise.
You can use a radio list widget for this.
You can use a radio list widget for this.
You have to group the radio buttons only, please make sure there aren't any other elements in the group.
You have to group the radio buttons only, please make sure there aren't any other elements in the group.
I also did that..
I also did that..
There there must be something else. Could you send the prototype to us please? We will take a look at it.
There there must be something else. Could you send the prototype to us please? We will take a look at it.
The only way I have been able to make this work is by setting up a ridiculous number of interactions, basically n*n interactions. So if you have 5 buttons you are going to have 25 interactions. If there is an easier way to do this please do tell. I have tried grouping and that does nothing. Also, if you put buttons into a table you cannot group the buttons without losing your table assignment of the button.
Interactions and event management for complex single-screen apps is clunky at best, If I am wrong please point me to the docs that show otherwise.
The only way I have been able to make this work is by setting up a ridiculous number of interactions, basically n*n interactions. So if you have 5 buttons you are going to have 25 interactions. If there is an easier way to do this please do tell. I have tried grouping and that does nothing. Also, if you put buttons into a table you cannot group the buttons without losing your table assignment of the button.
Interactions and event management for complex single-screen apps is clunky at best, If I am wrong please point me to the docs that show otherwise.
PS. I cannot believe 8 months have passed by without a post to this issue as it seems pretty basic.
PS. I cannot believe 8 months have passed by without a post to this issue as it seems pretty basic.
You have to group only the radio buttons. The group has to contain only radio buttons to work.
You have to group only the radio buttons. The group has to contain only radio buttons to work.
I tested it and it does NOT work.
I tested it and it does NOT work.
You just need to group the radio buttons. This tutorial can help you clarify what we mean:
http://www.justinmind.com/usernote/te...
You just need to group the radio buttons. This tutorial can help you clarify what we mean:
http://www.justinmind.com/usernote/te...
You can use a radio list widget for this.
You can use a radio list widget for this.
Replies have been locked on this page!