As far as I know, you can prevent the default event-handlers and
override those?

I guess, Flash Player 10 has cut, copy and paste events for
InteractiveObject (TextArea, etc)? You can listen those events, within
handler you can have preventDefault() called, this would stop the
default behaviour.

I would store the Image URL in clipboard during cut and while pasting,
I would insert image (i.e. an object loading image from URL stored in
clipboard?)

-abdul

On Feb 15, 12:13 pm, vishnu <[email protected]> wrote:
> Hi ,
>
> I have created cut,copy and paste options using context menu...thats
> not my problem..While using Text Area or Text Input, flex performs the
> cut, copy and paste functions as in built one..
> Is there any options like that for the images which is used or how can
> we perform those operation..?
>
> A simple example of cut,copy and paste of images in a canvas is more
> helpful....
>
> On Feb 14, 8:38 pm, Venkat Viswanathan <[email protected]> wrote:
>
> > So do you want to provide cut, copy and paste options on
> > right-click/context-menu? Or you want to that when the user holds some key
> > like the CTRL key while dragging, it should copy (copy-paste) and otherwise
> > it should move (cut-paste)? What exactly do you want?
>
> > Regards,
> > Venkatwww.venkatv.com
>
> > On Sat, Feb 14, 2009 at 5:23 PM, vishnu <[email protected]> wrote:
>
> > > Hi All,
>
> > > I am using a tile list which contains a set of images.I am dragging
> > > and dropping the images in the canvas nearby.How can I Cut,Copy and
> > > Paste the dropped images in the canvas.
>
> > > Examples for cut ,copy,paste for images will be useful..
>
> > > Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to