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
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
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
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
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
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
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
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