10-21-2013 07:45 PM
I builded a exe program use labview,the program include a lot of vi, the build is successful,and the exe program run is ok,but when the program is loading display a load dialog,how can I setting would not display the dialog?
10-21-2013 10:54 PM
I dont think any setting like there exists. It displays the dialouge box because it takes long time to load. Its for our ack only
10-22-2013 01:56 AM
A program is, simplified, a zip-file of VI's. Thus the program must load all files just like when opening them in the development environment.
/Y
10-22-2013 02:12 AM
Thanks!!
10-22-2013 02:21 AM
Thanks!It's means when I build a big program, the dialog box will display, no way to change the display? Or can it show another picture? I think when a exe program loading, showing this box is a little strange. haha
10-22-2013 03:35 AM
You can create a splash/launcher that's a small vi showing a nice screen which launches the main program through VI server.
/Y
10-22-2013 03:42 AM
yea,it's I wish,but how to creat splash?thanks!
10-22-2013 03:52 AM
Look at attached picture, it should get you started.
/Y
10-22-2013 03:59 AM
oh, it's run a spash vi at program run,I have do this,but the loading box is running before,I think no way can change it,so thanks~~
10-22-2013 04:27 AM
Really? I dont get any loading screen if i use file path. (Maybe Lv version dependant)
/Y