PDA

View Full Version : Move ComboBox Arrow Button to the Left-side


deltajam
03-19-2009, 06:02 PM
Anyone know how to do this in Flex 3?

Peter Cowling
03-19-2009, 07:40 PM
You would need to re-skin the component.

deltajam
03-19-2009, 07:46 PM
hmmm ... that's odd. I wonder why they would have made it so hard. Any ideas on what I should be looking for when re-skinning? What variables/methods should I look to override?

Peter Cowling
03-19-2009, 07:59 PM
I think a good place, particularly to get started with skinning, is scalenine (http://www.scalenine.com/). The examples they have cover the various different ways you can go about skinning components in Flex 3.

(In Flex 4, things are changing, but that is another story.)