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 

mx:Application backgroundColor=white etc

generates the white background in the generated html wrapper

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, bhaq1972 mbha...@... 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 tspr...@lariatinc.com 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

 mx:Application backgroundColor=white etc

 generates the white background in the generated html wrapper

 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 bhaq1972 mbha...@... 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.