@Bob_Schor wrote:
So the technique is to start the sub-VI before you put it in the sub-Panel.
I've used two different methods to do this. In one, the code that ran in the sub-Panel was coded as an Action Engine, with an Init Action that had the Fit to Largest Decoration in the code. I called the Action Engine with Init, then wired its reference to the Insert VI sub-Panel function. In the other, the code was written as a Message Handler, "spawned" using Start Asynchronous Clone (to get it running), either set to self-initialize or called from the Host with an Initialize Message, and then wired (via its reference) to the Insert VI function.
Bob Schor
Sorry to reopen an old thread. But the Error 1148 still appears despite starting Asynchronous Call first before inserting the VI in the Subpanel