in reply to its click both button will be execute?
-
In each of the radio buttons you need to link to the same variable.
- The -value paramater needs to be set to a different value.
- This is the value that your variable is set to when clicking the button.
- You should probably have the same command associated with each button that looks at the variable and does something different depending on its value.
- When you click a radio button you first need to delete the Frame created by another button.