Re: buddy windows
Re: buddy windows
- Subject: Re: buddy windows
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 25 Nov 2001 12:14:36 +0000
On Sunday, November 25, 2001, at 10:41 am, John C. Randolph wrote:
how about using NSWindowDidMoveNotification or
NSWindowWillMoveNotification Notifications
Doesn't work correctly. The notifications aren't sent fast enough, you
get lag with the "attached" window.
Use NSWindowWillMoveNotification instead. That will get sent before
the window moves.
Still not fast enough. It lags quite severely. There _IS_ a way of doing
this, I mean, that's what sheets and drawers are, just nobody at Apple
wants to reveal how.
-- Finlay