Hello Ludovit,

As you said, gwtquery  supports dnd cell to cell. Is there any plan in
GWT to manage it in native ? if so, on which version ?
Thanks,

Haja

On 25 fév, 12:55, Martones <[email protected]> wrote:
> Hi Stagirus, if you dont need to drag Widgets you shall be
> theoretically able to drag / dragOver / drop any widget.
>
> For that, use widget.addDomHandler (as explained 
> herehttp://static.googleusercontent.com/external_content/untrusted_dlcp/w...)
>
> But if you need to drag the widget itself you need to usedndor
> gwtquery. The latter has support for cells which I didnt manage to get
> working with the nativednd.
>
> Ludovit
>
> On 20 jan, 17:15, stagirus <[email protected]> wrote:
>
>
>
> > Thank you Thomas. I will try your suggestion of AbsolutePanel within a
> > FocusPanel. I suppose the container FocusPanel receives thedrop
> > (mouse) events that actually occur within the child AbsolutePanel.
>
> > I am also intrigued by your comment on gwt-dnd. It does look promising
> > for our requirements. Thanks to Allen Sauer. I got the impression that
> > GWT 2.4 is natively trying to support the same functionality offered
> > by gwt-dnd. I noticed Allen Sauer joined Google'sDNDteam/project.
> > (What is your plan Allen?)
>
> > Again, thank you Thomas for your helpful reply!
>
> > On Jan 20, 3:03 am, Thomas Broyer <[email protected]> wrote:
>
> > > Er, put an AbsolutePanel in a FocusPanel, and add a DropHandler on the
> > > FocusPanel to handle thedrop(and do whatever you want with the wrapped
> > > AbsolutePanel)?
>
> > > Note that GWT's support forDnDis via the native browser API/events, so
> > > you transport "data", not "widgets", so what would a panel do with that?
> > > Seehttp://dev.w3.org/html5/spec/dnd.html#the-drag-data-store
>
> > > If you want todraganddropwidgets, you can use gwt-dndinstead (much
> > > lighter weight than SmartGWT)

-- 
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