Re: Auto-opening a Drawer
Re: Auto-opening a Drawer
- Subject: Re: Auto-opening a Drawer
- From: Phillip Mills <email@hidden>
- Date: Fri, 13 Jul 2001 08:28:33 -0400
On 7/13/01 1:31 AM, "Charles Jolley" <email@hidden> wrote:
>
PS. Does anyone know if this is the way the API is supposed to work?
>
Shouldn't I just be able to send [myDrawer open] from awakeFromNib: (or
>
some such method) and have it open at the right time? If that is the
>
intended operation, then this is a bug...
At one point I was experimenting with drawers and ran into a bug that might
be what you've found. The oddest part of what I saw was: if I had the
window in a state where it thought the drawer was open (but it wasn't
visible) and I then minimized the window to a dock icon and finally expanded
the window back onto the screen, the drawer appeared.