Re: refreshing the header title for an NSTableColumn
Re: refreshing the header title for an NSTableColumn
- Subject: Re: refreshing the header title for an NSTableColumn
- From: gennady wexler <email@hidden>
- Date: Thu, 10 Nov 2005 19:43:00 -0800
- Thread-topic: refreshing the header title for an NSTableColumn
That indeed does work!
I agree with this being a bug, something more intuitive like the below
should just do the job:
[someTable setNeedsDisplay:YES]
Where all subviews should be updated, imho.
On 11/10/05 10:29 AM, "Corbin Dunn" <email@hidden> wrote:
> You probably want to do [[tableView headerView] setNeedsDisplay:YES];
>
> However, this is probably a bug. I'll investigate. thank you!
>
> --corbin
>
> On Nov 10, 2005, at 7:54 AM, gennady wexler wrote:
>
>> Whats is the proper syntax? Does this method needs to be called on
>> the super
>> class?
>>
>> On 11/10/05 6:25 AM, "Hamish Allan" <email@hidden> wrote:
>>>
>>> NSTableHeaderView, being a subclass of NSView, has a setNeedsDisplay:
>>> method.
>>
_______________________________________________
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