01-09-2014 09:44 AM
hi there,
In teststand Simple operator Interface the Sequence files Combobox loads all the files on execution.
How do I restrict it to 1 or else disble from loading the same.
the reason this ? arises is bcos some Seqs have code in SeqfileLoad Callback and this causes problem
The "ReloadSequenceFilesOnStart" Property = 0 Reload_File_None
have anyone had same Issue
regards
akshay
01-09-2014 09:55 AM
Hey akshay,
To clarify, in the LabVIEW Simple interface, the "ReloadSequenceFilesOnStart" property is set in the Configure Application Manager VI as follows:
On my machine, setting the property to ReloadFile_None as shown did result in the interface not loading any sequence files at start. If I then load some sequence files, they appear in the combo box and their SequenceFileLoad callbacks do execute, but if I exit the interface and open it again, no sequence files are shown in the combo box and no SequenceFileLoad callbacks execute (because of the ReloadFile_None setting). Is this different from what you are seeing on your machine?
01-09-2014 10:00 AM
thanks for the inputs Daniel