Good afternoon all

Lets see if you can help me here. I am learning how to use GWT
following the tutorials that we can find in the GWT site. What I am
trying to do is showing an image and I would like to be able to select
an area of that image with the mouse and copy it ( the area) to
produce a new image ( with only the area selected)

Is this possible with GWT? if so can someone point me to how I can get
it?

For the moment I have been able to show the image, and I am trying to
get the coordenates of the area with the MouseListener listener with
the events onMouseDown() and onMouseUp. This returns me the
coordenates of where the selected area begins and where it does end,
however I am not able to show that selection in the UI neither copy
that "selected area".

Any ideas?

Regards and thanks



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to