mjesteve opened a new pull request #1153: URL: https://github.com/apache/royale-asjs/pull/1153
Those set through property "itemRenderer" in the mxml tag are not recognised. It can be checked in the TDJ. If we change the mapping of the ItemRenderer in the VirtualComboBox of the VirtualListsPlayGround.mxml view from className to itemRenderer tag. This is how it is now:   The result is:  If we change it to:  The result is:  I have located the problem in VirtualComboBoxPopUpView by overriding the function "get list". When creating the List associated to the dropdown/popup the itemRenderer assigned to the VirtualCombobox must be mapped to it. (I have replicated the same function of ComboBoxPopUpView) Are the modifications correct? Thx. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
