jacobson3 / VI-Peek

MIT License
4 stars 3 forks source link

Fixed Issue #7. Added Dynamic Dispatch handling. #14

Closed qalldredge closed 3 years ago

qalldredge commented 3 years ago

VIs that are dynamic dispatch show the Implementations in "sub-tree" under the Selected VI. Users can click and view the Block Diagram of the different implementations. When the user clicks on another SubVI from the current Block Diagram in the VI Peek window, the "sub-tree" is removed and only the selected VI remains in the Peek Stack.

When clicking Previous, or clicking on the stack back to that VI the "sub-tree" is shown again.

I also added the feature that namespacing (library and class names) are shown in the Peek Stack if needed to differentiate VIs from each other. This was similar to a feature in the Choose Implementation dialog.