11-25-2009 08:21 AM
Sorry for mentioning that the VIs are dynamically loaded. They are not.
Here is the situation:
I have a GOOP based implementation to choose 1 instrument among n instruments as required. The class to be used will be configured by the user. At run-time, I get the LV class object to be used and use dynamic dispatch VIs to call the exact instrument function. At this juncture, if the dependencies take time to load, I see the "Loading..." dialog appearing. Is there any simple setting to just not show this dialog?
Thanks for all the help,
Saranya
11-26-2009 06:43 AM
Isn't there any solution for this problem?
-Saranya
12-04-2009 07:00 AM
Hi,
I had the same problem while launching my exe which is created in LV2009.
When I build the exe, a supporting folder named 'data' is created parallel to the exe and it contains few dlls. I just placed this 'data' folder parallel to my running exe and then I found that the loading dialog doesn't appear anymore while launching the exe.
I hope this would address your problem.
Thanks,
Raja
02-02-2011 10:34 AM
We have a large-ish program that we recently converted from 8.6 to LV 2010. We distribute it as an executable. With 8.6, the executable did not show this search window when it was launched. Under LV 2010, the executable does, sometimes. Seems to depend on the machine it is launching from. Often, the window is open only very briefly. In any case, it is annoying to the end-user and we would like to suppress it.
Has anyone noticed any changes in this behavior from 8.6 to 2010? Is there any .ini setting that will suppress the display of this window? My understanding was that this search window is normally automatically suppressed for executables and should really only show up within the LV environment. Did this break in 2010?
TIA,
DaveT
07-18-2011 03:20 PM
I have the same problem with the pop up panel as Dave and others have described. Did anyone come across a solution? Jim
09-15-2016 09:53 AM