09-16-2015 01:05 PM
I have a VI that calls a subVI that has tabs. I use 'SubVI Node Setup' to open the front panel when loaded.
I use Application builder to create an .exe of my VI.
When i open the exe on my target machine, the subVI opens but I cannot switch tabs. With LV2014, I could switch tabs
Any one else seen this?
Grant
09-16-2015 01:16 PM
Post your code, no idea why it would behave this way.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
09-16-2015 01:55 PM
Hooovahh - thanx for the reply. I have proprietary information in a number of the 900 some-odd subVI files. I'm going to have to strip that stuff out, see if the problem persists before I can post code.
It's frustrating because it worked fine in 2014 but not in the 'new-and-improved' version - same code, same build script.
09-17-2015 07:10 AM
I removed proprietary information and made an .exe and it worked fine. I put the proprietary stuff back in and it still works. Problem 'solved'
09-21-2015 06:59 PM
At any point, did you set the tab enabled state to disabled? This would let you switch tabs while the vi or exe is not running, but not when it is running.
09-22-2015 07:14 AM
Good hint but, alas, I wasn't disabling the tabs. I couldn't control them even when it wasn't running. I've not be able to reproduce the problem - it works as expected now