Re: NSTableview datasource issues

2009-12-24 Thread aronisoft
> time, though, so sometimes one must rewrite and move on. -- > GG___Cocoa-dev mailing list > (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

Re: NSTableview datasource issues

2009-12-23 Thread aronisoft
run and help debug. -- > GG___Cocoa-dev mailing list > (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.a

Re: NSTableview datasource issues

2009-12-20 Thread aronisoft
ailing list > (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%40afro

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 popu

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. Afte