I'm creating a shareware Cocoa app and I wanted to know what is the best way to put in a "nag screen". Basically before the main window of the app shows, I want to have a window with some text, a register button, and a "Not Yet" button (which is disabled at first). There will be a timer on the Not Yet button so the button title will change according to the number of seconds , so like:
"Not Yet...10" "Not Yet...9"
etc. and at the end of the 10 seconds the Not Yet button will become enabled allowing the user to proceed and use the app. What's the best way to do something like this? Can I use NSAlert?
I've seen this being done well in Pacifist, any help would be appreciated. Thanks