如何使用 Gecko 将 XUL 文档设置为应用程序的前端?

发布于 2024-11-13 11:04:32 字数 130 浏览 2 评论 0原文

如何使用 Gecko 或 XUL Runner 将 XUL 文档设置为应用程序的前端?或者说没有办法做到吗?如果可能的话,有人可以提供一个简短的例子吗?或者链接到网站?
据我所知,它不可能是一个独立的应用程序,并且它涉及使用 XPCOM。

How do I set up an XUL document to be the front end of a application using Gecko or XUL Runner?? Or is there no way to do it? Could someone provide an brief example if it is possible? Or link to a website?
From what I've read, it can't be a standalone application, and it involves using XPCOM.

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

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

发布评论

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

评论(1

记忆消瘦 2024-11-20 11:04:32

来自 Mozilla 开发人员网络的创建 XPCOM 组件似乎是一个很好的指南。它引导您完成创建 XPCOM 组件的每一步。该指南可能有点难以理解,并且从 iosart 创建 C++ XPCOM 组件。 com 可能会更容易

Firefox 插件开发人员指南/使用 XPCOM — 实施高级流程XUL 教程 / XPCOM_Interfaces,同样来自开发者网络,解释如何在 XUL 中使用 XPCOM 组件

然后可以通过在 XUL 上调用 XULRunner 来运行程序

Creating XPCOM Components from the Mozilla developers' network seems to be quite a good guide. It walks you through creating a XPCOM component with every step. That guide might be a bit hard to understand though, and Creating a C++ XPCOM Component from iosart.com might be easier

Firefox addons developer guide / Using XPCOM—Implementing advanced processes and XUL Tutorial / XPCOM_Interfaces, also from the developers' network, explain how to use an XPCOM component inside XUL

You can then run the program by calling XULRunner on the XUL

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