10-20-2005 04:42 PM
10-21-2005 10:15 AM
The implementation of extended mouse events relies on timer controls to work. If you are curious, you can verify this in <CVI71>\toolslib\toolbox\toolbox.c.
Instead of suspending all timers, could you accomplish the same goal by setting some flag that causes your own timer callbacks to not do anything?
Luis
NI
10-21-2005 04:50 PM
10-22-2005 03:14 PM
It is true SuspendTimerCallbacks only affects timer controls in the User Interface library. What might not be very clear, however, is that much of the Programmer's Toolbox is implemented on top of the User Interface library, so it too is affected by any global settings of the library. You're correct in that we should probably make this a bit more clear.
Thanks,
Luis