Farzad wrote:

Hi All,
 Suppose my main front panel needs to call for set of
opperations which can be configuried. Is there any way
to open new front panel for each function (operation).
It means I need my main VI to act as a desktop for
other functions to be called from it and be opened in
new windows.

Yes, there are different ways.

1. you can create sub-vis which are called. These can have an own
front-panel. Just right-click on the subvi and chose subvi-setup (or
something similar) there you can chose "show frontpanel when called".
This should do the trick.

2. If you want to have all the stuff in one vi take a look at the
tab-control. With this you can setup different "sheets" stacked upon
each other. With a property-node you can hide the tab-selectors on top
and with another property-node you can programmatically chose which tab
should be "on top".

I hope it helps

Marco






Reply via email to