NSTableView error message
NSTableView error message
- Subject: NSTableView error message
- From: deepak gopal <email@hidden>
- Date: Tue, 9 Oct 2007 02:07:51 +0530 (IST)
Hi
I am getting this exception message:
*** Uncaught exception: <NSRangeException> valueAtIndex:inPropertyWithKey: index != 0 for non-toMany key
when the control comes to the return statement in:
- (id) tableView:(NSTableView *)tableView
objectValueForTableColumn:(NSTableColumn *)tableColumn
row:(int)row {
if ([[tableColumn identifier] isEqualToString:@"Methods"])
{
return [plistArray_ valueAtIndex:row inPropertyWithKey:@"functionName"];
}
return [plistArray valueAtIndex:row inPropertyWithKey:@"address"];
}
Does anyone know how to resolve this?
Google is not giving me any results for this exception.
Thank you
DG
Download prohibited? No problem. CHAT from any browser, without download. Go to http://in.messenger.yahoo.com/webmessengerpromo.php/
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden