On 5/27/05, digital_eyezed <[EMAIL PROTECTED]> wrote:

> Where is the documentation on this kind of class extension, where do
> I find the constructor for dragProxy in order for me to know how to
> add the image in the createChilren function?

As Matt mentions, overriding the dragProxy in this way is undocumented
and unsupported.  If it causes your system to explode :) then that's
not anybody's fault.

> Do I just add:
> 
> var image1 = createClassObject(mx.controls.image, something,
> something, something????????

Yes, if you create the Image dynamically this way, it should work.  Do
this in createChildren().  You also have to position it appropriately
(in my example I just moved it 20px down).


 
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/
 


Reply via email to