Cocoa - 覆盖 Lion 窗口大小持久性

发布于 2024-11-29 07:55:23 字数 224 浏览 0 评论 0原文

我有一个 Cocoa 应用程序,它取决于主窗口打开时的特定大小。然而,在运行时,我下拉了一个 WebView 并有效地更改了窗口的框架大小。下次我打开一个新窗口时,它的大小是我用扩展后的框架大小留下的。

我尝试在 -windowWillCloseapplicationWillTerminate 中重置帧大小,但前者不执行任何操作,后者在关闭时使应用程序崩溃。

I have a Cocoa App that depends on the main window being a certain size when it opens. While running, however, I drop down a WebView and effectively change the frame size of the window. Next time I open a new window, its the size I left it with the expanded frame size.

I tried resetting the frame size in -windowWillClose and in applicationWillTerminate, but the former does nothing and the latter crashes the application upon closing.

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

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

发布评论

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

评论(1

清风不识月 2024-12-06 07:55:23

在界面生成器中取消选中窗口的可恢复(或类似的选项[我现在不在我的Mac])。然后确保程序启动时显示该窗口。

Uncheck Restorable (or something like it [I'm not at my Mac right now]) for the window in interface builder. Then make sure the window is shown when your program starts.

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