That worked, thank you very much!

I would have never thought that a border style would affect that, but
I guess I can see out it would

--- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> Set the borderAlpha to 1.
> 
> Try:
> 
> <?xml version="1.0" encoding="utf-8"?>
> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
layout="absolute">
>  <mx:Panel x="10" y="10"
>   headerColors="[#ffffff,#ffffff]"
>   width="386" height="299"
>   borderAlpha="1">
> </mx:Panel>
> </mx:Application>
> 
> 
> ----- Original Message ----- 
> From: "Devin Holloway" <[EMAIL PROTECTED]>
> To: <flexcoders@yahoogroups.com>
> Sent: Saturday, July 22, 2006 3:14 PM
> Subject: [flexcoders] panel header colors alpha
> 
> 
> I have a panel with the header colors set to white
> 
> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
> layout="absolute">
> 
> <mx:Panel x="10" y="10" headerColors="[#ffffff,#ffffff]">
> </mx:Panel>
> 
> </mx:Application>
> 
> but the header renders a light grey, instead of pure white. it seems
> to be combination of white and the application background color. same
> is true if I try to make it pure black, [#000000,#000000], it ends up
> being a dark grey. I've tried messing with the panel alpha settings,
> but it doesn't help (they're defaulted to 1.0 anyway)
> 
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to