I've written a stopwatch application so that I can get to know NSTimer, NSAlert, how to implement growl, etc.

Problem 1:

I've fully implemented growl, but how can you implement growl so that you can disable and enable growl by unchecking/checking a checkbox because too many small windows appearing might get a little annoying.

Problem 2:

The stopwatch application launches from January 1st, 2001, because I implemented -timeIntervalSinceReferenceDate, because -timeIntervalSinceDate, and - timeIntervalSinceNow, wouldn't work. I don't know how to change the application so that it WILL work with those two. Basically, how do I change my code so that when I start the timer, it'll start from 0, and then go up?

Problem 3:

For some reason, when I quit the application, and then click on the icon on the dock, it won't open another window. How do you fix this?


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to