[flexcoders] Re: Generated html page backgroundcolour

2009-02-02 Thread bhaq1972
> Does that property actually change the background color in the 
wrapper,
> or does the Flex app just cover the entire browser?  I do not know
> offhand.

Sorry for the late response (the weekend had begun) 

Yes it does. If you look at the source for the generated wrapper it 
shows 

"bgcolor", "#ff",

One reason why I was struggling (which lead to my posted 
question)
My Application.backgroundColor was defined in an external stylesheet 
(with all my other styles). But this does not get picked up.

It only seems to work when you define it in the mxml tag.
 



--- In flexcoders@yahoogroups.com, "Tracy Spratt"  
wrote:
>
> Does that property actually change the background color in the 
wrapper,
> or does the Flex app just cover the entire browser?  I do not know
> offhand.
> 
>  
> 
> In a recent thread, someone noted that the browser background 
stayed the
> original color for a brief time before the Flex app loaded, and
> suggested adding an entry to the "Additional Compiler Options" in 
the
> Flex Builder Properties, to actually compile the background color 
into
> the wrapper.  
> 
>  
> 
> Tracy Spratt 
> Lariat Services 
> 
> Flex development bandwidth available 
> 
> 
> 
> From: flexcoders@yahoogroups.com 
[mailto:flexcod...@yahoogroups.com] On
> Behalf Of bhaq1972
> Sent: Friday, January 30, 2009 10:12 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Generated html page backgroundcolour
> 
>  
> 
> I just realized 
> 
>  
> generates the white background in the generated html wrapper
> 
> --- In flexcoders@yahoogroups.com <mailto:flexcoders%
40yahoogroups.com>
> , "bhaq1972"  wrote:
> >
> > I have my Flexbuilder set to the default settings. 
> > 
> > How can I make sure the generated HTML wrapper has a white 
> > backgroundColor. I know its something to do with ${bgcolor}. But 
how 
> > do I set this?
> > 
> > Any help would be appreciated.
> >
>




Re: [flexcoders] Re: Generated html page backgroundcolour

2009-01-30 Thread Haykel BEN JEMIA
It does change the bg color in the wrapper. The behavior you talk about can
happen if you use
'backgroundGradientColors' because the bg color of the wrapper is set from
the 'backgroundColor' property, so even if you use gradient colors for the
bg of the flex app, you should still set 'backgroundColor' for the bg color
of the wrapper.

Haykel Ben Jemia

Allmas
Web & RIA Development
http://www.allmas-tn.com




On Fri, Jan 30, 2009 at 6:50 PM, Tracy Spratt  wrote:

>Does that property actually change the background color in the wrapper,
> or does the Flex app just cover the entire browser?  I do not know offhand.
>
>
>
> In a recent thread, someone noted that the browser background stayed the
> original color for a brief time before the Flex app loaded, and suggested
> adding an entry to the "Additional Compiler Options" in the Flex Builder
> Properties, to actually compile the background color into the wrapper.
>
>
>
> Tracy Spratt
> Lariat Services
>
> Flex development bandwidth available
>   --
>
> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
> Behalf Of *bhaq1972
> *Sent:* Friday, January 30, 2009 10:12 AM
> *To:* flexcoders@yahoogroups.com
> *Subject:* [flexcoders] Re: Generated html page backgroundcolour
>
>
>
> I just realized
>
> 
> generates the white background in the generated html wrapper
>
> --- In flexcoders@yahoogroups.com ,
> "bhaq1972"  wrote:
> >
> > I have my Flexbuilder set to the default settings.
> >
> > How can I make sure the generated HTML wrapper has a white
> > backgroundColor. I know its something to do with ${bgcolor}. But how
> > do I set this?
> >
> > Any help would be appreciated.
> >
>
>  
>


RE: [flexcoders] Re: Generated html page backgroundcolour

2009-01-30 Thread Tracy Spratt
Does that property actually change the background color in the wrapper,
or does the Flex app just cover the entire browser?  I do not know
offhand.

 

In a recent thread, someone noted that the browser background stayed the
original color for a brief time before the Flex app loaded, and
suggested adding an entry to the "Additional Compiler Options" in the
Flex Builder Properties, to actually compile the background color into
the wrapper.  

 

Tracy Spratt 
Lariat Services 

Flex development bandwidth available 



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of bhaq1972
Sent: Friday, January 30, 2009 10:12 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Generated html page backgroundcolour

 

I just realized 

mailto:flexcoders%40yahoogroups.com>
, "bhaq1972"  wrote:
>
> I have my Flexbuilder set to the default settings. 
> 
> How can I make sure the generated HTML wrapper has a white 
> backgroundColor. I know its something to do with ${bgcolor}. But how 
> do I set this?
> 
> Any help would be appreciated.
>

 



[flexcoders] Re: Generated html page backgroundcolour

2009-01-30 Thread bhaq1972
I just realized 

 wrote:
>
> I have my Flexbuilder set to the default settings. 
> 
> How can I make sure the generated HTML wrapper has a white 
> backgroundColor. I know its something to do with ${bgcolor}. But how 
> do I set this?
> 
> Any help would be appreciated.
>