I have three radio buttons that are set into a group to enable only 1 selection. I have set itemlisteners to all 3 buttons.
When the user clicks 1 of the buttons, they are prompted using YES_NO dialog box'asking them to confirm the change'.
My problem is this: If they decide not to proceed, the newly seleted button becomes the current active choice. How can I prevent this from happening?
I mean how can I set a radiobutton but without calling the listeners method?


Reply With Quote