Re: NSTableView's delegate dataCellForTableColumn never called
Re: NSTableView's delegate dataCellForTableColumn never called
- Subject: Re: NSTableView's delegate dataCellForTableColumn never called
- From: Donnie Lee <email@hidden>
- Date: Thu, 27 Aug 2009 21:31:28 +0400
Thanks Corbin, now I fully understand.
Donnie.
On Thu, Aug 27, 2009 at 8:41 PM, Corbin Dunn<email@hidden> wrote:
> Donnie - the problem is, people can run FireFox on 10.4, where the method
> doesn't exist, and hence it wouldn't work.
>
> If you rebuild Firefox to target 10.5 or higher, then the method will be
> called.
>
> --corbin
>
>
> On Aug 27, 2009, at 9:39 AM, Donnie Lee wrote:
>
>> Hi Corbin,
>>
>> Do you mean that the problem is in Firefox? Have you any ideas how to
>> workaround this?
>>
>> Donnie.
>>
>> On Thu, Aug 27, 2009 at 8:34 PM, Corbin Dunn<email@hidden> wrote:
>>>
>>> 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