Re: How to load data from NSDictionary to NSTableView?
Re: How to load data from NSDictionary to NSTableView?
- Subject: Re: How to load data from NSDictionary to NSTableView?
- From: René van Amerongen <email@hidden>
- Date: Sun, 15 Oct 2006 11:58:35 +0200
Op 15-okt-2006, om 4:02 heeft Raul het volgende geschreven:
>Hi to all ,
>
>I have a NSDictionary with the keys of the columns i want to show
into
>a NSTableView.
>
>I take a look at Apple Documentation , but i don't find how to load
>data from NSDictionary to NSTableView.
Could you be clearer on what you want an example of? Do you mean
you have an
array of dictionaries where the dictionary keys are the names of the
columns? m.
I have one NSDictionary with 3 keys : Name , Phone and Country and the
data for these keys.
Now i have to show this data inside of NSTableView.
I want an example of how to load the NSDictionary into NSTableView.
Thanks.
My guess is that you have a Array with Dictionaries. As other people
say we need more info.
Maybe can those article's help you. Read them first.
http://www.macdevcenter.com/pub/a/mac/2006/08/08/nstableview-
class.html?page=5
http://www.cocoadev.com/index.pl?NSTableViewTutorial
and do a search at Cocoadev with NSTableView. Or use google ( even
when it is not your friend ) with 'NSTableView dataSource
NSDictionary' or the like.
HTH
_______________________________________________
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