rharder Do not read this sign. Jul 3, 2001 #1 Can a drawer in a Cocoa app come out the bottom of the window? It sure would be nice when the info to pop out is wider than it is tall. -Rob
Can a drawer in a Cocoa app come out the bottom of the window? It sure would be nice when the info to pop out is wider than it is tall. -Rob
rharder Do not read this sign. Jul 3, 2001 #2 Now, why can't I ever find this tidbits when the first twenty times I look through the documentation. The answer lies in http://developer.apple.com/techpubs...icationKit/ObjC_classic/Classes/NSDrawer.html where you can tell a drawer to open on the bottom (apparently) with this message: Code: [drawer openOnEdge:NSMaxYEdge]; -Rob
Now, why can't I ever find this tidbits when the first twenty times I look through the documentation. The answer lies in http://developer.apple.com/techpubs...icationKit/ObjC_classic/Classes/NSDrawer.html where you can tell a drawer to open on the bottom (apparently) with this message: Code: [drawer openOnEdge:NSMaxYEdge]; -Rob