Monday, October 31, 2011

Re: Drag & drop

Strongly second "gwt-dnd". Its excelent, very very flexible and works
well.

I have worked on two rather massive projects which used it for a
(game) inventory system and it really saved a lot of work. We even
have used it to have dragging and dropping accross multiple
inventorys.

Not sure exactly why it isnt built into GWT, but its certainly no pain
to use.
Just be very sure to track your drophandlers and be sure to unattach
them correctly when they arnt attached to the page anymore.

On Oct 30, 8:02 pm, Ed <post2edb...@gmail.com> wrote:
> See the probject gwt-dnd:http://code.google.com/p/gwt-dnd/
> The owner is a member of the gwt dev team.
> - Ed
>
> On Oct 29, 10:13 pm, Celinio <cel...@gmail.com> wrote:
>
>
>
> > Hi GWT developers,
>
> > what can GWT offer regarding the drag and drop capabilities ?
>
> > 1) Can i easily do some drag and drop, in the same web page, from one widget
> > to another ?
> > 2) Can i easily do drag and drop some file from the file explorer to a
> > widget in a web page ?
>
> > I'm thinking of providing the drag and drop feature to the user, if he needs
> > to attach a document to form (instead of using the Import/Upload button).
>
> > Thanks for helping.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment