• 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
Re: Cocoa-dev Digest, Vol 2, Issue 906
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cocoa-dev Digest, Vol 2, Issue 906


  • Subject: Re: Cocoa-dev Digest, Vol 2, Issue 906
  • From: Justin Williams <email@hidden>
  • Date: Wed, 15 Jun 2005 13:32:39 -0500

On Jun 14, 2005, at 10:03 PM, mmalc wrote:

If you use a custom array controller and provide an outlet to the
table view, you could also override addObject:

- (void)addObject:(id)object

{
     [super addObject:(id)object];
     [tableView editColumn:0
                       row:[self selectionIndex]
                 withEvent: nil
                    select: YES];
}

That worked great for me.  Thanks for the help.  

__________________________________________________

Justin Williams                     email@hidden

work: www.maczealots.com      play: www.carpeaqua.com


 _______________________________________________
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

  • Prev by Date: Re: Multiple notification calls?
  • Next by Date: NSWindow resizing to incorrect height
  • Previous by thread: Re: Modal Dialog and Drag & Drop in a NSTableView
  • Next by thread: NSWindow resizing to incorrect height
  • Index(es):
    • Date
    • Thread