[flexcoders] Using icons on buttons?

2009-03-10 Thread daniel.koestler
I've been looking around on Flex webapps, and I'm wondering how common it is to use the icon property of a button. Do you prefer customizing buttons this way, or is it better to write a custom component to do it?

[flexcoders] Re: Using icons on buttons?

2009-03-10 Thread daniel.koestler
Hmm, if you wanted more control over the graphics in a button, what would you suggest using? I thought about subclassing the button or writing my own, but perhaps there's a way to skin it?

[flexcoders] Re: Using icons on buttons?

2009-03-11 Thread daniel.koestler
: daniel.koestler daniel.koest...@... To: flexcoders@yahoogroups.com Sent: Tuesday, March 10, 2009 5:28:02 PM Subject: [flexcoders] Re: Using icons on buttons? Hmm, if you wanted more control over the graphics in a button, what would you suggest using? I thought about subclassing the button