‎07-01-2019 09:14 AM
Hello,
I would like to reproduce the same effect that in TestStand allows with a double click to open a sequence from a Call Sequence.
In the TS Full-featured User Interface (LV version) this functionality is not present, if you click 2 times on a step, the properties window is opened and the same happens for the call sequences, but in TestStand double clicking on a Call Sequence opens the corresponding sequence to which it refers (present in the sequence file).
Solved! Go to Solution.
‎07-03-2019 02:48 AM
Hi,
to get the effect you want you should change the TestStand user interface on LabVIEW, but it's extremely complex to do and honestly I'm not sure it's worth it.
Regards,
Alessia
‎06-25-2020 06:26 AM
I did it, using DblClick Callback of SequenceView object.
 
‎05-29-2024 12:46 PM
Fizs, I know it's been some time ago, but I'd like to do the same thing. It appears that you did solve the problem, however, with your code snippet I cannot tell what properties or methods you are using. Do you have another clip or an example VI that shows the expanded version of the properties and methods?
‎05-30-2024 02:09 AM
Of course. I add the false condition too
  
‎08-20-2024 10:29 AM
Hi Fizs
I'm interested how exactly you implemented this in the TestStand Full-Featured Operator Interface.
Can you tell me where in the Operater Interface you implemented this?
Best regards