Drag & drop multiple files and upload it ?

2013-09-24 Thread Eric Reboisson
Hello, We already have a widget to upload file (one by one you browse the local filesystem) to a server. We are investigate a solution to drag & drop multiple file to a server and if possible reusing our servlet upload component. We found quickly several solutions : -

Re: RichTextArea how to implement native Drag & Drop?

2013-05-30 Thread dhoffer
When I try for a pure GWT solution by adding all the drag/drop listeners to the RichTextArea I get the enter, a few overs, and then strangely I get the leave event. The drop event never occurs. How can I fix this? If I can get the onDrop event to fire it seems I could do the same work I was

RichTextArea how to implement native Drag & Drop?

2013-05-29 Thread dhoffer
What is the best way to implement native DnD for RichTextArea? I need to support users dropping items into the RichTextArea that originated from outside the browser (from another web app). Currently what I have partially works (in production seems to work about 50% of the time) in hosted mode

Re: drag/drop/re-ordering of rows inside celltable/datagrid

2012-10-11 Thread Nagesh Salunke
I too have the same issue. On Thursday, 26 April 2012 01:05:51 UTC+5:30, kim young ill wrote: > > hi, > has someone tried to do this ? > how to keep the data-provider stays in sync ? > would be great for some hints > > thanx > > > -- You received this message because you are subscribed to the

drag/drop/re-ordering of rows inside celltable/datagrid

2012-04-25 Thread kim young ill
hi, has someone tried to do this ? how to keep the data-provider stays in sync ? would be great for some hints thanx -- 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.

How to handle the drag & drop of a hyperlink in GWT

2011-12-30 Thread Shuai Yuan
Hi all, I want to handle the drag & drop of hyperlinks in my app. The hyperlink could be from any where, therefore I cannot make it setDragable(true) and setData("link", "the URL") to mark it. A very similar scenario would be Google Image search by image, where you c

Drag & drop columns on celltable

2011-12-15 Thread beto
Hi everyone, I'm working with a CellTable and need to allow the user to change the order of the columns dragging and dropping. I don't need to drag the whole column, with just the column's header would be enough. But haven't found a way of doing it with dnd or gquery cause columns and headers doe

Re: Drag & drop

2011-11-12 Thread Derek
You can do it using some of the drag and drop HTML5 javascript stuff. http://www.html5rocks.com/en/tutorials/dnd/basics/ There aren't any GWT libraries that wrap around the Javascript, but you can make your own using overlays. On Nov 11, 11:59 am, Celinio wrote: > 2) Can i easily do drag and dro

Re: Drag & drop

2011-11-11 Thread Celinio
2) Can i easily do drag and drop some file from the file explorer to a widget in a web page ? I haven't seen any example that does that. Is is possible ? The presentation of John La Banca about GWT + HTML5 has a part about the drag and drop feature but it's from one widget to another widget. I wo

Re: Drag & drop

2011-10-31 Thread darkflame
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

Re: Drag & drop

2011-10-30 Thread Ed
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 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, f

Re: Drag & drop

2011-10-29 Thread Bruno Sandivilli
+1 2011/10/29 Bruno Sandivilli > > > 2011/10/29 Celinio > >> 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 fr

Re: Drag & drop

2011-10-29 Thread Bruno Sandivilli
2011/10/29 Celinio > 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

Re: Drag & Drop support and GWT 2.4

2011-09-26 Thread Dimitrijević Ivan
Is there any information regarding GWT 2.4 drag and drop tutorial and documentation? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/gpKU4NCRAk

Re: Drag & Drop support and GWT 2.4

2011-09-10 Thread Deepak Singh
The relevent documentation should be made available. Kindly do it soon. 2011/9/10 Dimitrijević Ivan > Thank you for your response > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://

Re: Drag & Drop support and GWT 2.4

2011-09-10 Thread Dimitrijević Ivan
Thank you for your response -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/yqCjChvPWmkJ. To post to this group, send email to google-web-toolki

Re: Drag & Drop support and GWT 2.4

2011-09-10 Thread Jeff Larsen
No, it exists. If you want a tutorial, pull up the mobilewebapp sample project. It is used in there. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-too

Drag & Drop support and GWT 2.4

2011-09-10 Thread Dimitrijević Ivan
As far as I remember one of the biggest GWT enhancement announced on Google IO 2011 was drag and drop support? What about that? I can see some classes and interfaces in Java Doc but there is no tutorial on this subject. Is drag&drop support moved for some next version of GWT or what? --

running default GWT project on tomcat (deploying with drag/drop)

2010-11-20 Thread Leonardo
http://picasaweb.google.com/Sombriks/Gwtwtp# Would be nice if such modifications could be made by default eclipse plugin. also i would like to know if there's any faster/easier way to do that, since i'm new on GWT. -- You received this message because you are subscribed to the Google Groups "G

tree based widget that supports multiple selection and drag & drop function

2010-11-10 Thread DB
Hello, Can someone suggest tree based widget or its extension that can support multiple selection & drag & drop function? Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email

Need help with GWT Panels and Drag & Drop

2010-03-02 Thread Tan Jia Bao
As I'm currently making a drag and drop commerce site for a schoool project, I'm using 2.0GWT-DND I'm almost completing but am now facing a very big problem. As I want my cart and items to appear together, I'm facing a layout problem that resorted me to doing this. --> means added into that pare

Re: Drag&Drop + database

2008-10-26 Thread Shi
I solved! The problem was in the toString of widgets' text. widget.toString returns a result like this: 1) ciao ciao ([EMAIL PROTECTED]) So, it is clear that to capture the right data to be included in db is necessary to consider the sottoscringhe created by parentheses ")", "(" ")" , and not by

Drag&Drop + database

2008-10-26 Thread Shi
Hello World! for my GWT project I am using the library gwt-dnd for the functionality of drag & drop. I have two lists box, in the left a list of widget with data collected from the database. From db, I exstact the object Person, that contains attributes:id, nome, cognome,email, and I add thes

Drag&Drop + database

2008-10-26 Thread Shi
Hello World! for my GWT project I am using the library gwt-dnd for the functionality of drag & drop. I have two lists box, in the left a list of widget with data collected from the database. From db, I exstact the object Person, that contains attributes:id, nome, cognome,email, and I add thes

Re: DialogBox IE6 Drag&Drop Problem

2008-10-23 Thread Thomas Broyer
On 8 oct, 16:29, Schimki86 <[EMAIL PROTECTED]> wrote: > It is possible to Drag & Drop the DialogBox over its caption. In IE6 > it is not able to drag the dialog correctly: only when the mouse is > over the caption-text it works... any idea? Thanks! Wait for GWT 1.6 (or as

Re: DialogBox IE6 Drag&Drop Problem

2008-10-23 Thread Nemesis
I met the same issue with GWT 1.5.2, but not in GWT 1.4. In IE7,FF3,FF2 the drag works fine. But in IE6 only when mouse is over title of dialogbox, the dialogbox could be dragged. Anyone know why? On 10月8日, 下午10时29分, Schimki86 <[EMAIL PROTECTED]> wrote: > It is possible toDrag& Drop theDialogBoxo

DialogBox IE6 Drag&Drop Problem

2008-10-08 Thread Schimki86
It is possible to Drag & Drop the DialogBox over its caption. In IE6 it is not able to drag the dialog correctly: only when the mouse is over the caption-text it works... any idea? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscr