01-11-2024 02:31 PM
The main window does not have to be responsive. Ideally I will set the subVI panel to modal when it's going to be released. Right now, I would expect whichever window I select to have focus and be in the front.
Right now, the subVI panel opens behind the main panel and is locked. I don't believe it's even running when called.
01-11-2024 02:41 PM
> Right now, the subVI panel opens behind the main panel and is locked. I don't believe it's even running when called.
Are you checking the error in the subVI?
Are you using relative path in the subVI?
01-11-2024 02:44 PM
Just want to add some images of properties:
Main VI
SubVI
Main VI
SubVI
01-11-2024 04:23 PM
This has been solved. I started tweaking the build specification and by adding some folders to the ALWAYS INCLUDE area, the build would break - with the complaint of a broken VI. After I removed the broken VIs and removed those folders from ALWAYS INCLUDE, the build completed and ran as expected.
If this was the root cause, it surprises me that the build completed and main VI ran at all.
Anyway, thanks for the folks who put time into helping me out.