Re: NSTableViewnot reflecting data changes

2008-03-18 Thread Keary Suska
on 3/18/08 9:14 AM, [EMAIL PROTECTED] purportedly said: > When I create & set the dataSource for the first time, the NSTableView lists > correctly the information; but when I change the data in the DataSource object > the table view no longer updates to reflect the added data. > > Can someone tel

RE: NSTableViewnot reflecting data changes

2008-03-18 Thread Valentin Dan
entin Dan Cc: Cocoa Developers Subject: Re: NSTableViewnot reflecting data changes Am Mar 18, 2008 um 4:14 PM schrieb Valentin Dan: > Hi, > > > > I have a NSTableView for witch I implemented a custom DataSource > class. > > > > When I create & set

Re: NSTableViewnot reflecting data changes

2008-03-18 Thread Stéphane
Am Mar 18, 2008 um 4:14 PM schrieb Valentin Dan: Hi, I have a NSTableView for witch I implemented a custom DataSource class. When I create & set the dataSource for the first time, the NSTableView lists correctly the information; but when I change the data in the DataSource object t

NSTableViewnot reflecting data changes

2008-03-18 Thread Valentin Dan
Hi, I have a NSTableView for witch I implemented a custom DataSource class. When I create & set the dataSource for the first time, the NSTableView lists correctly the information; but when I change the data in the DataSource object the table view no longer updates to reflect the added dat