Re: Attributed strings in NSTableViews

2013-06-30 Thread Kyle Sluder
Please do file radars about this. Apple only knows how many people are affected if they let them know. --Kyle Sluder On Jun 30, 2013, at 1:01 PM, Peter Hudson wrote: > Andy > > Thanks for this, It helps me fix another problem I have. > > Peter > > > On 30 Jun 2013, at 20:48, Andy Lee wrot

Re: Attributed strings in NSTableViews

2013-06-30 Thread Peter Hudson
Andy Thanks for this, It helps me fix another problem I have. Peter On 30 Jun 2013, at 20:48, Andy Lee wrote: > > On Jun 30, 2013, at 2:44 PM, Kyle Sluder wrote: > >> On Jun 30, 2013, at 6:04 AM, Peter Hudson wrote: >> >>> >>> I then append a second attributed string to the first - with

Re: Attributed strings in NSTableViews

2013-06-30 Thread Peter Hudson
Thanks Kyle. That has fixed it. Peter On 30 Jun 2013, at 20:39, Kyle Sluder wrote: > On Jun 30, 2013, at 12:33 PM, Peter Hudson wrote: > >> I can't find any reference to NSControlTextColor anywhere. > > Sorry, I'm referring to +[NSColor controlTextColor]. AKA 100% black. I might > be (mis

Re: Attributed strings in NSTableViews

2013-06-30 Thread Andy Lee
On Jun 30, 2013, at 2:44 PM, Kyle Sluder wrote: > On Jun 30, 2013, at 6:04 AM, Peter Hudson wrote: > >> >> I then append a second attributed string to the first - with very similar >> attributes as the first. >> After this, when the row is selected, the system no longer reverses out the >>

Re: Attributed strings in NSTableViews

2013-06-30 Thread Kyle Sluder
On Jun 30, 2013, at 12:33 PM, Peter Hudson wrote: > I can't find any reference to NSControlTextColor anywhere. Sorry, I'm referring to +[NSColor controlTextColor]. AKA 100% black. I might be (mis)remembering the color's name in the color list. https://developer.apple.com/library/mac/documentat

Re: Attributed strings in NSTableViews

2013-06-30 Thread Peter Hudson
I can't find any reference to NSControlTextColor anywhere. Peter On 30 Jun 2013, at 19:44, Kyle Sluder wrote: > On Jun 30, 2013, at 6:04 AM, Peter Hudson wrote: > >> >> I then append a second attributed string to the first - with very similar >> attributes as the first. >> After this, when

Re: Attributed strings in NSTableViews

2013-06-30 Thread Kyle Sluder
On Jun 30, 2013, at 6:04 AM, Peter Hudson wrote: > > I then append a second attributed string to the first - with very similar > attributes as the first. > After this, when the row is selected, the system no longer reverses out the > text color as it did previously. Text drawing will only rev