无法显示 Mono GUI 设计器
这么问实在是太尴尬了…… 我创建了一个新的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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).