Re: Drawer Content sizing.
Re: Drawer Content sizing.
- Subject: Re: Drawer Content sizing.
- From: Brendan Younger <email@hidden>
- Date: Tue, 29 May 2001 01:46:31 -0500
I've had problems with drawers not displaying properly too. IB's
inspector allows you to set the min and max sizes but these seem not to
work very well. I simply use setContentSize: on the drawer each time
its opened. I've heard of certain values in IB not being represented in
a running application thus forcing you to do things manually, i think
this is one of those cases. Also, if you come across any problems with
setting the first responder in the drawer, let me know, i've had
difficulties with that too. Good luck.
Brendan