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: Josh Burnett <email@hidden>
- Date: Thu, 10 Nov 2005 08:45:03 -0500
I've tried the [tableView setNeedsDisplay:YES]. Doesn't work. Neither
column or its header have setNeedsDisplay methods.
Other than those, I'm at a loss as to what I should try. Any other
ideas?
Thanks,
Josh
On Nov 10, 2005, at 12:00 AM, gennady wexler wrote:
If Table control is a derivient of NSView/NSResponder, would this force
redraw of the control?
[self setNeedsDisplay:YES];
Or that is what does not work as expected/spec'ed?
From: Josh Burnett <email@hidden>
[[theColumn headerCell] setStringValue:@"new name"];
responded to it. How do I get the header to refresh?
_______________________________________________
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