Re: NSTableView's delegate dataCellForTableColumn never called
Re: NSTableView's delegate dataCellForTableColumn never called
- Subject: Re: NSTableView's delegate dataCellForTableColumn never called
- From: Corbin Dunn <email@hidden>
- Date: Thu, 27 Aug 2009 09:34:17 -0700
The method only works for applications that link against 10.5 or
higher. The said app probably doesn't link against 10.5
-corbin
On Aug 27, 2009, at 8:08 AM, Donnie Lee wrote:
Hello!
I have a window with NSTableView in a bundle and load this bundle from
dylib (which is a XPCOM component for Firefox extension). But I have a
big problem: dataCellForTableColumn delegate never called. All other
delegates are called, but this -- not. When I try to load this bundle
from simple cocoa app -- all works OK. When it called from Firefox
extension -- not OK. Please, what should I do, how to fix it?
Thanks in advance!
_______________________________________________
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