NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

ApplicationMgr.GetSequenceFileViewMgr question

I am trying to use ActiveX in C++ to get a sequence file view manager. Can someone explain how to do this.  I have opened a sequence file, and passed it to ApplicationMgr.GetSequenceFileViewMgr(file), but get back null.

 

The document does not adequately explain exactly what the semantics of this call are (very little TS documentation does).  Am I passing an already opened file? A name?

 

Thanks.

0 Kudos
Message 1 of 4
(2,759 Views)

Please take a look at the following forum, as they have implemented the function in question: 

http://forums.ni.com/t5/NI-TestStand/Object-returned-by-GetSequenceFileViewMgr/td-p/218933

0 Kudos
Message 2 of 4
(2,709 Views)

What I'm missing here is how to display the sequence in a SequenceView control.  It seems I first need a SequenceFileViewMgr to connect to the SequenceView?  It's not clear what the process is.

0 Kudos
Message 3 of 4
(2,705 Views)

As per the documentation, if you are returning "NULL", it is likely that you are not passing in a valid sequence file. 

Can you post your code so we can take a look at how you are implementing this? 

0 Kudos
Message 4 of 4
(2,688 Views)