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 b6d8e73  Update Flex-equivalents.md
b6d8e73 is described below

commit b6d8e735a337c68ec79769d90247e0df672a5a58
Author: Andrew Wetmore <[email protected]>
AuthorDate: Wed Feb 7 09:24:19 2018 -0400

    Update Flex-equivalents.md
    
    Added a bit of text and reorganized the subheadings.
---
 User-interface/Flex-equivalents.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/User-interface/Flex-equivalents.md 
b/User-interface/Flex-equivalents.md
index c14f481..b586426 100644
--- a/User-interface/Flex-equivalents.md
+++ b/User-interface/Flex-equivalents.md
@@ -8,16 +8,17 @@ layout: docpage
 title: Flex equivalents in Royale
 ---
 # Flex equivalents in Royale
-When this page is populated, it will provide information about:
+Royale is not a one-for-one migration of Flex, for several reasons. A lot of 
Flex code presumes, and takes advantage of, features available in the Adobe AIR 
environment or the Flash Player plugin. Other Flex elements are more bulky than 
they could best be to cover a wide range of possible events and situations, so 
a great deal of the code in an application may be there "just in case" and 
never actually used.
 
-## Flex features that are very similar in Royale
-_This text is coming soon._
+Moving from Flex to Royale is straightforward for most of your application's 
functions, such as getting and manipulating data performing calculations, and 
moving objects through their life cycles in the application. However, some Flex 
features, especially among UI components and functions do not have direct 
Royale equivalents.
 
-## Flex features that are not yet available in Royale
-_This text is coming soon._
+As they become available, we will provide code snippets, examples, and full 
tutorials to help you with the trickier parts of your migration to Royale.
 
 ## Flex features you can achieve in a different way in Royale
 _This text is coming soon._
 
+## Flex features that are not yet available in Royale
+_This text is coming soon._
+
 ## Flex features that will probably not be available in Royale
 _This text is coming soon._

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to