Re: Noobie Question: NSTableView and XML-RPC

2008-11-19 Thread Kyle Sluder
On Tue, Nov 18, 2008 at 1:42 PM, Kennard Smith <[EMAIL PROTECTED]> wrote: > I'd imagine just setting a dataSource then querying the XML-RPC server for > data when tableView:objectValueForTableColumn:row: is called. The documentation tells you this is a very bad idea: "Note: tableView:objectValue

Noobie Question: NSTableView and XML-RPC

2008-11-18 Thread Kennard Smith
Hello, cocoa list! I'm relatively new to cocoa and was wondering if I could get some advice. I want to hook up an NSTableView to an XML-RPC server to provide it with its data. I am not sure the best way to go about this, and everywhere I find online says something a little different depe