inLiveResize question
inLiveResize question
- Subject: inLiveResize question
- From: Tobias Hermann <email@hidden>
- Date: Thu, 14 Aug 2003 14:39:50 +0200
hi!
how does NSView's inLiveResize determine if the view is in a live
resize at the moment ?
I want to make a inlive resize myself with an animation, etc. So the
live Resize does not get initiated by the user by clicking on the
bottom right window corner. but how can I let all views let know that
there will be a live resize the next XXX seconds or what ?
I tried to send viewWillStartLiveResize/didendLiveResize recursively to
all views but inLiveResize reports FALSE anyway while I animate :-(
By the way: I do not resize the window, i just change sizes of views
(like a splitview with animation or such).
Any hints ?
Thanx in advance!
Tobi
_______________________________________________
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.