• 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
outlineView:dataCellForTableColumn:item: repeated called w null tableColumn on Snow Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

outlineView:dataCellForTableColumn:item: repeated called w null tableColumn on Snow Leopard


  • Subject: outlineView:dataCellForTableColumn:item: repeated called w null tableColumn on Snow Leopard
  • From: David Melgar <email@hidden>
  • Date: Fri, 28 Aug 2009 14:58:04 -0400

Running into a problem getting my application to run under Snow Leopard.

In this case I have an outline view with a data source. The method, outlineView:dataCellForTableColumn:item: is being repeated called on my delegate with a null tableColumn, not just the first time as the documentation states. The code returns different cells based on the column, but its never passed the tableColumn.

This code works fine under Leopard.
The code is not multi-threaded. I can't think of anything overly complex or unusual in the code.
Worse. Its intermittent. Sometimes it does work.


Does anyone have any ideas what could make it behave intemittently? I don't have multiple threads. I don't know what other timing issues could be at work. I've debugged code so that I know the data source have the data available, but its never getting asked for it.

The end result is an empty outline view.

Thanks!

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: outlineView:dataCellForTableColumn:item: repeated called w null tableColumn on Snow Leopard
      • From: Corbin Dunn <email@hidden>
    • Re: outlineView:dataCellForTableColumn:item: repeated called w null tableColumn on Snow Leopard
      • From: "I. Savant" <email@hidden>
  • Prev by Date: Re: pulldown in custom NSCell
  • Next by Date: Re: outlineView:dataCellForTableColumn:item: repeated called w null tableColumn on Snow Leopard
  • Previous by thread: Re: learning the NSView structure of an app?
  • Next by thread: Re: outlineView:dataCellForTableColumn:item: repeated called w null tableColumn on Snow Leopard
  • Index(es):
    • Date
    • Thread