Re: AffineTransform an NSWindow?
Re: AffineTransform an NSWindow?
- Subject: Re: AffineTransform an NSWindow?
- From: Finlay Dobbie <email@hidden>
- Date: Wed, 15 Aug 2001 18:12:06 +0100
On Wednesday, August 15, 2001, at 01:26 am, Brendan Younger wrote:
Try the NSWindow's content view?
Will do, but I don't think that this is right... Hmm... I'll try the
content view and the border view and get back to you.
As for the windows moving with each other, you may have to do what all
the old classic programmers did which was to calculate the positions
and move them themselves.
And how do you suggest this? If you mean using the WindowMoved
notification, then this is what I'm doing, but you only get sent it when
the user lets go of the window, or holds it in the same position for a
second or so. Even hiding the window on WindowWillMove still looks icky.
-- Finlay