On Jun 12, 2013, at 16:21:06, Ken Thomases <[email protected]> wrote:
> Does NSWindowWillStartLiveResizeNotification (or -[NSWindowDelegate > windowWillStartLiveResize:]) happen in time for you to cancel your drag stuff? Nope. The default sendEvent appears to stay in the mouseDown event handler (NSTitledFrame mouseDown) until the mouse has moved 3 or 4 pixels, then it fires off the NSWindowWillStartLiveResizeNotification. -- Steve Mills office: 952-818-3871 home: 952-401-6255 cell: 612-803-6157 _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
