Trouble with NSTableView
Trouble with NSTableView
- Subject: Trouble with NSTableView
- From: Martin Kautz <email@hidden>
- Date: Thu, 23 May 2002 12:58:48 +0200
Hello list,
I'm trying to display returned data of a mySQL query in a NSTableView (which
is called 'table'). Data source of 'table' is an array (which is filled with
the mysql data) and actually all seems to be fine.
The issue is that 'table' is loading the data but I only can see the records
if I click inside 'table'...
I know that I should use [table reloadData]; but whenever I place this
inside my code I get an runtime error message:
// hmmm, looks like the table exists
2002-05-23 12:50:21.487 mySQLchecker[7462] table: <NSScrollView: 0x1590d0>
// but this happens at [table reloadData];
2002-05-23 12:50:21.487 mySQLchecker[7462] *** -[NSScrollView reloadData]:
selector not recognized
2002-05-23 12:50:21.498 mySQLchecker[7462] Exception raised during posting
of notification. Ignored. exception: *** -[NSScrollView reloadData]:
selector not recognized
What selector? What went wrong?
TIA,
Martin
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.