09-02-2009 03:56 PM
I have a strange problem.
Has anyone seen this and if so what was the fix?
Solved! Go to Solution.
09-02-2009 04:19 PM - edited 09-02-2009 04:20 PM
Does the exe file run on your development computer without the popup?
Can you post a VI that demonstrates this behavior?
You've probably already checked, but there are two places that need setting, the SubVI Node Setup, and the File Proeprties Execution tab. See attached jpegs.
09-02-2009 04:51 PM
Yes, it also pops up when I run the .exe on the development computer.
And, yes I have checked the SubVI Node Setup, and the File Properties Execution tab. Both have the proper settings. I also checked the modal setting to verify it is off.
Can not post vi because it is a proprietary program.
09-02-2009 04:56 PM
What about the File Properties Window Appearance Customize Window Appearance? Just a long shot.
09-03-2009 09:44 AM
I had checked the "File Properties Window Appearance Customize Window Appearance" also.
I had edited the "Write to Spreadsheet.vi" to have "Error In" and "Error out" connections on the connector pane. Because it was a polymorphic vi I had to edit all 3 morphs of the vi. I checked the "File Properties Window Appearance Customize Window Appearance" for all 3 to varify that none had been changed to show front panel.
09-03-2009 09:55 AM
I'd rather assume that you changed the VI Properties in your build script. You can override certain VI Settings in your build script in the tab "Source File Settings".
One of the options changeable here is "show frontpanel when called".
Please check your build script for changes in this regards.
hope this helps,
Norbert
09-03-2009 10:23 AM
Norbert,
Thanks for the suggestion.
I checked the build script under "Source File Settings". First, the "Write to spreadsheet.vi" isn't listed. Only the main vi shows up along with a icon for "Dependencies".
There is a check box for dependencies titled "Set VI properties for all contained items". I checked that box and the popup button labled "Customize VI Properties.." became active. I clicked on it and a popup window appeared which contained settings for many settings including "Show front panel when called". I unchecked that property to disable it and rebuilt the application. No change, the subvi still appears when the main program is loaded.
09-03-2009 11:56 AM