Re: [flexcoders] theme

2005-02-23 Thread alf
use the theme="" or themeColor="" attribute of the tag -Art Quoting Robert Brueckmann <[EMAIL PROTECTED]>: If I wanted to apply the haloBlue theme to my Flex app, what do I need to do? Is there an easy way to do this because setting the theme attribute in the mx:CairngormApplication tag doesn't se

RE: [flexcoders] theme

2005-02-23 Thread Robert Brueckmann
themeColor did the trick.  I couldn’t seem to find that anywhere in the docs.  Thanks!   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 4:37 PM To: [EMAIL PROTECTED] Subject: Re: [flexcoders] theme   use the theme="" or

RE: [flexcoders] theme

2005-02-23 Thread alf
005 4:37 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] theme use the theme="" or themeColor="" attribute of the tag -Art Quoting Robert Brueckmann <[EMAIL PROTECTED]>: If I wanted to apply the haloBlue theme to my Flex app, what do I need to do? Is there an ea

RE: [flexcoders] theme

2005-02-24 Thread Matt Horn
umentation From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 6:11 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] theme np thats what the list is for ;)-ArtQuoting Robert Brueckmann <[EMAIL PROTECTED]>:> themeColor did the trick.  I couldn&

RE: [flexcoders] Theme and Loader

2006-01-09 Thread Roger Gonzalez
In 1.5, themes are a linker trick. Basically, the default version of a symbol is substituted at the last second for a themed version of the same symbol. Its pretty evil. AS2 semantics were "don't redefine a class that is already defined" when a new SWF is loaded as a child. I would thus expect