[flexcoders] How to add text properties to dragged Image.

2008-04-02 Thread Swamy Nathan
Hi i am new to flex. i am using drag and drop functionality in canvas. when i dragdrop the image to canvas the image will add to the canvas container. In that situation i need add the label or text to the image like[ the image name and the image taken date etx.,] how can i do that stuff with the

Re: [flexcoders] How to add text properties to dragged Image.

2008-04-02 Thread Nayan Savla
you need to pass the parameters as drag source and then your drop handler should populate those values. Nayan On Apr 1, 2008, at 11:48 PM, Swamy Nathan wrote: Hi i am new to flex. i am using drag and drop functionality in canvas. when i dragdrop the image to canvas the image will add to

RE: [flexcoders] How to add text properties to dragged Image.

2008-04-02 Thread Alex Harui
] How to add text properties to dragged Image. Hi i am new to flex. i am using drag and drop functionality in canvas. when i dragdrop the image to canvas the image will add to the canvas container. In that situation i need add the label or text to the image like[ the image name and the image