aharui commented on issue #682: <mx:TextArea> tag may not function?
URL: https://github.com/apache/royale-asjs/issues/682#issuecomment-575033371
 
 
   In Royale, child components are created later.  So properties that directly 
access child components will have problems.  I'm going to think about whether 
Royale can create child components earlier.  I think we don't want to for 
performance and CSS reasons.  So at least temporarily, you will have to adjust 
your code to store the property values and apply them later, probably in an 
override of addedToParent().
   
   I'm kind of surprised your code worked in Flex.  I didn't think child 
component creation was early enough to be in time.  I will have to look into 
this more when I find a moment.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to