05-09-2008 03:09 AM
05-09-2008 03:11 AM
Hi dhiraj034...,
here is an example with some properties.
Hope this helps.
Mike
05-09-2008 03:11 AM
05-12-2008 03:29 AM
05-12-2008 03:59 AM
If you see the example VI Server - Changing Another VI's Properties.vi in the4 Examples Finder in LabVIEW, you ll get an idea on the whole about changing the properties of 'anything' in LabVIEW.
To change the properties of a Combo control, you can use the position, bounds & size properties of it.
I think these are the properties you are looking for.
05-20-2008 11:12 PM
05-20-2008 11:30 PM
05-27-2008 01:05 AM
03-30-2010 05:42 PM
HI,
I need to make the property 'display vi front panel' on/off according to a Boolean input.
Should I still use the VI-server technique (it seems complicated...) or, may be there's a shorter way?
Thanks
Rafi
03-30-2010 11:54 PM - edited 03-30-2010 11:59 PM
Hi Rafi2003,
you can use the property "Front Panel -> Open". There is also a method to hide the front panel.
Mike