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 title. Worked like a charm for me and didn't require any subclassing, but depends on your personal requirements.
Doug --- In [email protected], "Pan Troglodytes" <[EMAIL PROTECTED]> wrote: > > 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/06, bhaq1972 <[EMAIL PROTECTED]> wrote: > > > > are you talking about the line that divides the header and the main > > panel area? > > > > try borderStyle=solid; > > > > --- In [email protected], "Pan Troglodytes" > > <chimpathetic@> 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, no matter what I do. Is there > > some way > > > to do this? I played with the Flex 2 Style Explorer at > > > > > http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleEx > > plorer.htmland > > > used these settings. > > > > > > Panel { > > > cornerRadius: 0; > > > headerHeight: 50; > > > borderThickness: 0; > > > dropShadowEnabled: false; > > > roundedBottomCorners: false; > > > textAlign: center; > > > backgroundAlpha: 0; > > > borderAlpha: 0; > > > highlightAlphas: 0, 0; > > > borderStyle: undefined; > > > borderColor: #0066ff; > > > titleStyleName: "myTitleStyle"; > > > } > > > > > > .myTitleStyle { > > > } > > > > > > -- > > > Jason > > > > > > > > > > > > > > > > > -- > > 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 > > > > > > > > > > > > > > > > > -- > Jason > -- 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/

