[flexcoders] Re: Wondering about buttons..

2009-11-04 Thread polestar11
I would do the same, where these public properties update the style information of the button (icon & labelPlacement) I would also probably do this as an mxml component (with the code inside a tag) --- In flexcoders@yahoogroups.com, "valdhor" wrote: > > If I were going to do this, I would cr

[flexcoders] Re: Wondering about buttons..

2009-11-03 Thread valdhor
If I were going to do this, I would create a new class that extended button with a couple of public properties - one to set the icon side and one to set the icon type. --- In flexcoders@yahoogroups.com, "tchredeemed" wrote: > > I have always wondered what the best way to do this was: > > I n