From: Karl-Heinz W. <kh...@wi...> - 2005-08-25 15:17:53
|
On 25.08.2005, at 16:37, Jonathan Paisley wrote: > On 25 Aug 2005, at 15:15, Karl-Heinz Wild wrote: > >> In the Window I've created a NSTableView with a bind toe the >> Controller >> Outlet - FileTableView => NSTableView( Files ) >> >> In the original source I click on the + Button an select one or >> more files >> in the dialog. After pressing OK the files will be in the >> FileTableView. >> >> Not so in my rewritten code. I've added some debuging statements >> and all >> seem ok, except the files will not be written to the FileTableView. >> > > Did you also connect the Controller as the dataSource for the > NSTableView? i.e., control-drag from the table view to the > Controller instance and choose dataSource. That could explain the > behaviour you're seeing. :) Thanks you very much. Now it works. regards Karl-Heinz |