03-02-2007 02:56 PM
03-02-2007 03:05 PM
03-02-2007 03:15 PM
This appears to be what is happening. I use cases to respond to events in the call back, and this call back has only a commit event case. None of the code within the commit event case is executed, only code which is after the case and before the end of the call back function. I do not have a response to a mouse pointer move defined in the call back. Shouldn't the call back only be called in I have defined a response to a particular event? Is there a way to disable all controls from responding to mouse pointer moves?
Thank you
Stuart Van Deusen
03-02-2007 03:24 PM
03-05-2007 10:33 AM
Thank you for your help. I guess I need to clean up my code a bit.
Stuart Van Deusen