Re: NSTableView reloadData works just on init. (Alberto Piu)

2009-12-07 Thread Alberto Piu
re 06.07, Nick Zitzmann ha scritto: On Dec 5, 2009, at 5:22 AM, Alberto Piu wrote: shortcutsTable = [[NSTableView alloc] init]; There are several problems here: 1. The designated initializer of views is -initWithFrame:, not -init. 2. Even if you got that right, it would still not wor

NSTableView reloadData works just on init.

2009-12-06 Thread Alberto Piu
Hi all, I'm writing on this mailing list because I can't get an NSTableView to display data. I have a NSTableView in my xib, connected to a NSObject controller. dataSource is my controller, and the IBOutlet is correctly connected to the NSTableView. This is my header // // ShortcutsTab