Re: Super-sized NSDrawer
Re: Super-sized NSDrawer
- Subject: Re: Super-sized NSDrawer
- From: "R.L. Grigg" <email@hidden>
- Date: Mon, 25 Jun 2007 10:29:21 -0700
On Jun 22, 2007, at 7:20 PM, Glen Low wrote:
The NSDrawer docs state an NSDrawer that displays below a window
cannot have a height larger than the height of the original window.
If it appears to the left or right, it cannot be wider than the
original window. Any way to get around this restriction, or any
suggestion for a UI that works like a drawer but doesn't have this
restriction?
I just tried it and you can set the drawer to any size, even much
larger than the base window if you really need to even tho it looks
pretty ugly to do it.
[myDrawer setContentSize: (NSSize)myNewSize]
Russ
_______________________________________________
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