GNUstep - GORM 可以打开 Interface Builder 创建的 NIB 文件吗?

发布于 2024-09-16 01:45:44 字数 533 浏览 1 评论 0原文

我在 iMac 上的 XCode + Interface Builder 中创建了一个工作项目。我想将它移植到我的 Windows XP 机器上,该机器安装了 GNUStep(只要我在那里从头开始创建程序,它似乎就可以正常工作)。我已将所有文件传输到我的 Windows 计算机,在 ProjectCenter 中创建了一个新项目并编译了所有内容。

它有效到这一点。

我的问题出在戈尔姆身上。我使用 Interface Builder 保存了一个 NIB 文件(而不是默认的 XIB 文件),它基本上创建了一个文件夹(“ProgramName.nib”),其中包含两个文件:“designable.nib”和“keyedobjects.nib”。我已经尝试了各种不同的方法来实际在 Gorm 中打开这些文件以查看界面对象,但它就是行不通(也就是说,当我尝试打开文件时没有任何反应 - Gorm 启动正常,但有没有 NIB 文件的菜单或其他对象的证据)。我的印象是 Gorm 可以打开 NIB 文件(Gorm 网页上甚至有对“keyedobjects.nib”文件的引用)。我有什么遗漏的吗?

谢谢, 彼得

I have created a working project in XCode + Interface Builder on my iMac. I would like to port it to my Windows XP machine, which has GNUStep installed (and it seems to work okay as long as I create programs from scratch on there). I have transferred all the files to my Windows machine, created a new project in ProjectCenter and compiled everything.

It works to that point.

My problem is with Gorm. I have used the Interface Builder to save a NIB file (instead of the default XIB file) and it basically creates a folder ("ProgramName.nib") with two files inside: "designable.nib" and "keyedobjects.nib". I have tried all kinds of different methods to actually open these files in Gorm to see the interface objects, but it just won't work (which is to say, nothing happens when I try to open a file - Gorm launches okay, but there's no evidence of the NIB file's menus or other objects). I was under the impression that Gorm could open NIB files (there's even a reference to the "keyedobjects.nib" file on the Gorm webpage). Is there something that I am missing?

Thanks,
Peter

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

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

发布评论

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

评论(1

泪眸﹌ 2024-09-23 01:45:44

Gorm 应该能够打开 .nib 文件。

如果没有,您应该在 GNUstep 跟踪器上创建错误报告,或者向开发人员列表发送电子邮件并询问有关加载 .nib 文件的问题。

Gorm should be able to open .nib files.

If it does not, you should either create a bug report on the GNUstep tracker or send an email to the developer list and ask there about your problem loading the .nib files.

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