Re: [flexcoders] Button Rounded Corners TL, BR

2008-08-26 Thread Troy Gilbert
There's no style for that. You can create your own skin. And Flexlib includes an EnhancedButtonSkin that does exactly this (plus tons of other things): http://code.google.com/p/flexlib/ Troy.

[flexcoders] Button Rounded Corners TL, BR

2008-08-25 Thread toofah_gm
Is there a simple way to create a button with rounded corners on only the top left and bottom right? Or can this only be done with a skin? I'm thinking some sort of style where you could set TL, BR, etc. or something like that, similar to the focusRoundedCorners style on a TextInput control.

RE: [flexcoders] Button Rounded Corners TL, BR

2008-08-25 Thread Alex Harui
There's no style for that. You can create your own skin. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of toofah_gm Sent: Monday, August 25, 2008 8:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Button Rounded Corners TL, BR