05-30-2010 01:12 AM
hello ni,
for my application as i want to set my main vi as a parent and sub vi as a child. i mean that if child vi opened and user move that vi, it should not bound above from parent vi, i mean that it should be shown as a with in the parent vi.
and another that i want show the some parametersettings vi, as like that in Visual basic properties tools box, even if i close or open that window, work space vi that should be automatically adjust that size. is it possible with labview?
05-30-2010 01:17 AM
05-30-2010 01:30 AM - edited 05-30-2010 01:32 AM
You mean like Excel?
This is called a Multi Document interface (MDI) and it is possible to set this up with LabVIEW. It is not bug-free!
But at LAVA there is at least one codesnap that provides this info.
Anotherand an XControl base solution
Ton