Re: Selection of row in NSTable not being called
Re: Selection of row in NSTable not being called
- Subject: Re: Selection of row in NSTable not being called
- From: Nick Zitzmann <email@hidden>
- Date: Sun, 18 Jul 2004 12:31:06 -0600
On Jul 18, 2004, at 12:12 PM, Kodex wrote:
However this isnt called when i change selection in
the table, any idea what might be causing this? Thanks!
-tableViewSelectionDidChange: is a delegate method, not a data source
method. Does your table view have a delegate, and if so, is it the
correct delegate?
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.