[flexcoders] Re: get rid of light line on top of panel

2006-08-03 Thread Doug Lowder
Sure, I guess it comes down to what you need the panel for in the first place. In my case, I specifically wanted a Panel with a customized header. It was easy to just set headerHeight to 0 and insert an HBox at the top of the panel, with a Label that had its text property bound to the panel's

Re: [flexcoders] Re: get rid of light line on top of panel

2006-08-03 Thread Pan Troglodytes
No, the line at the top of the panel.  Try the settings I posted at the style explorer.Doug - yes, I could do that.  But then, there's really no point to using a panel at all if I'm going to have to put my own label up there.  If I can't figure out some way to do this I'll rip them out. On 8/3/0

[flexcoders] Re: get rid of light line on top of panel

2006-08-02 Thread bhaq1972
are you talking about the line that divides the header and the main panel area? try borderStyle=solid; --- In flexcoders@yahoogroups.com, "Pan Troglodytes" <[EMAIL PROTECTED]> wrote: > > I've been playing with panels and I haven't been able to get the light > colored line to not show up on top

[flexcoders] Re: get rid of light line on top of panel

2006-08-02 Thread Doug Lowder
Setting headerHeight to 0 does it, but you'll have to throw your own label into the panel if you want a header title to show up. --- In flexcoders@yahoogroups.com, "Pan Troglodytes" <[EMAIL PROTECTED]> wrote: > > I've been playing with panels and I haven't been able to get the light > colored