RE: [flexcoders] Image control to bitmapdata

2007-10-04 Thread Giro
: [flexcoders] Image control to bitmapdata I have this function: public function image_complete(evt:Event):void { bm = myColorWheel.content as Bitmap; bmd = new BitmapData(myColorWheel.contentWidth, myColorWheel.contentHeight); bmd.draw(bm

RE: [flexcoders] Image control to bitmapdata

2007-10-04 Thread Giro
, 04 de octubre de 2007 10:28 Para: flexcoders@yahoogroups.com Asunto: RE: [flexcoders] Image control to bitmapdata myColorWheel.content.bitmapData say that this propety is not defined. Giro. _ De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Alex Harui

RE: [flexcoders] Image control to bitmapdata

2007-10-04 Thread Alex Harui
see the docs. it'll describe better than i can From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giro Sent: Thursday, October 04, 2007 1:42 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Image control to bitmapdata I make

[flexcoders] Image control to bitmapdata

2007-10-03 Thread David Gironella
I have this function: public function image_complete(evt:Event):void { bm = myColorWheel.content as Bitmap; bmd = new BitmapData(myColorWheel.contentWidth, myColorWheel.contentHeight); bmd.draw(bm);

RE: [flexcoders] Image control to bitmapdata

2007-10-03 Thread Alex Harui
Subject: [flexcoders] Image control to bitmapdata I have this function: public function image_complete(evt:Event):void { bm = myColorWheel.content as Bitmap; bmd = new BitmapData(myColorWheel.contentWidth, myColorWheel.contentHeight); bmd.draw(bm