• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
open Drawer on startup
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

open Drawer on startup


  • Subject: open Drawer on startup
  • From: Jake <email@hidden>
  • Date: Sat, 1 Dec 2001 05:03:16 -0500 (EST)

okay, now I am trying to open keep the drawer open as default once the
window becomes loaded. so in my window controller i did:

- (void)windowDidLoad
{
NSLog("before @%d", [myDrawer state]);
[myDrawer open];
NSLog("after @%d", [myDrawer state]);
[[self window] update];
}

while the program gracefully returned

before 0
after 1

the drawer doesn't appear. I installed a toggle button for the same
drawer, and from it's behavior, first click yields nothing, second click
opens drawer, it appears that the drawer is indeed "open". so what am i
missing here?

Thanks. Jake


  • Follow-Ups:
    • Re: open Drawer on startup
      • From: Donald Brown <email@hidden>
References: 
 >Re: NSDrawer Constants documented incorrectly (From: Jake <email@hidden>)

  • Prev by Date: Re: NSDrawer Constants documented incorrectly
  • Next by Date: Re: open Drawer on startup
  • Previous by thread: Re: NSDrawer Constants documented incorrectly
  • Next by thread: Re: open Drawer on startup
  • Index(es):
    • Date
    • Thread