dadidoe Computer Pro :) Mar 23, 2009 #1 Hi, I've got a NSDrawer, but I ran into 2 problems. The first one is that the drawers size is too small, can someone give me a snippet i can use? Secondly, how can the NSDrawer AutoOpen when the app launches? thanks
Hi, I've got a NSDrawer, but I ran into 2 problems. The first one is that the drawers size is too small, can someone give me a snippet i can use? Secondly, how can the NSDrawer AutoOpen when the app launches? thanks
ElDiabloConCaca U.S.D.A. Prime Mar 23, 2009 #2 http://developer.apple.com/DOCUMENT...asses/NSDrawer_Class/Reference/Reference.html Specifically, "initWithContentSizereferredEdge": http://developer.apple.com/DOCUMENT...m/NSDrawer/initWithContentSize:preferredEdge: You should just be able to call the "open" method on the drawer as one of the first things your app does after launching and after initializing its main window, no? http://developer.apple.com/DOCUMENT...ence.html#//apple_ref/occ/instm/NSDrawer/open
http://developer.apple.com/DOCUMENT...asses/NSDrawer_Class/Reference/Reference.html Specifically, "initWithContentSizereferredEdge": http://developer.apple.com/DOCUMENT...m/NSDrawer/initWithContentSize:preferredEdge: You should just be able to call the "open" method on the drawer as one of the first things your app does after launching and after initializing its main window, no? http://developer.apple.com/DOCUMENT...ence.html#//apple_ref/occ/instm/NSDrawer/open