07-10-2017 02:39 PM
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.
07-11-2017 05:08 PM
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
07-12-2017 06:42 AM
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.
07-13-2017 03:57 PM
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?