Re: NSTableView prematurely posts selection changed notification

2008-07-10 Thread Joan Lluch (casa)
El 10/07/2008, a las 5:21, Graham Cox escribió: When my app starts up, it opens a floating window containing a table view. As the table is brought to life from the Nib, it posts a selection changed notification to its delegate. At that time it hasn't had its data initialised from the

NSTableView prematurely posts selection changed notification

2008-07-09 Thread Graham Cox
When my app starts up, it opens a floating window containing a table view. As the table is brought to life from the Nib, it posts a selection changed notification to its delegate. At that time it hasn't had its data initialised from the data model so the selected row is 0. This causes an