NSWindow resize question
NSWindow resize question
- Subject: NSWindow resize question
- From: Bill So <email@hidden>
- Date: Sat, 21 Jun 2003 01:16:05 +0800
Dear All,
I have a problem related to resizing NSWindow and would like to ask for
your help.
I'd like to create the following control style:
1. when user drag the resize control at the corner of the window, the
window changes the size
2. when user release the mouse button (mouse up), the program perform
some task.
My implementation:
I use delegate method "windowDidResize" to implement the above control.
However, windowDidResize is called once the window finished resizing
even when user has not released the mouse key.
How can I only take action after resizing and after mouse key is up?
Thank you very much for your help.
Yours,
Bill
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.