Still can't get NSArrayController to work!
Still can't get NSArrayController to work!
- Subject: Still can't get NSArrayController to work!
- From: jjoonathan <email@hidden>
- Date: Fri, 17 Sep 2004 19:25:44 -0600
The controller still doesnt work with the tableviews. I have tried subclassing NSValueTransformer, and this is my code for transforming values:
NSMutableArray *ret = [[NSMutableArray alloc] initWithArray:value];
int i;
for (i=0;i<[nsa count];i++)
{
[ret addObject:[NSMutableDictionary dictionaryWithDictionary:[nsa objectAtIndex:i]]];
}
return ret;
...And it still does not work. I get the same error as always. ANy help would be appreciated.
jjoo _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden