无法显示 Mono GUI 设计器

发布于 2024-12-17 05:53:59 字数 215 浏览 3 评论 0原文

这么问实在是太尴尬了…… 我创建了一个新的 Monomac 项目(尽管我在 Gtk# 中遇到了同样的问题);然后 Mono 将我带到 Main.cs 的源代码视图中。现在如何进入 GUI 设计视图?我一生都无法弄清楚......并且在在线文档中找不到任何有用的东西。我读到,当单击 MainWindow.cs 时,我应该看到小部件垫并位于 GUI 设计器中,但它对我不起作用。在 Mac 上,Mono 2.8.2。

This is almost too embarrassing to ask...
I create a new Monomac project (though I get the same issue with Gtk#); Mono then drops me in the source view for Main.cs. Now how do I get to the GUI design view? I can't figure it out for the life of me...and can't find anything useful in the online docs. I read that when clicking on MainWindow.cs I should see widget pads and be in the GUI designer, but it isn't working for me. On a Mac, Mono 2.8.2.

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

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

发布评论

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

评论(1

羅雙樹 2024-12-24 05:53:59

MonoMac 项目不基于 Gtk#。您需要安装 Apple 的 Xcode 以获得 GUI 设计器,该设计器允许您使用 MonoMac 提供的基于 OSX 的绑定。

OTOH,如果您创建一个 Gtk# 项目,它应该使用 MonoDevelop 2.8.2 工作(不要与相当旧的 Mono 2.8.x 混淆)。

MonoMac projects are not based on Gtk#. You will need to install Apple's Xcode to get a GUI designer that allows you to use the OSX-based bindings that MonoMac provides.

OTOH if you create a Gtk# project it should work using MonoDevelop 2.8.2 (not to be confused with Mono 2.8.x which is quite old).

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