Opening a drawer on program launch?
Opening a drawer on program launch?
- Subject: Opening a drawer on program launch?
- From: Andrew Merenbach <email@hidden>
- Date: Sun, 21 Jul 2002 12:36:50 -0700
Thanks to everybody on the list for your help with all the questions
I've had lately. With your help, I'm about a third of the way done with
my first major project!
I would now like to add a drawer that will pop open each time the user
launches the program (that is, unless they turn it off in preferences).
The problem is that when I put "[tipDrawer open]" into my awakeFromNib
or applicationDidFinishLaunching routines, the drawer doesn't appear to
open. When I try putting that same code into any of the other routines
of my program, the drawer opens when the routines are run. I can't seem
to make it open when the program launches, however. Is there something
I'm missing?
Take care,
Andrew Merenbach
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.