Re: NSTextFieldCell text color issue in NSTableView with source list highlighting

2009-04-11 Thread jonat...@mugginsoft.com
On 13 Mar 2009, at 16:48, Corbin Dunn wrote: Thank you! corbin Just to note, as should probably be expected, that monkeying with the cell's font within - (void)tableView:(NSTableView *)aTableView willDisplayCell:(id)aCell forTableColumn:(NSTableColumn *)aTableColumn row:(NSInteger)row

Re: NSTextFieldCell text color issue in NSTableView with source list highlighting

2009-03-13 Thread Corbin Dunn
On Mar 13, 2009, at 10:43 AM, Kyle Sluder wrote: On Fri, Mar 13, 2009 at 1:34 PM, Corbin Dunn wrote: Either solution is perfectly acceptable, and we'll increase our documentation to help developers understand the process of displaying cells. How about instead of changing the object value

Re: NSTextFieldCell text color issue in NSTableView with source list highlighting

2009-03-13 Thread Kyle Sluder
On Fri, Mar 13, 2009 at 1:34 PM, Corbin Dunn wrote: > Either solution is perfectly acceptable, and we'll increase our > documentation to help developers understand the process of displaying cells. How about instead of changing the object value to an attributed string the framework instead changes

Re: NSTextFieldCell text color issue in NSTableView with source list highlighting

2009-03-13 Thread Corbin Dunn
A followup on this particular problem that Jonathan reported for people to reference: On Mar 12, 2009, at 3:51 AM, jonat...@mugginsoft.com wrote: NSTableViewSelectionHighlightStyleSourceList. The source list style attempts to add auto-formatting to the cell by setting the attributed stri

Re: NSTextFieldCell text color issue in NSTableView with source list highlighting

2009-03-13 Thread Corbin Dunn
A quick side note on this problem (which I have confirmed is a bug): - (void)tableView:(NSTableView *)aTableView willDisplayCell:(id) aCell forTableColumn:(NSTableColumn *)aTableColumn row:(NSInteger) rowIndex { // note that when the NSTableView Highlight mode is set to source list

Re: NSTextFieldCell text color issue in NSTableView with source list highlighting

2009-03-13 Thread jonat...@mugginsoft.com
On 12 Mar 2009, at 17:07, Corbin Dunn wrote: On Mar 12, 2009, at 3:51 AM, jonat...@mugginsoft.com wrote: The recommended way to override the text color in an NSTableView NSTextFieldCell is detailed here: http://www.cocoabuilder.com/archive/message/cocoa/2008/11/5/222008. However, there se

Re: NSTextFieldCell text color issue in NSTableView with source list highlighting

2009-03-12 Thread Corbin Dunn
On Mar 12, 2009, at 3:51 AM, jonat...@mugginsoft.com wrote: The recommended way to override the text color in an NSTableView NSTextFieldCell is detailed here: http://www.cocoabuilder.com/archive/message/cocoa/2008/11/5/222008. However, there seems to be a problem setting the text color of a

NSTextFieldCell text color issue in NSTableView with source list highlighting

2009-03-12 Thread jonat...@mugginsoft.com
The recommended way to override the text color in an NSTableView NSTextFieldCell is detailed here: http://www.cocoabuilder.com/archive/message/cocoa/2008/11/5/222008. However, there seems to be a problem setting the text color of a highlighted NSTextFieldCell when NSTableView -selectionHighl