This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/develop by this push:
new 340ef1d Update Flex-equivalents.md
340ef1d is described below
commit 340ef1dca76ef38461fa499a2d3d5247162ed3ec
Author: Andrew Wetmore <[email protected]>
AuthorDate: Thu Feb 15 13:57:41 2018 -0400
Update Flex-equivalents.md
Added a sentence about using ArrayList instead of ArrayCollection.
---
User-interface/Flex-equivalents.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/User-interface/Flex-equivalents.md
b/User-interface/Flex-equivalents.md
index dfdaf4c..765675a 100644
--- a/User-interface/Flex-equivalents.md
+++ b/User-interface/Flex-equivalents.md
@@ -17,6 +17,7 @@ As they become available, we will provide code snippets,
examples, and full tuto
## Flex features you can achieve in a different way in Royale
_Details are coming soon._
+- **ArrayCollection** is not yet available, but several Royale users report
good results by using ArrayList in its place.
- PopUpManager
- BorderContainer - using UIBase
- Advanced DataGrid - TreeGrid
--
To stop receiving notification emails like this one, please contact
[email protected].