Re:NSTimer crashes after invalidation
Re:NSTimer crashes after invalidation
- Subject: Re:NSTimer crashes after invalidation
- From: Linea Tessile srl <email@hidden>
- Date: Tue, 15 Feb 2005 21:12:22 +0100
Hi Michael!
I have had your same problem with nil value and I have resolved it with
if ([repaintTimer isValid])
{
// This line crashes
[repaintTimer invalidate];
}
.....
I hope this coud help you!
Regards,
Alessandra
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden