• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Converting an AttributedString into NSData for an NSTextView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Converting an AttributedString into NSData for an NSTextView


  • Subject: Re: Converting an AttributedString into NSData for an NSTextView
  • From: Keary Suska <email@hidden>
  • Date: Sat, 25 Sep 2010 09:28:42 -0600

On Sep 25, 2010, at 9:12 AM, Brad Stone wrote:

> I have an NSMutableString that I want to set as the NSData source for an NSTextView.  I'm stuck and don't know how to do it.   I'm importing about 4,000 XML files and I have to programmatically create the attributedString for each one, there's no way around it.
>
> How do I convert an NSMutableString to NSData so it can be the data source for an NSTextView?

NSTextView doesn't use NSData as its "data source"--it uses NSTextStorage. You can get its content as a mutable string using -mutableString and manipulate it.

Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"

_______________________________________________

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

  • Follow-Ups:
    • Re: Converting an AttributedString into NSData for an NSTextView
      • From: Brad Stone <email@hidden>
References: 
 >Converting an AttributedString into NSData for an NSTextView (From: Brad Stone <email@hidden>)

  • Prev by Date: Converting an AttributedString into NSData for an NSTextView
  • Next by Date: Re: Converting an AttributedString into NSData for an NSTextView
  • Previous by thread: Converting an AttributedString into NSData for an NSTextView
  • Next by thread: Re: Converting an AttributedString into NSData for an NSTextView
  • Index(es):
    • Date
    • Thread