| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A port of the RPC service classes from Apache Flex (formerly Adobe Flex) to Feathers UI for Haxe and OpenFL.
Contains the following service classes:
Contains the following low-level messaging classes:
Instead of adding [RemoteClass(alias="com.example.MyClass")] metadata to a class, call the openfl.Lib.registerClassAlias() function to register each type when the application initializes.
Lib.registerClassAlias("com.example.MyClass", MyClass);The resultFormat property includes two new formats:
The RESULT_FORMAT_E4X and RESULT_FORMAT_XML values will throw an exception on most targets. These formats are supported on the flash and air targets only. Using the new RESULT_FORMAT_HAXE_XML instead is recommended.
The following services have not yet been ported to Haxe and Feathers UI.
If you need either of these service types, please create a feature request.
Run the following command in a terminal to install feathersui-rpc-services from Haxelib.
haxelib install feathersui-rpc-servicesAfter installing the library above, add it to your OpenFL project.xml file:
<haxelib name="feathersui-rpc-services" />| Back | FazBrowse Home | New Git URL |