I find PopUpButton, PopUpMenuButton and ComboBox controls have the same function and behavior in Flex. What's the difference between them? Are they redundant?
Thanks
I find PopUpButton, PopUpMenuButton and ComboBox controls have the same function and behavior in Flex. What's the difference between them? Are they redundant?
Thanks
combobox and popupbutton extends different classes so they inherit different properties and methods. popupmenubutton extends popupbutton and has some new properties: dataDescriptor, dataProvider, iconField, iconFunction and others (see AS3 docs)