问题标签 [apache-royale]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
apache-royale - 如何从 apache Royale uisng RemoteObject 与 Spring +blazeDS 服务对话
我在这里有疑问现在我最不担心 UI。我的最终目标是从 Apache Royale 远程对象与 Spring Services(在 remoting-config.xml 中定义的 BlazeDS 目标)交谈。
我就这样开始了我的工作。1)我已经在我现有的 spring 服务中创建了方法,该方法与前面提到的 balzeDs 集成。2)我已经使用 apache Royale 编写了一个新项目,它只是试图与 Spring 服务交谈。然后,在我在同一个 tomcat 中部署了 2 个 WARS 之后,我无法从 apache royale 与我的服务交谈,因为它给出了一个错误。
我的 MXML:
我的错误:
请提供我的步骤,如果有人有示例,请告诉我。提前致谢
actionscript-3 - 如何在 apache royale 中过滤后找到 ArrayList 长度
此代码片段来自 TDJ 列表
有 j:SearchFilterForList
我想知道的是它何时工作(在过滤器文本框中输入一些文本),如何找到过滤后的列表长度?
谢谢
apache-royale - 在运行时创建或添加部分内容
我想在运行时添加/创建部分内容。我从 tour de gem mainContent.mxml 中看到了示例,但似乎是在应用程序启动时加载了所有部分内容。
我只想在需要时加载部分内容,而不是在应用程序启动时加载。
因此,当个别部分内容有更新时,我们不需要刷新浏览器。
请帮忙
apache-flex - 如何从 flex UI 转换为 apache roayle
我有 Main.MXML 文件,其中我有另一个视图 ReportTab.mxml(canvas 是此页面的根标记)在此页面下我有更多另一个页面 RaviReport.mxml(canvas 是此页面的根标记)在此页面内我有 formItem一旦我提交它们,我需要使用 RemoteObject 标记从 Backed 获取数据,并且我必须在 DATAGRID 中呈现数据。当我加载我的 Main.mxml 文件时,我可以成功编译,但在控制台中出现错误。 EventDispatcher.js:74 未捕获的 TypeError:indicatorClass 不是 mx.containers.FormItem.mx_containers_FormItem_displayIndicator (FormItem.js:718) 处 mx.containers.FormItem.updateDisplayList (FormItem.js:397) 处 mx.containers.FormItem 处的构造函数。 updateFormItemDisplayList (FormItem.js:409) 在 mx.containers.FormItem.FormItemLayout.updateDisplayList (FormItem.js:1101) 在 mx.containers.FormItem.FormItemLayout.mx.containers.beads.BoxLayout.layout (BoxLayout.js:115)在 mx.containers.FormItem.FormItemLayout.org.apache.royale.core.LayoutBase.performLayout (LayoutBase.js:247) 在 mx.containers.FormItem.FormItemLayout.org.apache.royale.core.LayoutBase.handleLayoutNeeded (LayoutBase. js:152) 在 mx.containers.FormItem.goog.events.EventTarget.fireListeners (eventtarget.js:284) 在 Function.goog.events.EventTarget。dispatchEventInternal_ (eventtarget.js:381) 在 mx.containers.FormItem.goog.events.EventTarget.dispatchEvent (eventtarget.js:196
我尝试删除 FormItem 并且刚刚添加到 RaviReport.mxml 但我的画布隐藏了标签元素。请建议我如何在 Royale 中使用 navigationBar 或 ViewSTACK 集成视图。
主.MXML
错误 EventDispatcher.js:74 未捕获的 TypeError:indicatorClass 不是 mx.containers.FormItem.mx_containers_FormItem_displayIndicator (FormItem.js:718) 处 mx.containers.FormItem.updateDisplayList (FormItem.js:397) 处 mx.containers.FormItem 处的构造函数。 updateFormItemDisplayList (FormItem.js:409) 在 mx.containers.FormItem.FormItemLayout.updateDisplayList (FormItem.js:1101) 在 mx.containers.FormItem.FormItemLayout.mx.containers.beads.BoxLayout.layout (BoxLayout.js:115)在 mx.containers.FormItem.FormItemLayout.org.apache.royale.core.LayoutBase.performLayout (LayoutBase.js:247) 在 mx.containers.FormItem.FormItemLayout.org.apache.royale.core.LayoutBase.handleLayoutNeeded (LayoutBase. js:152) 在 mx.containers.FormItem.goog.events.EventTarget.fireListeners (eventtarget.js:284) 在 Function.goog.events.EventTarget。dispatchEventInternal_ (eventtarget.js:381) 在 mx.containers.FormItem.goog.events.EventTarget.dispatchEvent (eventtarget.js:196
apache - 找不到定义 mx.binding.utils.BindingUtils 类似的一对导入未加载
我有机会将 Flex 应用程序迁移到 Apache Royale,能够运行 helloworld 应用程序。开始迁移应用程序,遇到几个异常。波纹管是一个。
我们正在使用
这些“.swc”库。
我如何导入这些或者是royale兼容文件中的任何类似库。我找到了 asconfig.json 文件 - external-library-path - 但我正在使用 maven pom.xml 编译我的应用程序。
请帮助我,基本迁移
错误日志:
apache-flex - flexmdi.swc 和 flexlib.swc 在 apache Royale 中的等效概念是什么
当我将 flex 迁移到royale 应用程序时,我无法在royale 中实现MDIWindow 概念。
我能够在 Visual Studio Code IDE 中找到实现
但无法在编译时找到。
你能帮忙在royale中成功编译MDIWindow吗?
col:9 警告:找不到定义 flexlib.containers.MDIWindow。
导入 flexmdi.containers.MDIWindow;或 flexlib.containers.MDIWindow
apache-royale - 找不到定义 com.adobe.cairngorm.vo.IValueObject
我无法在编译时包含外部“.swc”文件。请帮我?或建议替代方法?我正在使用几个 3rd 方 swc 文件,所以将我的应用程序迁移到 apache royale 是正确的选择吗?
apache-royale - 将AS转换为JS时,是否有减少编译器输出的选项?
我正在使用 Apache Royale mxmljsc 编译器将 AS 转换为 JS,并且信息比我想在输出中看到的要多。我只对它是否成功或有错误感兴趣。
我可以设置一个编译器参数来减少输出吗?
visual-studio-code - 在 Visual Studio Code 中配置 Royale
在 VSCode 中成功编译 Royale 项目,但 index.html 在 Chrome 中显示空白屏幕。
按照 https://github.com/BowlerHatLLC/vscode-as3mxml/wiki/Install-the-ActionScript-and-MXML-extension-for-Visual-Studio-Code的说明 并成功设置 VSCode。在没有 Jewel 的情况下运行良好,但如果代码包含 Jewel,即使编译成功,Chrome 中构建的 index.html 也可以显示空白屏幕。
以下适用于浏览器 Chrome。
以下不适用于只有空白屏幕的 Chrome。
没有错误信息。期望在浏览器中看到复选框,代码是从 Tour de Jour 复制的,它在 Moonshine IDE 中工作。
visual-studio - VSCode 中的 Royale 设置
Royale 的新手,从 Tour de Jewel 复制了复选框 mxml 代码来学习 Royale。编译出错。
按照https://github.com/BowlerHatLLC/vscode-as3mxml/wiki/Install-the-ActionScript-and-MXML-extension-for-Visual-Studio-Code的说明并成功设置 VSCode。