LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i enter text in the exe file

i have created an exe file of a labview program. now in the exe file the tools palette is not visible. i want to enter text on the front panel. how can i do this. Also i want to know how to use installer?
plz help
0 Kudos
Message 1 of 3
(2,870 Views)
You enter text into a string control on the front panel. Just click on the control and start typing. You don't have the tools palette because that is only for editing VIs.

The creation of the installer can be extremely simple if you don't have to include other programs such as the VISA run-time. Just select the Create installer box and try it with the default settings. If you need do something a little more complex, give a little more detail please.
0 Kudos
Message 2 of 3
(2,870 Views)
Unfortunately once you compile the LabVIEW code into an exe you will not be
able to edit it. You must make your changes to the source code and then
recompile the code.
-Tom

"preet" wrote in message
news:506500000008000000B0490000-1021771306000@exchange.ni.com...
> i have created an exe file of a labview program. now in the exe file
> the tools palette is not visible. i want to enter text on the front
> panel. how can i do this. Also i want to know how to use installer?
> plz help
0 Kudos
Message 3 of 3
(2,870 Views)