03-30-2009 08:16 AM
Hi,
I'm working on the UI of TestStand. I would like to know when my sequence is loaded. Is there any Sequence loaded event?
(When SequenceFileOpened or DisplaySequenceFile are send, the sequence is not loaded...)
Regards,
Julien
03-30-2009 09:18 AM
Julien,
what do you understand when saying "is loaded"? If the sequence itself is in memory or if all modules are loaded?
The "SequenceFileLoad" Callback is called when the sequence file is loaded into memory, so no modules are loaded here....
hope this helps,
Norbert
03-30-2009 09:45 AM
Hi Norbert,
Sorry for the confusion. When I talk about sequence load, it's when the SequenceLoadCallback was executed. Is there any way to know through the UI ActiveX that this callback was run?
thx for your help,
Julien
03-30-2009 10:15 AM
Julien,
nope, but you can inform your UI using an UI Message as last step of the sequence file load callback......
hope this helps,
Norbert
03-30-2009 10:26 AM
Thanks for the helps, Norbert.
I will try to find another way.
regards,
Julien