LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Make a progress trace procedure in a callback function(cvi 6)

In a callback function ,which will execute a sequence function call , at this time , I want to make a splash interface to display the procedure ,and hope it can synchronize each call process , how to do this ?

David
0 Kudos
Message 1 of 2
(2,972 Views)
In the Programmer's toolbox there are some functions for displaying and updating a progress dialog (CreateProgressDialog and DiscardProgressDialog).

To display procedure increment, you'll have to update the dialog by yourself at regular interval using UpdateProgressDialog function.

To use the Programmer's toolbox either include the toolbox.fp instrument in your project or insert it in the options >> Library options menu in the project window.


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 2
(2,972 Views)