Re: [flexcoders] mx:Button but without the border

2006-08-23 Thread Michael Schmalle
Just another note;You can kill the button skins by setting their style to nullPeace, MikeOn 8/23/06, Impudent1 < [EMAIL PROTECTED]> wrote: Just to note something that got me with skinning a button was that I was using a toggle button. When using one you have to

Re: [flexcoders] mx:Button but without the border

2006-08-23 Thread Impudent1
Just to note something that got me with skinning a button was that I was using a toggle button. When using one you have to define additional skins for the selected state ala: .MuteButton { upSkin: Embed(source="/skin_assets/AudioOn.png"); downSkin: Embed(source="/skin_assets/Audi

RE: [flexcoders] mx:Button but without the border

2006-08-22 Thread Andrew Trice
PROTECTED] On Behalf Of julien castelain Sent: Tuesday, August 22, 2006 12:43 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] mx:Button but without the border   hi gunther, maybe you could subclass SimpleButton, and use a Loader to for your image just a thought ... On 8/22/

Re: [flexcoders] mx:Button but without the border

2006-08-22 Thread julien castelain
hi gunther,maybe you could subclass SimpleButton, and use a Loader to for your imagejust a thought ...On 8/22/06, Gunther < [EMAIL PROTECTED]> wrote: How do you / what is the best way to make a button with an image or a .swf without having the button border ?

[flexcoders] mx:Button but without the border

2006-08-22 Thread Gunther
How do you / what is the best way to make a button with an image or a .swf without having the button border ? I want an image that is clickable (Button) without the button border ? I use: .nextButtonStyle { borderStyle: none; focusThickness: 0; } But this does not