Does the windowDidResize really work while resizing?
Does the windowDidResize really work while resizing?
- Subject: Does the windowDidResize really work while resizing?
- From: Lorenzo Puleo <email@hidden>
- Date: Mon, 06 May 2002 14:48:44 +0200
Hi,
I would like to move/resize some objects in a window, only AFTER it has been
resized, not during the resizing. I would do that because during the
resizing, the refresh is too slow.
I used the commands:
windowDidResize
windowWillResize
but both of them work continuosly during the resizing.
I also used [window setAutodisplay:NO];
in the init of the NSWindowController but nothig has changed.
Assistance is appreciated.
--
Lorenzo Puleo
mailto:email@hidden
_______________________________________________
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.