我可以在 NativeWindow 中使用哪种 Flex 组件?

发布于 2024-09-27 13:17:25 字数 321 浏览 6 评论 0原文

我正在开发 Adob​​e Air 应用程序。 为了显示附加窗口,我创建了 NativeWindow 对象。 在对象中,“stage.addChild( Sprite Obj )”确实有效,但几乎所有其他 Flex 组件都不起作用。 实际上我想添加'spark.components.BorderContainer','spark.components.Group','mx.controls.Image'等,但不能。

我发现的一种解决方案是使用“flash.html.HTMLLoader”并将丰富的内容(包括图像和样式文本)显示到窗口中。

有没有更好的方式来展示丰富的内容?

I'm developing Adobe Air application.
To show additional window, I create NativeWindow object.
In the object, "stage.addChild( Sprite Obj )" does work, but almost all other flex components do not work.
Actually I want to add 'spark.components.BorderContainer', 'spark.components.Group', 'mx.controls.Image', etc., but cannot.

One solution I found is to use 'flash.html.HTMLLoader' and to display rich content (that includes images and styled text) into the window.

Is there any better way to show rich content?

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

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

发布评论

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

评论(1

征棹 2024-10-04 13:17:25

NativeWindow 不是 Flex 容器。

使用 spark.components.Windowmx.core.Window - 它们允许 BorderContainerGroup要添加的图像(不要忘记使用window.addElement()方法)。

NativeWindow is not a Flex container.

Use spark.components.Window or mx.core.Window - they allow BorderContainer, Group and Image to be added (do not forget to use window.addElement() method).

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