What do you mean, "see" when a widget overlaps other widget?

If you are implementing Drag and Drop yourself using mouse listeners,
then you can as the mouse moves check it against all the other
widget's bounding box on the AbsolutePanel. You are just looking for
the intersection, see if it's true. Lots of ands and ors for each side
of the widgets, but it can be done. I believe the book GWT in action
(Great book btw) has a whole chapter on implementing that.

On Feb 24, 4:49 am, danutz <[email protected]> wrote:
> Hello!
> Is there any posibility to see when a widget overlaps other widget
> when i'm making the drag and drop?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to