>
> NSPopover has a property `appearance`, whose docs say “If no appearance is
> specified, the popover’s effective appearance defaults to `vibrantLight`”.
> This got me wondering, what if we
Thanks a million for your insights and your investigations!
This seems almost like a bug in macOS to
> On 9 Aug 2020, at 5:58 am, Gabriel Zachmann via Cocoa-dev
> wrote:
>
> I have a simple app (status bar item) with a simple GUI.
> The funny thing is that one text line in the GUI is grey-ish,
> but NOT in the XIB in XCode ... and I can't determine why that is or how to
> correct it.
Interes
Do you have a view hierarchy inspector so that you can see each of the layers?
If you change the color to red, does it appear pink? If it does, one of the
layers in the view hierarchy is at a < 1.0 alpha.
> On Aug 9, 2020, at 8:48 AM, Gabriel Zachmann wrote:
>
> Thanks a lot for the quick re
Thanks a lot for the quick response.
Alpha = 1
Don't know about forecolor - with NSButton , I don't seem to get a "Text Color"
in Xcode's XIB controls.
Best regards, Gabriel
> On 9. Aug 2020, at 16:39, Alex Zavatone wrote:
>
> What are the forecolor and alpha values? Of the text and of the
What are the forecolor and alpha values? Of the text and of the label? Try
changing the color to something else and if it’s also lighter, then somewhere
you have a 50% alpha value.
> On Aug 9, 2020, at 7:58 AM, Gabriel Zachmann via Cocoa-dev
> wrote:
>
> I have a simple app (status bar item
I have a simple app (status bar item) with a simple GUI.
The funny thing is that one text line in the GUI is grey-ish,
but NOT in the XIB in XCode ... and I can't determine why that is or how to
correct it.
(It has the font "System Regular".)
If you want to see it for yourself, here is a screensh