> Well your comment made me take another look at the code and I instantly
> saw that NSCalendarDate *myTime = [NSCalendarDate now]; should be
[quoted text clipped - 5 lines]
> problems like this one but it has been boggling me for over three days
> now.
Maybe it's because you invalidate your timer after the first time it
fires? You tell it to repeat when you create it, but then you prevent
it from actually doing so.

Signature
Tom "Tom" Harrington
Macaroni, Automated System Maintenance for Mac OS X.
Version 2.0: Delocalize, Repair Permissions, lots more.
See http://www.atomicbird.com/
deepstar@gmail.com - 31 Oct 2005 20:02 GMT
Tom Harrington skrev:
> > Well your comment made me take another look at the code and I instantly
> > saw that NSCalendarDate *myTime = [NSCalendarDate now]; should be
[quoted text clipped - 15 lines]
> Version 2.0: Delocalize, Repair Permissions, lots more.
> See http://www.atomicbird.com/
That seems to have solved the problem Tom, thanks for walking me
through it. I plan to put all of my current and future projects on a
Cocoa site for newbies so you've probably helped more people than you
think!