12-28-2007 04:01 AM
12-28-2007 05:47 AM
jabili wrote:
hi all i am doing som applidcation in labview. in my programme .if iselect one data item of one enum.can i change dyanmically /the option of another enum dataitems.plese tell me
Yes, you can change the other enum's dataitems dynamically.
Try using the [Strings] property to achieve what you want...
Happy season ahead!
12-28-2007 09:01 AM
12-28-2007 09:08 AM
12-30-2007 10:06 PM
Hi jabili,
Sorry for misleading you... ![]()
Hi Mathew,
Thanks for correcting my mistake! ![]()
But, I thnk, smercurio_fc has hit the bull's eye. ![]()
01-03-2008 06:54 AM
01-03-2008 08:17 AM
Remember that enums are for the programmer to make code more readable. So changing an enum at runtime makes little sense. Enums just map an integer list to a text name. Text boxes and string arrays are better suited for updating a user interface list although enums are nice to use on the interface they are not dynamic at runtime.
Paul
02-25-2008 03:57 AM
02-26-2008 10:40 AM
02-29-2008 01:37 AM