Re: Adding drawer
Re: Adding drawer
- Subject: Re: Adding drawer
- From: email@hidden
- Date: Fri, 15 Mar 2002 17:58:05 -0800
When adding a drawer to an application, I dragged a drawer from the
items palette to my main window, and I see a representation for it in my
MainNib.nib window, but when I run the app, the drawer isn't visible.
What connections do I need to make to connect the drawer with my main
window?
You might just need to tell the drawer to open; it might be closed by
default. I haven't played with drawers myself, so I wouldn't normally
answer this question, but it looked like nobody else was answering it so
I decided to jump in...
If I recall correctly, there is also a thread that recurs about once a
week regarding NSDrawer having to be told to open twice before it
actually opens. You might search the archives for information on this.
Also, any links/references to this type of topic would be appreciated.
NSDrawer is documented, and you might check the doc Apple has online
at
http://developer.apple.com/techpubs/ if you find the doc on your
machine to be inadequate; the online doc was recently updated. There is
also a DrawerMadness example in /Developer/Examples/AppKit.
Also, a big thanks to everyone who has helped answer my previous
questions so far, this has been one of the most useful lists I've ever
used.
Good!
Ben Haller
Stick Software
_______________________________________________
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.