LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

regarding project flow of labwindow/cvi

Solved!
Go to solution

hello all,

 

i want to know that what is the flow of project?first i have to make gui for my application, this gui will be converted into code using codebuilder.after that do editing in the code to make application run.correct me if i am wrong

0 Kudos
Message 1 of 3
(3,155 Views)
Solution
Accepted by topic author sagar1511

You are correct; this is the easiest way to develop a CVI application: start by designing the user interface, or at least the main part of it, and let CVI create the skeleton code that handles the main panel. If you set the callback function name for the controls you design, the framework of the event handling code will be created by the IDE; you'll have to add the code for each function/event. Additional controls and callbacks can be added lately.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 3
(3,128 Views)

Hi,

yes you are correct Smiley Wink Some useful resources for getting started with CVI can be found here, in particular this manual may be helpful.

0 Kudos
Message 3 of 3
(3,108 Views)