This is the fourth in a series of posts on some of the extended QControls that come already installed with the QControl Toolkit. There is no separate download for these. To get them just install the QControl Tool Kit available here: The QControl Toolkit on LabVIEW Tools Network After installed, examples can be found in the NI Example Finder and the Controls (Facades) and the methods can be found in the Addons-->QControl Palettes. Overview The Steps QControl handles the pages in a Tab Control to aid in making step-by-step wizards. It is used in the QControl Creation Wizard given as part of the QCtonrol Toolkit, shown below: In the Steps QControl Class there are three public methods: Goto Start Method - Enables the first page, disables all the other pages, and sets the Tab Control to the first page. Next Method - Enables the next page, disables all the other pages, and sets the Tab Control to the next page. Back Method - Enables the previ...
Use QControls to receive the benefits of XControls without the headaches. Allow easy UI Logic Code reuse. Encapsulate and decouple the UI Logic away from the Business Logic of the main application and from the UI Skin.