estanglerbm opened a new pull request #1032:
URL: https://github.com/apache/royale-asjs/pull/1032


   Handle dataProvider with existing data before strand is set, and add legacy 
behavior that TabBar.dataProvider doesn't have to be MX ViewStack (though, 
selected event is currently different).
   
   If TabBar.dataProvider is not MX ViewStack, then in legacy behavior, a click 
would send a valueCommit (event name for Bindable ListBase.selectedIndex) which 
could be picked up in a bind on TabBar.selectedIndex.  But that happened 
through commitSelection() / commitProperties() in ListBase, and those are not 
available in Royale.  This PR sends a selectedIndexChange event, but maybe that 
should be adjusted.


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