LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how do I get a complete list of the callback funtinons in CVI

I am developing my first program in CVI. The only callback functions that I can find are the ones in the examples. Is there similar way of finding callback function to the functions listed in the libraries?
0 Kudos
Message 1 of 3
(3,058 Views)
Callback functions are not listed in libraries: you write the callbacks for controls on your panels, so they are specific to your program. Your callback may call any number of library functions.
Library functions can be easily browsed in the CVI environment. Select Library from the menu in the project window or any code window. You can then browse functions based on category or function name. When you select a function, a new window opens for the CVI function panel. Using the function panel, you can build the function call which you can insert into your program using the Insert Function Call button or option under the Code menu.
0 Kudos
Message 2 of 3
(3,058 Views)
If you're using CVI 7 with the default integrated workspace view, there is a function panel tree window in the lower left-hand corner from which you can also browse functions. CVI 7 also has the menus I describe above; CVI 6 has only the menus, now function panel tree window.
0 Kudos
Message 3 of 3
(3,058 Views)