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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1a10eb4  Update Flex-equivalents.md
1a10eb4 is described below

commit 1a10eb41b5772608e81784250cf9c0bf4f34dbef
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sat Feb 17 19:12:27 2018 -0400

    Update Flex-equivalents.md
    
    Added "States" to the list of things done differently in Royale from how 
they are done in Flex.
---
 User-interface/Flex-equivalents.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/User-interface/Flex-equivalents.md 
b/User-interface/Flex-equivalents.md
index 765675a..3a15837 100644
--- a/User-interface/Flex-equivalents.md
+++ b/User-interface/Flex-equivalents.md
@@ -17,7 +17,8 @@ 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. 
+- **ArrayCollection** is not yet available, but several Royale users report 
good results by using ArrayList in its place.
+- **States** are a super tool that lets you include or exclude components 
based on the current state of the application. For example, a 
registration/login form could have different fields and controls depending on 
whether the current state was "register" or "login". In Flex you could declare 
States (and make other declarations) in the application level, and then use 
those states for all the components of the application. In Royale the earliest 
component where you can have such declaratio [...]
 - PopUpManager
 - BorderContainer - using UIBase
 - Advanced DataGrid - TreeGrid

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

Reply via email to