LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

mdi

an someone please outline the way how to get the
functionality of a Windows multiple document interface
(MDI) child window? Is this possible at all? So far, I did
not find any info on this in the documents and literature
I've read....


Thanks,
Philipp
0 Kudos
Message 1 of 2
(3,660 Views)
[posted and mailed]

ph.e@kdt.de (el) wrote in <8q5db0$k8$1@news.kdt.de>:

>
>
>
>an someone please outline the way how to get the
>functionality of a Windows multiple document interface
>(MDI) child window? Is this possible at all? So far, I did
>not find any info on this in the documents and literature
>I've read....
>

It isn't possible directly in LabVIEW. However with some smart programming
you can give the appearance of this by constraining your subVI's within the
"main" VI's screen co-ordinates.

However I would advise you to stay away from this as it would be
complicated to program. Instead play with the VI server to "launch" subVI's
(or documents). You can have a nice floating task bar (say set of booleans)
where the user clicks to create "documents" that are
VI's. You can also
pass "events" from this task bar to the document using queues/notifiers.

cheers, Alex.

--

Alexander C. Le Dain, PhD
ICON Technologies Pty Ltd
http://www.icon-tech.com.au
0 Kudos
Message 2 of 2
(3,660 Views)