02-24-2011 01:51 AM - edited 02-24-2011 01:52 AM
Hi Vishnu,
Jared project relies on a new feature of CVI 2010, the ability to create arrays of controls; this feature is not present in CVI 2009: you should have received a warning when opening the project since the UIR file format is newer than the IDE you are using.
Attached is a sample project that creates a group out of a series of radio buttons and handles it allowing multiple selection or no selection at all depending on two check boxes on the panel. It's a CVI8.5 project so you will have no problems in using it in CVI2009.
02-24-2011 08:38 AM - edited 02-24-2011 08:39 AM
oops... mistakenly posted...
NickB
National Instruments
02-24-2011 10:50 PM
Hi Roberto,
Thank you very much. This is the solution of my problem.
Actually with "ATTR_RADIO_SIBLING_ALWAYS_MARKED" , some time it is working fine and some time not working properly. But Radio button array works fine.
"ATTR_RADIO_SIBLING_ALWAYS_MARKED" Should also work but I don't know why it is not working with me. Might be i have mistake with using this.
Thanks
--Vishnu
06-09-2017 09:33 AM
I found Radio button groups today. Very nice.
I was wondering a minor aspect, can I spread the buttons out a little so there is a little more space between each row?
06-09-2017 09:51 AM
You can use the flexible radio button group instrument driver instead, see here