Skip navigation.
 
mlRe: Using a CustomView
FROM : Andreas Mayer
DATE : Sun Oct 17 19:56:15 2004

Am 17.10.2004 um 04:37 Uhr schrieb Weston Houghton:

> I'm making a NSTexturedBackgroundWindowMask to get rid of the title
> bar, as I'm doing live snapping of the window to the edge of the
> screen (and eventually hopefully to each other I guess).


Is this really necessary? Couldn't you just use NSWindow's

- (NSSize)windowWillResize:(NSWindow *)sender
toSize:(NSSize)proposedFrameSize

delegate method?


Andreas

Related mailsAuthorDate
mlUsing a CustomView Weston Houghton Oct 17, 04:37
mlRe: Using a CustomView Markus Hitter Oct 17, 10:09
mlRe: Using a CustomView Andreas Mayer Oct 17, 19:56
mlRe: Using a CustomView Weston Houghton Oct 17, 20:29
mlRe: Using a CustomView Guy English Oct 18, 00:37
mlRe: Using a CustomView Guy English Oct 18, 00:39