LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

The Difference between install a control callback and setting it directly.

In cvi GUI programming , I can set a control callback function in the edit dialog , and also I can realize this by using "InstallCtrlCallback()" , I'd like to know if the 2 ways would have different performance ? Thanks.

David
0 Kudos
Message 1 of 3
(3,046 Views)
No, performance should be exactly the same in the callback execution and response time to events.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 3
(3,046 Views)
This just means the execution performance is the same, when using "InstallCtrlCallback()" , the program have to experience a sequence of callback install procedure , I am afraid that this procedure would bring up a bad affection to the application loading process .

David
0 Kudos
Message 3 of 3
(3,046 Views)