02-26-2013 02:39 PM
Hi ,
I have created a VI wherein I have 3 inputs as enums, I also want to give the user the capability to enter runtime values which are not present in the drop down for the enum , is it possible ? I see an option in the propeties of the enums as "allow user to enter undefined values during runtime" , will this serve the same purpose as I am looking for or is it something different ?
Please see the attached snapshot for the option I am referring to .
Thanks
02-26-2013 03:00 PM
Sounds like what you really want is a ring. Rings are different in that the items can be defined at run-time by manipulating the items property.
02-26-2013 03:04 PM - edited 02-26-2013 03:11 PM
02-26-2013 04:24 PM - edited 02-26-2013 04:24 PM
@Manreet wrote:
Hi ,
I have created a VI wherein I have 3 inputs as enums, I also want to give the user the capability to enter runtime values which are not present in the drop down for the enum , is it possible ? I see an option in the propeties of the enums as "allow user to enter undefined values during runtime" , will this serve the same purpose as I am looking for or is it something different ?
Please see the attached snapshot for the option I am referring to .
Thanks
What you see is a disabled option in the items editor. The items editor is common between Rings Comboboxs and enums. I don't know why the gurus and R&D decided to disable and grey the checkbox rather than hide the darn thing. Lucky for us its not something that customers see just developers. At least we have the ability to ask about what that is if we don't know.
02-27-2013 09:31 AM
Thanks everyone , using a ring instead of enum solves the puzzle ..)