RE: [flexcoders] component CSS

2007-01-02 Thread Gordon Smith
9:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] component CSS Hello, I have a simple CSS question. I have an application with a css called main.css like this: mx:Style source=main.css/ In this application I have a component that has a button that sets a styleName to a name

Re: [flexcoders] component CSS

2006-12-21 Thread Peter Baird
Yeah, placing null in CSS won't work. The more important question is why do you want the upskin of the button to be null? What's your desired effect? If it's to have no skin, just a button label on up, but visible skins on rollover and down, you could always either create a programmatic skin that

[flexcoders] component CSS

2006-12-20 Thread graysonpierce
Hello, I have a simple CSS question. I have an application with a css called main.css like this: mx:Style source=main.css/ In this application I have a component that has a button that sets a styleName to a name defined with dot in main.css like this: mx:Button styleName=simplebutton/ if

Re: [flexcoders] component CSS

2006-12-20 Thread Bjorn Schultheiss
load the css in the component On 21/12/2006, at 4:06 PM, graysonpierce wrote: css/ In this application I have a component that has a button that sets a styleName to a name defined with dot in main.css like this: