When you click on a ComboBox, you can select an item by typing on the keyboard. For instance, if the ComboBox contains an item with the label "Luke Skywalker" and you type "L", it will automatically scroll to that item and select it. Is this possible in a PopUpMenu?
...
Hi,
I've been looking at the following example for populating a PupUpMenuButton http://blog.flexexamples.com/2008/02/21/creating-a-custom-label-function-on-a-flex-popupmenubutton-control/ and would like to add icons to each menu. Ideally, I would specify the icon in the xml and assign it in a similar way to using labelFunction for the t...
Hi,
I've got a PopUpMenuButton in a Flex 3 application. If someone clicks on the pulldown part, it works fine. But, if they click on the main button part, I get
get ReferenceError: Error #1069. After the user dismisses the error, it then does what it's supposed to do.
<mx:PopUpMenuButton
id="myPopUpMenuButton2"
label="Flip"
...