You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/04/11 08:23:15 UTC

[royale-asjs.wiki] branch master updated: Created Flex Migration Pitfalls (markdown)

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 7373362  Created Flex Migration Pitfalls (markdown)
7373362 is described below

commit 7373362e2fe856acbc1bf8df071f54ce79067bbc
Author: yishayw <yi...@hotmail.com>
AuthorDate: Sat Apr 11 11:23:11 2020 +0300

    Created Flex Migration Pitfalls (markdown)
---
 Flex-Migration-Pitfalls.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Flex-Migration-Pitfalls.md b/Flex-Migration-Pitfalls.md
new file mode 100644
index 0000000..6aca73a
--- /dev/null
+++ b/Flex-Migration-Pitfalls.md
@@ -0,0 +1 @@
+* Royale emulation components are based on a Royale version of UIComponent which is derived from UIBase. UIBase has some methods and properties, such as 'model', 'view', 'element', which do not exist in Flex UIComponent. If your legacy code extends UIComponents to use these APIs, this compiler may not detect the override properly, but you will encounter runtime errors further on.
\ No newline at end of file