07-28-2010 05:17 AM
Hi, I am writing a custom UI application using TS 4.1 and LV 8.5.1.
I would like to have the possibility to disable the execution of the SequenceFileLoad/SequenceFileUnload of the model when starting/exiting the application. I searched the help and forums, but did not find anything. Does anybody have an idea how to achive this?
Thanks, Zoli
07-28-2010 06:27 AM
Hi,
when you call GetSequenceFileEx use the option GetSeqFile_DoNotRunLoadCallback which will stop the SequenceFileLoad
07-28-2010 07:02 AM - edited 07-28-2010 07:10 AM
Hi Ray.
Yes, this is OK when opening a sequence file with the Engine. But the model is loaded automatically at startup.
I did some more digging and came to the conclusion that I can disable the use of a model. So I used IEngine.StationOptions.UseStationModel = False.
But anyway it would be nice if this could be easily achieved also with ApplicationMgr options.
Greetings, Zoli