LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

UI window design of load vi inside vi

Can LV do UI windows as attached. Like the son vi windows opened inside the parent vi windows.

 

Thanks.

0 Kudos
Message 1 of 2
(2,469 Views)

Yes this is possible,

 

I imagine you want to limit the windows of the sub-vis to stay inside the owning VI.

 

in two ways:

Make direct OS calls to create parent and child windows. I think the GToolbox has code for this.

Or you could create your own implementation, with an XControl owning a Subpanel.

Here is some code that does this.

 

Another way is to poll the window position and alter that to stay inside the owning VI.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 2 of 2
(2,462 Views)