LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Developing wizard kind of UI in CVI

I need to develop a wizard kind of user interface, where you ask some
questions to the user and user clicks "Next" to go to next set of
questions etc. User can select "Next" or "Back".

There will be bunch of panels but only 1 panel will get displayed based
on where the user is and clicking "next" or "back" will activate the
next or previous panel.

Does someone has an example or something.


vishi
0 Kudos
Message 1 of 3
(3,083 Views)
Vishi,

Here is a small examples that uses the easytab control to generate a wizard interface. I think this is the fastest way of doing this, since you dont have to worry about the location and size of the panels and load them in the right place.

Take a look at the code and let me know if you have any questions.

Regards,

Juan Carlos
N.I.
0 Kudos
Message 2 of 3
(3,081 Views)
Hi,

I just have slightly modified the design of the exmple from Joan Carlos just to get real look and feel of a Wiz97 interface and here is my example.

Nikolay
0 Kudos
Message 3 of 3
(3,050 Views)