• 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
NSValueTransfomer with lots of data
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSValueTransfomer with lots of data


  • Subject: NSValueTransfomer with lots of data
  • From: Kubernan from 10191 Technologies <email@hidden>
  • Date: Wed, 20 Jul 2005 23:06:30 +0200

Hello,

I use a NSValueTransformer in the way to adapt programmatically
my data model to the gui (a table view).
This transformer transforms a collection (NSMutableArray) of a specific class (this class
contains values i want to display in the table view) into a NSMutableArray of dictionary
(a key is a column identifier and the content is the value gets from the specific class)


The transformer uses transformedValue and reverseTransformedValue.
All works well but it appears each time i modify only one cell of the table view,
reverseTransformedValue works on *all* data displayed by the table view.


Because my data model can contain large amount of data i'd like to know if there is
a way to treat only cell or row modified by the user.


Thx for your help,

K.
_______________________________________________
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


  • Prev by Date: Re: Core Data Implementation question
  • Next by Date: Re: Odd Doc Type Issue
  • Previous by thread: Re: NSTableView edits
  • Next by thread: NSScrollView setDocumentView: problem with NSView subclass
  • Index(es):
    • Date
    • Thread