10-04-2008 07:09 AM
Dear All,
How to add event case to the runtime menu associated with Radio Buttons?
There's a property in Event Case for Radio Buttons but that includes the whole Rectangular Box consisting of Radio Buttons, and not individual Radio Button.
I want to add an event case for for menu selection for individual Radio Button as I am having 4 Radio Buttons, and menu associated with each radio button is different.
Thanks,
Ritesh
Solved! Go to Solution.
10-04-2008 07:24 AM - edited 10-04-2008 07:25 AM
The event structure returns a reference to sub-item. If you right-click on the boolean, caption or boolean text of one of the buttons you get a valid reference and you can figure out (with caption see example) which element is clicked, if the right click is on the border or background of the radio button a null-reference is returned.
Ton
10-06-2008 12:46 AM
Hi Ritesh,
I think TonP's solution will work for you, but if it's important to have a unique event-case for each radio-button, here's one way. To create the button references, just right-click on a specific button and choose Create\Reference.
Cheers!
10-06-2008 06:46 AM