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.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

EnableExtendedMouseEvents disabled by SuspendTimerCallbacks

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);
  
 }// end if (event)
 
 return 0;
 
}// end PlotEvent
0 Kudos
Message 1 of 1
(2,539 Views)