aharui commented on issue #793: mx:TextArea is not setting its value from 
pick;ist 
URL: https://github.com/apache/royale-asjs/issues/793#issuecomment-613877094
 
 
   It looks like the PickList sets a dataProvider in inc_Cust_DescList which is 
an mx:LIst with visible=false.  There is a comment that the code was relying on 
the valueCommit event and is now trying to use the "change" event, but there 
won't be change event from a mx:List unless the user interacts with it.  
Probably best to detect that the PickList has been dismissed and call the 
fn_setDesc() directly.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to