0

我在 GraniteDS 示例中从 mx:Application 更改为 s:Application。当我在 JBoss 5 中部署和运行项目时,我收到错误 ReferenceError: Error #1069: Property executeChildBindings not found on [SwfName]。我正在从源代码构建 Granite 的所有 JAR 和 SWF。Tide.as 类之一有违规行

FlexGlobals.topLevelApplication.executeChildBindings(true);

那么 as:Application 的等价物是什么?

4

1 回答 1

0

我想您可以使用 executeBindings() 方法。此处提供更多信息http://livedocs.adobe.com/flex/3/html/help.html?content=databinding_2.html

于 2013-11-12T22:11:20.410 回答