05-09-2006 11:29 AM
05-09-2006 12:38 PM
I'm jumping in late without an in depth study of all of the above but...
Russ wrote;
"
Hence you may not be able to "delay" events but you could "ignore" them. This could be accomplished by disabling controls on your front panel until some process completes and then enable those controls.
"
The last time I checked, event still fired for disabled controls. This gives you the option to pop-up a message like "Control disabled! Please switch to calibration mode and retry the opeartion."
The methods I know of are
1) dynamically register/un-register event.
2) Check the time stamp of the event (like Shane mentioned)
3) Get the "Disabled" state of the control and conditionally act
Trying to help,
Ben
05-09-2006 02:54 PM
05-09-2006 03:07 PM