Strange error
Strange error
- Subject: Strange error
- From: Aidas Dailide <email@hidden>
- Date: Thu, 8 May 2003 23:09:48 +0300
Hi,
I get a strange error every time i click on my modal window. Here it is:
2003-05-08 23:06:29.090 Kava client[2727] *** Assertion failure in
+[NSEvent startPeriodicEventsAfterDelay:withPeriod:],
AppKit.subproj/NSEvent.m:1135
2003-05-08 23:06:29.131 Kava client[2727] Periodic events are already
being generated
Here is what Cocoa browser says about
startPeriodictsEventsAfterDealy:withPeriod:
+ (void)startPeriodicEventsAfterDelay:(NSTimeInterval)delaySeconds
withPeriod:(NSTimeInterval)periodSeconds
Begins generating periodic events for the current thread every
periodSeconds, after a delay of delaySeconds. Raises an
NSInternalInconsistencyException if periodic events are already being
generated for the current thread. This method is typically used in a
modal loop while tracking mouse-dragged events.
My app is multi-threaded, but I have no idea what could be wrong. Any
ideas?
Thanks,
Aidas
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.