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
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