You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2018/01/24 19:46:42 UTC

[royale-docs] branch develop updated: Update migrate-from-flex.md

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 2d4762a  Update migrate-from-flex.md
2d4762a is described below

commit 2d4762acbf64472c651fcad314a4c245f04639e8
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Wed Jan 24 15:46:40 2018 -0400

    Update migrate-from-flex.md
    
    Two small text changes
---
 .../create-an-application/migrate-an-existing-app/migrate-from-flex.md  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Welcome/create-an-application/migrate-an-existing-app/migrate-from-flex.md b/Welcome/create-an-application/migrate-an-existing-app/migrate-from-flex.md
index d001486..ed7888e 100644
--- a/Welcome/create-an-application/migrate-an-existing-app/migrate-from-flex.md
+++ b/Welcome/create-an-application/migrate-an-existing-app/migrate-from-flex.md
@@ -5,7 +5,7 @@ title: migrate-from-flex
 <!-- This is from material created by Peter Ent and modified by Tom Chiverton: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=34013930 -->
 <!-- I have not added links to other pages, or to other sites, yet -->
 # Migrate from Flex
-If you have developed applications using Apache Flex, or Adobe Flex before it, your application probably combines MXML and ActionScript files along with resources like images and audio files, and some of the MXML files have <fx:Script> tags with ActionScript snippets in them. If that is the case, you will find yourself at home working with Apache Royale. The big difference is not so much the code you use, but the output and what it needs to run properly.
+If you have developed applications using Apache Flex, or Adobe Flex before it, your applications probably combine MXML and ActionScript files along with resources like images and audio files, and some of the MXML files have <fx:Script> tags with ActionScript snippets inside them. If that is the case, you will find yourself at home working with Apache Royale. The big difference is not so much the code you use, but the output and what it needs to run properly.
 
 It is not yet possible to just import an existing Flex application into Apache Royale and then produce output in JavaScript that will run almost anywhere. However, you may need to do less hands-on conversion than you think to get to where you can produce your application, transpiled to JavaScript, through Royale.
 

-- 
To stop receiving notification emails like this one, please contact
andreww@apache.org.