Re: Color fun with IBOutlet named "appNameLabel"

2015-02-23 Thread Markus Spoettl
Hi Graham, On 23/02/15 00:18, Graham Cox wrote: Are you certain they're set up identically? I noticed a similar thing recently with some labels coming up black and others responding to a change in highlighting (these were part of a view-based table row) by changing to white. I thought all of my

Re: Color fun with IBOutlet named "appNameLabel"

2015-02-22 Thread Graham Cox
> On 11 Feb 2015, at 1:34 am, Markus Spoettl wrote: > > The labels are all inside an NSVisualEffectsView which is in "behind window" > mode with dark appearance. So all labels are white-ish. Almost. The app name > label is black instead of white (despite being set up identically to the > othe

Re: Color fun with IBOutlet named "appNameLabel"

2015-02-22 Thread Kyle Sluder
On Feb 22, 2015, at 3:48 AM, Markus Spoettl wrote: > >> On 10/02/15 15:34, Markus Spoettl wrote: >> >> I spent the last couple of hours trying to make sense of it. Then I renamed >> the >> outlet to "nameLabel", bingo! For some inexplicable reason NSWindowController >> (or whatever) sets the la

Re: Color fun with IBOutlet named "appNameLabel"

2015-02-22 Thread Markus Spoettl
On 10/02/15 15:34, Markus Spoettl wrote: I have an about window with a label for the app name on it. That label was connected to an outlet named "appNamelabel" on its window controller. There are a couple of other labels on the same window, connected to other outlets. The labels are all insid

Color fun with IBOutlet named "appNameLabel"

2015-02-10 Thread Markus Spoettl
Hi, I have an about window with a label for the app name on it. That label was connected to an outlet named "appNamelabel" on its window controller. There are a couple of other labels on the same window, connected to other outlets. The labels are all inside an NSVisualEffectsView which is i