06-03-2011 07:35 AM
I'm trying to get around some of the limitations of Subpaneling and Dynamic Dispatch VIs in OOP, and I've hit a wall.
Attached, I have a zip of three VIs, Subpaneling.vi is the main VI to be run, it gets a reference of it's subpanel, and passes it onto a subVI which I am trying to insert into the parent from within itself. I'm Ignoring the OOP questions for now, mostly because I can make my problem happen without OOP involved.
If you run the main VI, the SubVI will run, but it will not subpanel, but not error out, either.
Any help would be appreciated.
End goal: I'd like to be able to sub-panel a class VI, if you have a better way of doing it, I'd be more than willing to listen. The class VIs have vastly different appearances, so one common UI VI will not work.
Solved! Go to Solution.
06-03-2011 09:17 AM
Derp.
one of my case structures was wrong. All is good.
For those curious, in the SubPanel-handlerVI.vi, in the true case, the case structure in there was backwards (false = true, true = false).
This set of VIs works for sub-paneling Dynamic dispatch VIs.