Skip navigation.
 
mlRe: Draging multimple NSWindows simultaneously
FROM : John Stiles
DATE : Wed Feb 27 21:05:03 2008

You don't need delegates for this. Look into child windows.


Jorge Luis Chavez Herrera wrote:
> Hello everyone!
>
> I'm trying to figure out a way to make an NSPanel to follow a NSWindow while it is being dragged.
> The two notifications sent to an NSWindow delegate are only good for knowing if the window is about to move
> or the window has moved. (NSWindowDidMoveNotification , NSWindowWillMoveNotification )
> What I need is a way to get the NSWindow coordinates while it is moving so I can update the position of my panel in real time.
>
>
> _________________________________________________________________
> Need to know the score, the latest news, or you need your HotmailĀ®-get your "fix".
> http://www.msnmobilefix.com/Default.aspx_______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>
>

Related mailsAuthorDate
mlDraging multimple NSWindows simultaneously Jorge Luis Chavez… Feb 27, 20:48
mlRe: Draging multimple NSWindows simultaneously John Stiles Feb 27, 21:05