Firemonkey 项目中表单和单位之间的切换不起作用

发布于 2024-12-03 20:24:18 字数 234 浏览 2 评论 0原文

我正在测试 Delphi XE2 并创建一个新的 FireMonkey HD 应用程序,但我有一个问题:FireMonkey 表单的表单设计器不可见或不可用,“视图”菜单中的“切换表单/单元”选项以及工具栏按钮均被禁用在表单和代码之间切换,即使使用 F12 也不起作用。我尝试了 Shitf-F12 选项(表单窗口),但没有列出任何表单。我也尝试添加新的 firemonkey 表单,但没有显示任何表单,只有代码可见。 - 有什么建议可以解决这个问题吗?

I'm testing Delphi XE2 and I create a new FireMonkey HD Application, but I have an issue the form designer for the FireMonkey forms is not visible or Available, the option Toggle Form/unit in the View menu is disabled as well the toolbar button to switch between forms and code, even using F12 does not work. I tried the Shitf-F12 option (Forms windows) but none form is listed. I tried adding new firemonkey forms too, but none form is shown, only the code is visible. -Any suggestion to solve this issue?

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

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

发布评论

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

评论(2

乖乖公主 2024-12-10 20:24:18

几天前我遇到了同样的问题,问题是我禁用了嵌入式设计器选项。因此,FireMonkey 表单设计器似乎只能在嵌入式窗口中工作。

中启用嵌入式设计器选项

尝试在工具 -> 选项->环境选项-> VCL设计器->嵌入式设计师

I had the same issue some days ago and the problem was that I disabled the Embedded designer option. So it seems that the FireMonkey form designer only works in a embedded window.

Try enabling Embedded designer option in

Tools -> Options -> Environment Options -> VCL Designer -> Embedded designer

日久见人心 2024-12-10 20:24:18

有关信息,请参阅自述文件中的内容:

FireMonkey 需要嵌入式设计器

FireMonkey 仅支持嵌入式表单设计器。如果IDE已设置
使用非嵌入式设计器(即,如果“工具”>“选项”>“
环境选项> VCL设计器>嵌入式设计器未选中),
那么 FireMonkey 项目将打开 FireMonkey Form 单元,就好像它们一样
是普通的德尔福单位。表单设计器将无法访问。到
使用表单设计器,选中使用嵌入式设计器的选项
并重新启动 IDE。

For information this is written in the readme:

FireMonkey Requires Embedded Designer

FireMonkey only supports the embedded form designer. If the IDE is set
to use the non-embedded designer (that is, if Tools > Options >
Environment Options > VCL Designer > Embedded Designer is unchecked),
then FireMonkey projects will open FireMonkey Form units as if they
were plain Delphi units. The Form Designer will not be accessible. To
use the Form Designer, check the option to use the Embedded Designer
and restart the IDE.

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