updated
override protected function drawBackground(unscaledWidth:Number,
unscaledHeight:Number):void
{
graphics.beginFill(0xFFFFFF, 0);
graphics.lineStyle();
graphics.drawRect(0, 0, unscaledWidth, unscaledHeight);
graphics.endFill();
opaqueBackground = null;
}-- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/flex-mobile-list-contentbackgroundalpha-and-background-gradient-tp14308p14310.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
