Re: Text wrap in NSTextView-> how to get wrapped NSString
Re: Text wrap in NSTextView-> how to get wrapped NSString
- Subject: Re: Text wrap in NSTextView-> how to get wrapped NSString
- From: malcom <email@hidden>
- Date: Mon, 22 Oct 2007 17:49:08 +0200
> More importantly, why are you trying to "simulate wrapped
> NSTextView"? Why can't you use a real wrapped NSTextView?
The problem is I need to take the wrapped string out to NSString. If I
try to use NSTextView string] the returned string is unwrapped
(because the wrapping is only visible at UI level but the string
itself remain unwrapped). Instead I would to have the wrapped string.
Is this possible?
_______________________________________________
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