Re: NSDrawer offset problem (class bugs)
Re: NSDrawer offset problem (class bugs)
- Subject: Re: NSDrawer offset problem (class bugs)
- From: Scott Anguish <email@hidden>
- Date: Thu, 16 Jan 2003 04:22:48 -0500
On Thursday, January 16, 2003, at 03:30 AM, Shaun Wexler wrote:
Setting any of the springs or rods on the raw
view in IB results in positioning problems in the drawer's content
view.
Is there a magic formula?!!! What am I missing? This is killing me...
I think it's likely the springs/rods that are the issue as far as
things moving around. You should be able to resize the drawer and not
have any positioning problems.
I'd be happy to have a look at it if you'd like.
To make an NSDrawer intuitive for developers, it should respect its min
and max content size constraints.
I'm pretty sure that it does, within the constraints of the window
size issues. It is after all a child to the parent window.
When the drawer is closed, it is still attached to the window. If you
removed the drawer from the parent window, and attached it only when
the request to toggle open is made perhaps that would work. That would
allow you to make the window smaller when the drawer is closed (by
removing the draw when it toggles shut)
_______________________________________________
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.