aharui commented on issue #824:
URL: https://github.com/apache/royale-asjs/issues/824#issuecomment-629589724
The attempt you made to use `dataProvider="{menuBarData2}"` would not work
because, as I mentioned above, XML in the browser does not have change
notification. IOW, changing nodes in the XML does not dispatch events that the
binding system can listen for. Changing locales should (if it doesn't that
would be worth fixing). So the goal is to run your `applyFilter` method when
the locale changes, which could be as simple as calling `applyFilter` from the
`changeLocale` method.
----------------------------------------------------------------
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]