LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

masquer la fenetre de recherche des vis

lors du chargement de vis appeles dynamiquement par mon executable, une fenetre de recherche des vis apparait (les vis sont trouves mais je voudrai cacher cette fenetre perturbante pour les utilisateurs)
0 Kudos
Message 1 of 2
(2,214 Views)
Hi

My french is not really good, so I will give you my answer in english.
A panel that shows VIs loading is not supposed to appear, but it will appear whenever a subVI, CIN, or DLL (i.e., external code) is not found by the executable where it expected to find it. The panel only appears when the executable has to search for the missing pieces, and once the panel is on the screen it will stay there, and you will see the loading dialog for the rest of the loading process.
The solution is to make sure that all relative paths to subVIs are correct and that all DLLs, etc. can be found when the executable runs.
Regards,
Luca
0 Kudos
Message 2 of 2
(2,214 Views)