为什么我在 Leopard 中创建的对话框在 Tiger 中看起来很糟糕?

发布于 2024-07-17 19:26:17 字数 314 浏览 7 评论 0原文

我在 Leopard 的 Interface Builder 中创建了一个带有 NSTextField 和 NSButton 的简单 NSWindow。 我在程序中设置了窗口背景颜色。 当我在 Leopard 中运行该程序时,一切看起来都很好。 但是当我在 Tiger 中运行它时,窗口的背景颜色没有设置。 它具有默认的带有水平条纹的老虎外观。

奇怪的是,NSTextField 和 NSButton 控件的背景颜色设置为指定的窗口颜色,因此它们看起来非常糟糕。

我怎样才能说服 Tiger 尊重我在 setBackgroundColor 调用中选择的颜色?

I have created a simple NSWindow with an NSTextField and an NSButton in Interface Builder on Leopard. I set the window background color in my program. Everything looks fine when I run the program in Leopard. But when I run it in Tiger, the background color of the window is not set. It has a default Tiger look with horizontal stripes.

Weirdly, the background colors of the NSTextField and NSButton controls are set to the specified window color, so they look really awful.

How can I convince Tiger to respect the color I choose in the setBackgroundColor call?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

千纸鹤带着心事 2024-07-24 19:26:17

如果我没记错的话,在 Tiger 下,如果您想更改窗口的颜色,则必须设置窗口的背景图案 - “颜色”被(丑陋的)默认浅绿色图案覆盖。

另一方面,你到底为什么要为 Tiger 编写代码? 大约 0.3% 的机器运行 Tiger,而大约 100% 的机器由勒德分子运行。

If I recall correctly, under Tiger you had to set the background pattern of the window if you wanted to change its color - the 'color' was overridden by the (ugly) default aqua pattern.

On the other hand, why the heck are you writing code for Tiger? Something like 0.3% of machines out there run Tiger, and something like 100% of those are run by luddites.

如梦亦如幻 2024-07-24 19:26:17

我猜想界面生成器正在某处生成一些仅 Leopard 的样式代码(在 api 或类似内容中有效但不起作用),尝试在 Tiger 机器上创建它,看看它在 Leopard 中是什么样子?

I guess the interface builder is generating some Leopard only styling code somewhere (valid but non functional in api or somesuch), tried creating it on the Tiger machine and see what it looks like in Leopard?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文