From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
Using CVI 7.1.1, the EnableExtendedMouseEvents is disabled whenever I call the SuspendTimerCallbacks function.
i.e.
int CVICALLBACK PlotEvent (int panel, int control, int event, void *callbackData, int eventData1, int eventData2) { if (event == EVENT_LEFT_MOUSE_UP) { // wait for UIF to update PostDeferredCall (GetCursorData, 0);