02-24-2009 11:54 PM
Can LV do UI windows as attached. Like the son vi windows opened inside the parent vi windows.
Thanks.
02-25-2009 12:50 AM
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