|
It looks to me like a player bug with
opaqueBackground. Try drawing like this instead: override protected function
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void { super.updateDisplayList(unscaledWidth,
unscaledHeight); graphics.clear(); graphics.lineStyle(1,
0x00ff00); graphics.beginFill(0xff0000); graphics.drawRect(0,
0, unscaledWidth, unscaledHeight); graphics.endFill(); } - Gordon From: I'm subclassing UIComponent and want to draw a lines
around certain -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |
- RE: [flexcoders] Issue with drawing on UIComponent Gordon Smith

