One Quickie


Preventing NSPanels from hiding on program deactivation (NSWindow->General)
Sometimes you want an NSPanel for the nice skinny title bar, but don't want it to hide when another program is made active. Somewhere convenient (like in the awakeFromNib), do something like

[panel setHidesOnDeactivate: NO];



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com