NSTableView issue

2006-09-11 Thread Andreas Höschler
Hello all, I wondered why I could not select (Copy) a cell in a tableView in one of our apps. I finally found that thi sis due to - (void) setDataSource: (id)anObject { /* Used only for readability */ const SEL sel_a = @selector (numberOfRowsInTableView:); const SEL sel_b = @selector

Re: NSTableView issue

2006-09-11 Thread Fred Kiefer
Hi Andreas, did you have a look at the mail that Quentin send to this list less then a week ago? He addresses a problem coming from a similar question you send to this list previously. I hope that today I have time to implement what he did suggest, perhaps you could check in parallel if this also