LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to write a VI which has child window(s)?

Hi, every one.

Is it possible to write a VI with child window(s) on its front panel?
I want to write a VI which looks like an Excel's, i.e. a main window which
can have several child windows inside it.

Thanks for every advise.

Regards,

Byungin Bae / bibae@hitel.net
0 Kudos
Message 1 of 3
(2,793 Views)
Byungin,

To the best of my knowledge, the feature that you describe is not available in LV 6i. However, some alternatives that might be satisfactory for your application are the
Tab Control (under FP >> Array & Cluster) and VI Server (BD >> Application Control). Tab Control is pretty self explanatory once you look at it; VI Server is a way to programatically control features and functionality of VIs (e.g. programatically making a front panel appear and disappear). You can find out more about VI Server by visiting

http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&89FB741908D9808886256990006EB88E&cat=2E4161187E3DEB30862568660020BCC8

HTH,
Rich
0 Kudos
Message 2 of 3
(2,793 Views)
"Rich Y." wrote:

> Byungin,
>
> To the best of my knowledge, the feature that you describe is not
> available in LV 6i. However, some alternatives that might be
> satisfactory for your application are the
> Tab Control (under FP >> Array & Cluster) and VI Server (BD >>
> Application Control). Tab Control is pretty self explanatory once you
> look at it; VI Server is a way to programatically control features and
> functionality of VIs (e.g. programatically making a front panel appear
> and disappear). You can find out more about VI Server by visiting
>
> http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&89FB741908D9808886256990006EB88E&cat=2E4161187E3DEB30862568660020BCC8
>
> HTH,
> Rich

This question has been answered 2 weeks ago!!!
The answer is YES!
C
hecked the previous post before you post.

George
0 Kudos
Message 3 of 3
(2,793 Views)