Re: Programmatically adding an NSTableView to another view

2008-12-08 Thread Patrick Mau
Hi Randall On 09.12.2008, at 04:14, Randall Meadows wrote: I have configured a view .xib with an NSTableView; I load the nib and add the table view to another parent view. I've implemented the necessary delegate and data source methods. It's all working just peachy, except... It's plac

Programmatically adding an NSTableView to another view

2008-12-08 Thread Randall Meadows
I have configured a view .xib with an NSTableView; I load the nib and add the table view to another parent view. I've implemented the necessary delegate and data source methods. It's all working just peachy, except... It's placement in the parent view is wrong, and I can't figure out how