如何让工程编译成功后消息面板消失?

发布于 2024-11-11 14:26:34 字数 91 浏览 3 评论 0原文

在Delphi XE中,如何让消息面板在我成功编译项目后消失? 这是 Delphi 7 中的默认行为。在 Delphi XE 中,它表示“成功”,并且该框保持打开状态。

In Delphi XE, how to make the Messages panel to disappear after I successfully compile a project?
That was the default behavior in Delphi 7. In Delphi XE it says 'success' and it leaves that box open.

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

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

发布评论

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

评论(2

陪你到最终 2024-11-18 14:26:34

在XE中,消息不是消息框,而是可停靠窗口,因此它不会自动消失。

解决方法:关闭“消息”窗口并保存桌面(单击工具栏中“经典取消停靠”旁边的按钮)。每次重新编译后,您可以通过单击桌面名称(Classic Undocked)的下拉列表并按键盘上的 Enter 来重新选择保存的桌面。

In XE, Messages is not a message box but a dockable window and as such it won't disappear automatically.

Workaround: Close the Messages window and save the desktop (click on the button next to the Classic Undocked in the toolbar). After each recompile you can then reselect saved desktop by clicking into drop-down list with desktop name (Classic Undocked) and pressing Enter on the keyboard.

世界如花海般美丽 2024-11-18 14:26:34

像Delphi 7一样,您可以选中编译过程窗口下的框。

看图片
编译器消息

Like Delphi 7 you can check the box under the window of compiler process.

look t the picture
compiler message

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