06-18-2008 04:06 AM
06-18-2008 04:14 AM
06-18-2008 04:24 AM
For a pull-down menu, normally a Ring control is used in LV, because the end-user cannot edit its items, whereas, in a Combo control, it is possible to edit the string(s) at run-time, unless it is restricted in its properties during design time or thro' property node at run time.
Use the Ring control from the System controls palette, that ll give you a native feel of the Windows environment.
06-18-2008 04:26 AM
06-18-2008 05:40 AM
06-18-2008 07:06 AM
Hi
I created a simple program,where as in the front panel if i select D1 the corresponding indicator turns on. I am interested in doing like this,if i slect D1 the indicator should turn on,additionally if i select anyother from the list corresponding indicator should turn on aswell.