11-21-2019 10:54 AM
Hi everbody,
Now I am working on a project. I have root actor and nested actor. And the nested actor is a UI. Now I want to show the UI actor core front panel directly and don't want that of root actor core show up. I wonder how to make it. And will the root actor core front panel show up when the root actor is launched even if we diable the front panel display at the launch root actor vi?
Thanks
Yang
11-21-2019 12:09 PM
Override Actor Core.vi of the nested actor and use VI server invoke nodes FrontPanel:Open and FrontPanel:Close to display the front panel. Use Open Actor Core front panel? parameter only for debugging - this will not work in run-time engine.