Re: NSTextView Not Drawing Text
Re: NSTextView Not Drawing Text
- Subject: Re: NSTextView Not Drawing Text
- From: Douglas Davidson <email@hidden>
- Date: Fri, 8 Dec 2006 12:26:05 -0800
On Dec 8, 2006, at 12:15 PM, Seth Willits wrote:
I think I've pretty much nailed this to the fact that it doesn't
draw until after the background layout is all complete. But why
doesn't it draw what it's already laid out? What controls that?
Usually this means that something along the drawing path has asked
for information that requires layout to be complete. TextEdit
certainly displays text before all layout is complete, and that is
essentially an unmodified text view. Obtaining a backtrace while
this layout is going on should tell you what is causing it.
Douglas Davidson
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden