Re: Drawers
Re: Drawers
- Subject: Re: Drawers
- From: "Erik M. Buck" <email@hidden>
- Date: Sun, 9 Sep 2001 20:20:17 -0500
I don't know for sure, buy my guess is that the window that represents the
drawer does not exist until after -drawerWillOpen: is called. The textView
probably can not draw into a non-existent window. Try using -drawerDidOpen:
which is probably called before the drawer's contents are displayed.
However, I have never used a drawer so I could be full of it. There may
also be some issue with -contentSize. Check to see if the content view is
the size that you think it is when you manipulate it programmatically.
----- Original Message -----
References: | |
| >Drawers (From: Angela Brett <email@hidden>) |