I am a new user to the teststand, and I am trying to setup a multiple window user interface by LabVIEW, and I follow the instruction of the TeststandreferenceManual,
It says that
"the main window contains controls that enable the user to open sequence files. For each sequence file that you open, the application creates a Sequence File window that contains a SequenceFileView Manager control and a SequenceView control to which it connects. The application sets the SequenceFileViewMgr.UserData property to attach a handle, reference, or pointer that represents the window. "
but if the main window doesn't have a sequence file view manager, how can it open a sequence file? also how to ask the application manager to open a window that has a sequence file viewmanager and sequence view control, aren't those created by drag and place and can be put by program dynamically?