LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Toggle LabVIEW Control Type

Does anybody know a way to toggle betwen the different control types in LabVIEW. I have an application that is currently presented with system controls and somebody has requested a version with LabVIEW 3D controls. It would be nice if there was a property I could set that would toggle the control type.

Thanks

Si
0 Kudos
Message 1 of 2
(2,159 Views)
There is no "automatic" way of doing this since the controls are different objects. Did you luck out and find that the controls are typedefs? Then, you could just change the typedef. The only other way of doing it is with the "not officially supported by NI" method of scripting. You can head over to the LAVA forums to delve into this, but be warned that you can seriously mess things up with this. Also, you can't create code to use scripting in LV 8 since that requires a license. Instead, you have to create it in 7 and then try to see if it works in 8.
0 Kudos
Message 2 of 2
(2,150 Views)