LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I create LabView front panel objects on the fly?

I need to be able to create a front panel object, like a numeric or string, programmatically. Also I need to be able read and write to that newly created numeric. Does anybody have an example of that or explination on how to do that?
0 Kudos
Message 1 of 4
(2,873 Views)
No way !

However, if you're using MS Window, you can create Window
objects, such as the text edit window used in Notepad, at
run-time.

George Zou
http://gtoolbox.yeah.net
George Zou
Message 2 of 4
(2,873 Views)
hi,

I would prepare all the needed controls - hide them in the background and let them appear programmatically via
property node "visible" = true and hide them afterwards.

possible idea ?

regards
wha
0 Kudos
Message 3 of 4
(2,873 Views)
Good idea, I could probably use Excel.

Thanks!
0 Kudos
Message 4 of 4
(2,873 Views)