Re: Programatically selecting items in a NSTableView

2009-02-16 Thread Damien Cooke
Thanks Nick, I moved all of my tableview population code to AwakeFromNib and it is all working fine. Thanks so much. Regards Damien On 16/02/2009, at 1:18 PM, Nick Zitzmann wrote: On Feb 15, 2009, at 2:27 PM, Damien Cooke wrote: This does not work and I was wondering if 1: can I program

Re: Programatically selecting items in a NSTableView

2009-02-15 Thread Nick Zitzmann
On Feb 15, 2009, at 2:27 PM, Damien Cooke wrote: This does not work and I was wondering if 1: can I programatically select an item in a NSTableView? Well, what you're doing is technically correct, although I'd recommend using NSUInteger instead of unsigned, but that's not the problem...