Growl, NSTimer, and Launching Application help!
Growl, NSTimer, and Launching Application help!
- Subject: Growl, NSTimer, and Launching Application help!
- From: Eric Lee <email@hidden>
- Date: Mon, 21 Jul 2008 14:07:16 -0500
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 (email@hidden)
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:
This email sent to email@hidden