Re: Help with data browser
Re: Help with data browser
- Subject: Re: Help with data browser
- From: j o a r <email@hidden>
- Date: Mon, 5 Sep 2005 17:08:53 +0200
On 5 sep 2005, at 16.58, Bob Sabiston wrote:
I'm looking at the Core Data programming guide, and it really
doesn't seem to be what I am looking for. Like, I don't care about
persistence and undo or any of those things.
So why are you looking at CoreData?
I have an array of floats, say array[5][5000]. I just want to put
that information in a table that can be scrolled so that I am able
to look at all of it. Is it really necessary to go through all of
this managed object stuff to get that into a Cocoa window? Carbon
is not looking so difficult after all!
I could probably write a Cocoa application to do that in under 20
lines of code.
Just use a simple NSTableView data source. Check any sample code
floating around for working with table views.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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