LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I Create a exe file were a tab control on it work`s

I have a VI with many controls and indicators,these are spread on a tab control.This tab control works with out any problems but if i create a exe file then the tab control is fixed. How can I create a exe file so that the tab control on it work´s ?"
0 Kudos
Message 1 of 6
(3,342 Views)
A screenshot of the front panel doesn't help much. Need to see the VI or a screenshot of the diagram.
0 Kudos
Message 2 of 6
(3,342 Views)
It will be good alsa if you can post your project application builder settings, because you say that the problem occures in exe file only.
0 Kudos
Message 3 of 6
(3,342 Views)
Make the tab control a control and not an indicator. If you want to write
to it you need to create a local variable.

"Carlos-R." wrote in message
news:5065000000080000005B620000-1031838699000@exchange.ni.com...
I have a VI with many controls and indicators,these are spread on a
tab control.This tab control works with out any problems but if i
create a exe file then the tab control is fixed. How can I create a
exe file so that the tab control on it work´s ?"
Message 4 of 6
(3,342 Views)
Thank`s it worked perfect after I made the changes you sugested.
0 Kudos
Message 5 of 6
(3,342 Views)
The Problem was that the Tab control was an indicator and not a control.
0 Kudos
Message 6 of 6
(3,342 Views)