On May-7-2008, at 7:01 AM, Norio wrote:
Would you tell me how to know a window finishes resizing?

I know windowDidResize can track its resizing, but I don't want to get
information while the window resizing.  I do want to know after user
releases the mouse button or presses zoom icon.

-windowDidResize: is indeed the delegate method you're looking for. From the docs: "Sent by the default notification center immediately after an NSWindow object has been resized."

The one that's used _while_ the user is resizing a window is - windowWillResize:toSize:

- Jeff
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to