Draggable widget

2010-07-23 Thread rlebosse
Hi everybody, I've lots of widgets (extends Composite) that I would like to be able to drag in the displayed web page? How can I do that? Thanks for your help, Romain -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: Draggable widget

2010-07-23 Thread nacho
Are you using Fred Sauer's gwt-dnd? If you are using it, this could help you. Fist at all follow Fred's example: http://code.google.com/p/gwt-dnd/wiki/GettingStarted Now you must make a change to your widgets, first your widget class must implement HasDragHandle. And second i guess that you