Skip navigation.
 
mlRe: Using a CustomView
FROM : Weston Houghton
DATE : Sun Oct 17 20:29:17 2004

My first priority is snapping the window while dragging, my
understanding of what you are proposing is that it would only work for
window resizing, but not dragging. My goal is less focused on the
resize of the window, but more of the dragging/arrangement of the
windows.

As to following Apple's HUI guidelines... sure, that would be nice. But
I have a featurelist I was given, and I need to implement the features.
That being said, I think that this is a completely valid feature
request, and I want to implement it. Therefore I am researching
solutions to meet this feature.

Wes

On Oct 17, 2004, at 1:56 PM, Andreas Mayer wrote:

>
> 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?

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