FROM : Jim Correia
DATE : Tue May 17 18:12:08 2005
I have a NSTableView with two columns (first name and last name)
bound to an array. If I check the "Creates Sort Descriptor" checkbox
for the value binding it appears to use compare: for the selector. Is
there a way to tell the binding to use
localizedCaseInsensitiveCompare: instead?
Or must I create the sort descriptor myself and apply it to the table
column in awakeFromNib? Or a better solution?
Thanks,
Jim
DATE : Tue May 17 18:12:08 2005
I have a NSTableView with two columns (first name and last name)
bound to an array. If I check the "Creates Sort Descriptor" checkbox
for the value binding it appears to use compare: for the selector. Is
there a way to tell the binding to use
localizedCaseInsensitiveCompare: instead?
Or must I create the sort descriptor myself and apply it to the table
column in awakeFromNib? Or a better solution?
Thanks,
Jim
| Related mails | Author | Date |
|---|---|---|
| Jim Correia | May 17, 18:12 | |
| The Karl Adam | May 19, 02:21 | |
| Jim Correia | May 19, 03:09 | |
| The Karl Adam | May 19, 04:55 | |
| Scott Anguish | May 19, 07:25 |






Cocoa mail archive

