nihavend commented on issue #824:
URL: https://github.com/apache/royale-asjs/issues/824#issuecomment-629577948


   I set   the dataprovider of the menubar to directly xml variable 
menuDataXMLList without manipulating it in any creation function to see if it 
will refresh after language change and I can say no. Am I missing something ?
   
   ```
   <mx:MenuBar id="menuBar_fx_Declarations" width="100%" 
dataProvider="{menuDataXMLList}" horizontalCenter="0"
                                itemClick="itemClickHandler(event)" 
                                labelField="@label" 
                                />
   ```


----------------------------------------------------------------
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]


Reply via email to