Opening NSDrawer on app startup
Opening NSDrawer on app startup
- Subject: Opening NSDrawer on app startup
- From: Lists <email@hidden>
- Date: Thu, 16 Aug 2001 00:52:06 -0400
I have a drawer that I'm opening when my app starts up, based on their
state last time the app was quit. My problem is the only place I've been
able to get this to work is in windowDidBecomeMain, so if my app was
launched in the background, the drawer doesn't actually open until the
window is brought to the front. Other apps do this in the background, but
from where?
-john