[flexcoders] Re: External StyleSheet In Application

2007-11-14 Thread flexawesome
oppps..should be ==>> but it does not change the color or size in my application. --- In flexcoders@yahoogroups.com, "flexawesome" <[EMAIL PROTECTED]> wrote: > > hey there, > > I added stylesheet into my application as below, but it does change > the color or size in my application. > > I ha

[flexcoders] Re: External StyleSheet In Application

2007-11-14 Thread flexawesome
really? that is crap! hummm --- In flexcoders@yahoogroups.com, "Samuel R. Neff" <[EMAIL PROTECTED]> wrote: > > > CSS is loaded at compile time, not runtime. > > > --- > We're Hiring! Seeking a passionate developer to join our team building Flex >

[flexcoders] Re: External StyleSheet In Application

2007-11-14 Thread flexawesome
Thanks Richard, It looks I can handle the external CSS file hardly. I would like to allow Administrator to change the style in CSS by using notepad, and run the application to get updates directly. Otherwise, there is no benfits to use CSS in Flex. Just like HTML -_- I extremely hople thi

[flexcoders] Re: External StyleSheet In Application

2007-11-15 Thread flexawesome
humm...it loads compiled swf file rather than CSS file(directlly)... that means I have to recompiled the CSS once I made some changes everytime. --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Thursday 15 Nov 2007, Samuel R. Neff wrote: > > CSS is loaded at compi

Re: [flexcoders] Re: External StyleSheet In Application

2007-11-14 Thread Richard Rodseth
But see this: http://www.onflex.org/ted/2007/01/flex-201-understand-runtime-css.php I haven't done this yet myself. On 11/14/07, flexawesome <[EMAIL PROTECTED]> wrote: > > > > > > > > really? that is crap! hummm > > --- In flexcoders@yahoogroups.com, "Samuel R. Neff" > <[EMAIL PROTECTED]>

Re: [flexcoders] Re: External StyleSheet In Application

2007-11-14 Thread Douglas Knudsen
IMHO, the use of the term 'CSS' in Flex is a total marketeering setup. It really is not 'CSS' as we know it in HTML, which is where the term is most oft associated. Rather, its something patterned after 'CSS' as we know it in HTML. That said, certainly look at StyleManager.loadStyleDeclarationsa

Re: [flexcoders] Re: External StyleSheet In Application

2007-11-15 Thread Tom Chiverton
On Thursday 15 Nov 2007, flexawesome wrote: > humm...it loads compiled swf file rather than CSS file(directlly)... > that means I have to recompiled the CSS once I made some changes > everytime. Yes. And ? It's only in development you'll be changing them frequently, and you can use a mockup that