• 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: Table View Blues
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Table View Blues


  • Subject: Re: Table View Blues
  • From: Andreas Mayer <email@hidden>
  • Date: Mon, 18 Nov 2002 10:28:36 +0100

Am Montag, 18.11.02 um 06:28 Uhr schrieb Rixstep:

With the NSTableView, the delegate idea requires my program - my
controlling class - to maintain a mutable array with all the
records.

As Alex already pointed out, the table view does not care how you maintain your data.

You simply get a request for the contents of any cell that's about to be displayed and tell the table view what it should put there.

I am going to get separate messages sent for every record in my table
view

You will only get messages for those cells that are actually being displayed, AFAIK.

Even if I could associate data - without creating a class, something
I would prefer, as this is just cold data to me and it's going to
have to be formatted as CSV or TSV - with each record in a table
view, I would still be stuck - or so I think - with individual calls
to free() whenever my user wanted to start a new file.

I don't understand. If you would like to allocate one big chunck of memory and manage it on your own - go ahead. Nothing is going to stop you. Objective-C is a superset of C after all.


bye. Andreas.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Table View Blues (From: Rixstep <email@hidden>)

  • Prev by Date: Re: missing textDidEndEditing: NSTextView delegate messages
  • Next by Date: Changing text color for NSTableView
  • Previous by thread: Re: Table View Blues
  • Next by thread: Table View problems with attributed strings
  • Index(es):
    • Date
    • Thread