-
Notifications
You must be signed in to change notification settings - Fork 117
Flex Migration Pitfalls
yishayw edited this page Apr 11, 2020
·
2 revisions
- 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, the Royale compiler may not detect the override properly, but you will encounter runtime errors further on.
Apache®, Apache Royale, Royale™, and the Royale logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries.