Re: setSortOrderings?
Re: setSortOrderings?
- Subject: Re: setSortOrderings?
- From: Art Isbell <email@hidden>
- Date: Wed, 19 Feb 2003 14:27:27 -1000
On Wednesday, February 19, 2003, at 01:39 PM, Ricardo Strausz wrote:
[dg setSortORdering:[NSArray arrayWithObject:[EOSortOrdering
sortOrderingWithKey:@"detalle" :@selector(CompareDescending)]]];
it does not work.... worse than that: the app exists with signal 11
(SIGSEGV)
The Java method name is "compareDescending", not "CompareDescending".
Did you try that? The EOSortOrdering class has a static variable named
"CompareDescending", but that's not a method, so I don't think it can
be passed to @selector().
Art
http://homepage.mac.com/aisbell/
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.