LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why I builded program display a loading dialog?

Hello,

 

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?

0 Kudos
Message 1 of 13
(3,225 Views)

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

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 2 of 13
(3,208 Views)

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

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 13
(3,197 Views)

Thanks!!

0 Kudos
Message 4 of 13
(3,193 Views)

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

0 Kudos
Message 5 of 13
(3,191 Views)

You can create a splash/launcher that's a small vi showing a nice screen which launches the main program through VI server.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 6 of 13
(3,177 Views)

yea,it's I wish,but how to creat splash?thanks!

0 Kudos
Message 7 of 13
(3,172 Views)

Look at attached picture, it should get you started.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 8 of 13
(3,170 Views)

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~~

0 Kudos
Message 9 of 13
(3,165 Views)

Really? I dont get any loading screen if i use file path. (Maybe Lv version dependant)

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 10 of 13
(3,160 Views)