Re: NSTableview datasource issues

2009-12-24 Thread aronisoft
requests or moderator comments to the list.Contact the moderators at cocoa-dev-admins(at)lists.apple.comHelp/Unsubscribe/Update your Subscription:http://lists.apple.com/mailman/options/cocoa-dev/aronisoft%40afroamerica.netThis email sent to aronis...@afroamerica.net

Re: NSTableview datasource issues

2009-12-23 Thread aronisoft
the moderators at cocoa-dev-admins(at)lists.apple.comHelp/Unsubscribe/Update your Subscription:http://lists.apple.com/mailman/options/cocoa-dev/aronisoft%40afroamerica.netThis email sent to aronis...@afroamerica.net ___ Cocoa-dev mailing list (Cocoa-dev

Re: NSTableview datasource issues

2009-12-20 Thread aronisoft
Alexander, Thanks for your help. Yes, I set the breakpoint on the data source methods? The datasource methods are not reached at all. I did not give you all the methods in my code (it is too lengthy). segmentDict is a global variable because I need it somewhere else. segmentIndustryData is

Re: NSTableview datasource issues

2009-12-20 Thread aronisoft
(Cocoa-dev@lists.apple.com)Please do not post admin requests or moderator comments to the list.Contact the moderators at cocoa-dev-admins(at)lists.apple.comHelp/Unsubscribe/Update your Subscription:http://lists.apple.com/mailman/options/cocoa-dev/aronisoft%40afroamerica.netThis email sent

NSTableview datasource issues

2009-12-19 Thread aronisoft
I know this has been discussed before, but I have been going through the issue of reloadData and datasource methods not running. I cannot figure out what is going on with my datasource methods. Everything is connected. But when on [segmentTableView reloadData], no datasource method is run.