06-11-2009 06:59 AM
I have disabled a string control by using its properties.
Again I want it to get enabled once the user clicks OK button. How can i do that in LabView?
Thanks in Advance
Regards
Malleswari
06-11-2009 07:06 AM
Instead of using the Properties thro' rt-click short-cut menu, try to use the Property Node to do programmatically what you want to.
That way you can achieve a lot.
Value 0 means Enabled, 1 means Disabled, 2 means Disabled & greyed Out.
06-11-2009 07:07 AM