11-20-2010 01:00 PM
In LV 2009, can I insert a Block Diagram into a subpanel, and I can make it editable (AllowRTEdits) , but I cannot get the the menubar and buttons to display. Is it possible to do this?
Thanks.
11-20-2010 01:20 PM
Edit: In LV 2009, I can insert ...
11-22-2010 12:18 AM
I dont think so... The Menu bar cannot be displayed in the sub Panel when the vi is running... Why do you want the menu bar at the Run time?... If You any how want to do that means you can save the VI as default and try calling it... Otherwise place a breakpoint somewhere in Block diagram... So when the VI runs in the sub panel it will automatically open the Block diagram....
11-22-2010 10:02 AM
I am creating an MDI IDE for LabVIEW and would prefer it to be platform independent. Currently I have to use Win API calls to create child windows, etc. Having a fully functional block diagram window in a subpanel would remove a layer of Win API calls. (The VI who's block diagram is in the subpanel may or may not be running).