Hi Doug,

In Royale, all MXML tags and attributes are converted into data structures.  
From memory, it works like this:

-The top tag is instantiated.
-Attributes in the top tag are applied by MXMLDataInterpreter during 
constructor time.
-fx:Script variables are initialized.
-top tag is added to display list
-the rest of the data structure is processed by MXMLDataInterpreter as follows
  -Any beads defined in MXML and instantiated and added
  -All other attributes, including fx:Declarations are instantiated and 
initialized.
  -Children are instantiated and initialized in the same way.

HTH,
-Alex

On 4/30/18, 9:25 PM, "doug777" <[email protected]> wrote:

    Hi Alex,
    
    I was just about to ask how the fx: objects get added. I can't find it in
    the Royale code.
    
    Doug
    
    
    
    --
    Sent from: 
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-users.20374.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7Cd8acef2b3ac644853c7108d5af1b98ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636607455484188182&sdata=0nUwRccgmTvHVxBfnarHLUntrony4j1f43brPlsuiZs%3D&reserved=0
    

Reply via email to