PDA

View Full Version : Add Drop Shadows To Panel Titles


brixel
08-03-2009, 07:26 PM
Hey guys,

Anyone know how to add a drop shadow to the title in a panel, rich text editor, or tabs? Seems like this should be easy to do, but I can't see how to set the filter for these items directly so they effect the titles.

I've also tried ( rich text editor for example ) enabeling the drop shadow int he title bar style, but no go. Any help would be appreciated.

brixel
08-04-2009, 01:03 PM
If anyone runs across this post I solved my problem by creating my own classes which extended the rich text editor and panel. This allowed me to target the titleTextField value, which is not available to the the <mx:Panel> and <mx:RichTextEditor> because it's protected, and apply my drop shadow to the object.