禁用 Flex 运行时绑定警告

发布于 2024-10-28 03:57:28 字数 283 浏览 1 评论 0原文

我在模型中获取 XML 类型变量,并与 ActionScript 代码中的组件属性进行绑定。如果它无法绑定 XML 本身的子节点或其他同级属性,并且我不希望 Eclipse 显示这些运行时警告,那就完全没问题!

我确实使用“-show-binding-warnings=false”抑制了 Flex 编译器中的警告,但这似乎不适用于运行时绑定警告。

警告:无法绑定到属性<'某个节点名称'>在“XML”类上(类不是 IEventDispatcher)

I am taking XML-type variables in a model and binding with component properties in ActionScript code. It's perfectly fine if it's unable to bind the child nodes or other sibling properties of the XML itself and I don't want Eclipse to display these runtime warnings!

I did suppress warnings in Flex compiler using "-show-binding-warnings=false", but that does not seem to be working for runtime binding warnings.

warning: unable to bind to property <'some node name'> on class 'XML' (class is not an IEventDispatcher)

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

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

发布评论

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

评论(1

倾听心声的旋律 2024-11-04 03:57:28

-show-binding-warnings=false 选项仅适用于编译时绑定警告,它不会影响运行时警告。

为了改变这种行为,有必要编辑框架本身。

已向 Adob​​e 报告此情况,他们考虑将其扩展以涵盖运行时警告,但最新的更新(2010 年 12 月)是:

延迟结束。
我们将在 Flex SDK 的未来版本中重新考虑这一点。

The -show-binding-warnings=false option is only for compile time binding warnings, it won't affect runtime warnings.

In order to change this behaviour it would be necessary to edit the framework itself.

This was reported to Adobe and they considered extending it to also cover the runtime warnings, but the latest update (in December 2010) was:

Closing as deferred.
We will reconsider this in a future release of the Flex SDK.

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