Need a good suggestion,
on how to create a similar to "NI Example Finder" like browser control? Is it based on a table control or is a kind of a tree control? I have to implement easy editable table like control that should represent test sequences, each consisting a number of commands.
Something like:
Sequence 1:
command 1
command 2
command 3
Sequence 2:
command 1
Sequence 3:
command 5
command 10
......
I am going to implement 8 editing command buttons:
Sequence: add a new sequence,
Command: add a new command to the selected sequence,
Delete (Sequence or Command): depending on the selected item,
Edit: depending on the selected item (sequence repetition) or command (type, parameters),
Save: as simple xml data file,
Load: from simple xml file
�Up arrow� as a picture button: to move the selected sequence (command) one level up,
�Down arrow� as a picture button: to move the selected item one level down,
The "NI Example Finder" browser table (or tree) looks really elegant�
May be there is already an example that should be not difficult to customize for my needs?
I think it is quite common task and may be make a sense to extend the ATE or the logger standard CVI example to customize the virtual test sequences.
Thanks,
Nikolai