UI Interest Group Documents

cancel
Showing results for 
Search instead for 
Did you mean: 

UI References class (WIP)

A tool for indexing all the UI elements of a VI (jncluding sub objects) or child elements of a control automatically.

The references are stored as an array with a link to their parent object.

Array element data:

Object reference

Object's label name

Object's VI server class (enum)

Link to the renum's parent within the array

UI reference.PNG

Still a work in progress.

I am plannning to add a reference search/filter feature i.e. list all refernces with a specic label value and are a child of a specific reference.

I am using this to create a seperate UI class that isolates the UI code from the business logic, thus creating a re-usable UI that can also be interchanged at run-time. Basically a verion the Model View Presenter pattern.

Class attached: LV2009

Contributors