Re: Displaying NSArray in NSTableView
Re: Displaying NSArray in NSTableView
- Subject: Re: Displaying NSArray in NSTableView
- From: mmalc crawford <email@hidden>
- Date: Tue, 01 Jul 2008 08:23:24 -0700
On Jul 1, 2008, at 8:12 AM, Brandon Schlenker wrote:
I'm using MGTwitterEngine and I am having problems displaying the
downloaded tweets (an NSArray) in a table view or text view.
MGTwitterEngine downloads the tweets using this.
"- (void)statusesReceived:(NSArray *)statuses forRequest:(NSString
*)identifier"
I need to display "statuses" in an NSTableView or each individual
item in its own NSTextField (ex. "name" etc.) These can be found in
any Twitter XML doc. (twitter.com/statuses/public_timeline.xml).
What problems are you having?
Have you tried to use the technique described in <http://developer.apple.com/documentation/Cocoa/Conceptual/TableView/TableView.html
>? In what way did it fail?
mmalc
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden