Opening drawer by default
Opening drawer by default
- Subject: Opening drawer by default
- From: Yong Lee <email@hidden>
- Date: Fri, 18 Jan 2002 20:28:28 -0800
I'm trying to have a drawer open by default by sending it "open" method
in "windowDidLoad". When I check the state after the "open" message it
says the drawer is opening. But nothing happens. Visually it's closed,
but the state says it's open. I can toggle it open/close by sending
toggle: message from a button. Is "windowDidLoad" the wrong place for
this? What am I doing wrong?
Your help would be much appreciated.
Yong Lee