FROM : Francisco Tolmasky
DATE : Tue Jan 28 07:55:52 2003
Ok, in a program I'm writing I change the title of a column, like this
(where self is a column):
[[self headerCell] setStringValue: @"new title"];
First off, is this correct?
Secondly, if it is, how do I tell the column to redraw the header cell.
Currently it waits until I click it again or do something else to show
the new title.
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Tue Jan 28 07:55:52 2003
Ok, in a program I'm writing I change the title of a column, like this
(where self is a column):
[[self headerCell] setStringValue: @"new title"];
First off, is this correct?
Secondly, if it is, how do I tell the column to redraw the header cell.
Currently it waits until I click it again or do something else to show
the new title.
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| No related mails found. | ||






Cocoa mail archive

