Re: NSTextStorage, Bindings and Core Data
Re: NSTextStorage, Bindings and Core Data
- Subject: Re: NSTextStorage, Bindings and Core Data
- From: Giuseppe Alletti <email@hidden>
- Date: Mon, 8 Aug 2005 08:50:27 +0200
On 8/7/05, Giuseppe Alletti <email@hidden> wrote:
> Hello to everybody. How am I supposed to mantain the content of a
> NSTextStorage allocated in a custom class in synch with the content of
> a property in a Core Data entity?
I'll be a bit more specific... my NSTextStorage is part of a custom
build text system (storage, layout manager, text container, text view
subclass) all allocated programmatically inside a custom view.
Following the Core Data tutorial by Scot Stevenson, I was able to bind
the content of a standard text view to that of a string property in an
entity, and even to a binary data property when enabling rich text
features of the text view.
Now I have this custom, programmatically built text system, and I
don't have a clue where to start to follow the "right path" to obtain
the same effect, that is essentially "bind" the content of my text
storage to that same entity property.
Thanks for your help,
-----------------------
Giuseppe Alletti
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden