On Thu, Apr 2, 2009 at 10:56 AM, Jo Phils <[email protected]> wrote: > Ok thank you both. I was thinking that and seems I did try it...but maybe I > did something else wrong. Ok I will work on it some more. Thank you so much!
Have you set your table view's class in Interface Builder to be your new subclass? If you don't do this, the table view will still be NSTableView and not your "MyTableViewSubclass" (or whatever you called it). -- I.S. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
