01-01-2017 07:24 AM
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
Solved! Go to Solution.
01-01-2017 02:41 PM
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.
01-02-2017 02:44 AM
Hi,
yes you are correct Some useful resources for getting started with CVI can be found here, in particular this manual may be helpful.