Re: text views and dynamic reflow
Re: text views and dynamic reflow
- Subject: Re: text views and dynamic reflow
- From: Cryx <email@hidden>
- Date: Fri, 24 May 2002 15:08:09 -0500
On Sunday, May 19, 2002, at 03:16 PM, Cryx wrote:
I've searched the docs but haven't found a solution to my problem. In
my app, the text view will dynamically reflow the text during window
resizing, but only up to a certain point. After a few screens of data
the reflow is post-poned until after the resizing. After a sufficient
volume of text, the delayed reflow can take multiple seconds (spinning
disk!).
It would seem that the view is trying to reflow the entire contents.
How can I tell the view to only reflow the visible portion of the view?
Terminal demonstrates the correct behaviour. Do any of the gurus have
an idea how it does it?
_______________________________________________
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.