Re: Properly wrapping non-contiguous NSTextViews
Re: Properly wrapping non-contiguous NSTextViews
- Subject: Re: Properly wrapping non-contiguous NSTextViews
- From: Ross Carter <email@hidden>
- Date: Sun, 14 Aug 2011 10:44:57 -0400
On Aug 13, 2011, at 3:24 PM, Nick Zitzmann wrote:
> Each text view represents one page of text. None of the text views are embedded in individual scroll views, though all of the text views are subviews of a view that is in a scroll view. Think like a word processing app that shows multiple pages.
OK, I see. Well, this sort of thing is done all the time without text getting cut off. The problem is not in the internals of the Cocoa text system. More likely it is what Martin said--a misalignment of a text view or text container.
Another possibility is that something is drawing on top of the cut-off portion of the bottom line of text--that is, the text is getting drawn and something is immediately drawing on top of it, making the text appear to be cut off.
Ross
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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