• 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: refreshing the header title for an NSTableColumn
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: refreshing the header title for an NSTableColumn
      • From: John Buckley <email@hidden>
References: 
 >Re: refreshing the header title for an NSTableColumn (From: Corbin Dunn <email@hidden>)

  • Prev by Date: NSDistributedNotificationCenter
  • Next by Date: Re: CoreData, inheritance and plug-ins
  • Previous by thread: Re: refreshing the header title for an NSTableColumn
  • Next by thread: Re: refreshing the header title for an NSTableColumn
  • Index(es):
    • Date
    • Thread