> I try to build an application with the application builder with one mainVI > and several subVI's (LabView7). > Normally the front panel of not used subVI's can be removed in the "VI > Settings". But one of my used front panels in a subVI cannot be removed > manually. That means the target setting is greyed and disabled and cannot be > changed. How or where can I set the front panel options for removing it?? >
Most likely this is because the subVI uses a property node or some other UI feature that must have the panel in memory. You might want to do a Find for property nodes to see if it is needed. Greg McKaskle
