Tagged Questions
The popupmenubutton tag has no wiki summary.
0
votes
0answers
117 views
Show different String Array Toast in 3 List View Flipper
I have 3 listview on my Flipper using diffrent linear layout
ListView list;
ListView list1;
ListView list2;
and I have String Arrays that has been converted from Array list.
...
0
votes
1answer
178 views
Programmatic Skinning of Flex PopUpButton
I am trying to programmatically skin a PopUpButton control in Flex Builder, but having no luck. As far as I know this requires writing a custom skin class or creating a modified version the control ...
0
votes
0answers
344 views
Display icons in PopUpMenuButton - without embedding images
I want to display icons in my popUpMenuButton, without Embedding the images, as embedding images uses alot of memory, and I want to avoid that.
Is there some how I can use an itemRenderer for ...
0
votes
2answers
192 views
Error in embeding icons in PopUpMenuButton node
I am trying to create a popupmenubutton, with images and label as its nodes. But I am unable to embed the icons. It gives me and error(given below). Thou the label alone are working fine.
...
0
votes
1answer
155 views
Flex 3 PopUpMenuButton and ReferenceError #1069
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 ...
0
votes
1answer
2k views
How to add icons to a PopUpMenuButton in Flex 3 using an XML file
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 ...