Skip navigation.
 
mlRe: selectColumn not working with bound tableview
FROM : Matt Neuburg
DATE : Tue Jun 20 18:54:43 2006

On Tue, 20 Jun 2006 01:01:48 -0400, Ben Lachman <<email_removed>> said:
>I have a fairly basic tableview that is bound to an array
>controller.  I would like to save and restore the selected column and
>ordering for the tableview but don't seem to be able to set the
>selected column in my app delegate's applicationWillFinishLaunching:
>method.  Is there a reason for this? Is there a way to save/restore
>this type of info on a bound tableview?


You may be looking for sortDescriptors. m.

--
matt neuburg, phd = <email_removed>, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>

Related mailsAuthorDate
mlselectColumn not working with bound tableview Ben Lachman Jun 20, 07:01
mlRe: selectColumn not working with bound tableview Matt Neuburg Jun 20, 18:54