• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Still can't get NSArrayController to work!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Still can't get NSArrayController to work!
      • From: mmalcolm crawford <email@hidden>
    • Re: Still can't get NSArrayController to work!
      • From: Scott Stevenson <email@hidden>
  • Prev by Date: Re: NSAppKitVersionNumber for 10.3.0?
  • Next by Date: Re: Still can't get NSArrayController to work!
  • Previous by thread: Re: align subview of scrollview
  • Next by thread: Re: Still can't get NSArrayController to work!
  • Index(es):
    • Date
    • Thread