Re: Simple TableView App (problem solved)
Re: Simple TableView App (problem solved)
- Subject: Re: Simple TableView App (problem solved)
- From: Thilo Ettelt <email@hidden>
- Date: Mon, 4 Feb 2002 14:08:35 +0100
Finally I got my code working.
1. I connected the TableView with MyController as datasource and
delegate (latter I found in an example)
2. I made a mistake by naming a method like this:
- (id)MyTableView:(NSTableView *) [...]
Instead of this:
- (id)tableView:(NSTableView *) [...]
I'm very happy, that it works now!
Cheers, Thilo