05-05-2010 05:25 PM
I'm looking for a way to open a VI inside of my application in edit mode.
I've tried using the SubPanel for this, but it does not let you edit the Front Panel of the VI you opened and if you open the block diagram it pops out into an entirely new window. I just want to be able to essentially embed the editable VI inside of my application?
Anyone know of a way or any ideas?
Thanks!
Solved! Go to Solution.
05-05-2010 06:02 PM
05-05-2010 07:47 PM
Well the idea was to basically wrap a VI around the labview interface. So I could make changes to a VI that I have open in a subpanel while remaining inside my running VI. Essentially this can be done in part via the subpanel, because if the VI loaded in the subpanel is not running, it opens the block diagram in LabVIEW in edit mode, but it pops up in a separate window. You can make changes on the block diagram and save the VI, but the Front Panel cannot be modified since it is loaded in the subpanel.
This is more of an experimental question, or something that would be nice, but it would be nice if I could open a "command prompt" or mspaint or LabVIEW and display all of the windows inside my VI's Front Panel. (Obviously, you would have to have whatever program you are trying to run installed.)
I'm pretty sure it cannot be done, but it was worth asking.
05-05-2010 10:12 PM - edited 05-05-2010 10:12 PM
05-06-2010 09:42 AM
I will have to play with this a bit to see if it can be useful for what I'm trying to do, but I think this is probably as close as it gets.
Thanks!