Re: Drag and Drop Problem in GWT

2010-07-03 Thread Subhrajyoti Moitra
http://dnd4gwt.sourceforge.net/ i just came across this.. Thanks, Subhro. On Sat, Jul 3, 2010 at 1:40 PM, Ahmed Shoeib wrote: > i don't need it for tree > i want it for dragging panels > > how i can do it > > On Jul 3, 11:00 am, Subhrajyoti Moitra wrote: > > I have used gwt-dnd for simple

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Subhrajyoti Moitra
well i am not sure how simple is "simple". But using mouseevents is the simplest i know of in GWT. The other one is using gwt-dnd framework. to date. this is the most widely used GWT DND framework, i have come across. or use jquery plugins to accomplish what u want. Thanks, Subhro. On Sat, Jul 3,

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Prashant
Following is the jQuery code we have used in Claymus: $(function() { $("#cms-BLOCKS ul, #cms-CMS_DISABLED") .sortable({ connectWith: '.jquery-sortable' }) .disableSelection(); }); you can replace "#cms-BLOCKS ul, #cms-CMS_DISABLED" with comma separated list of

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Ahmed Shoeib
i don't want an example using mouse Events i mean simple easy example to make portlet to understand it . On Jul 3, 2:30 pm, Subhrajyoti Moitra wrote: > http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragDropDemo/Drag... > from the gwt-dnd project. > > Well the simplest would be to implement

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Subhrajyoti Moitra
http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragDropDemo/DragDropDemo.html#BinExample from the gwt-dnd project. Well the simplest would be to implement your very own drag-drop, using MouseDown, MOuseUp and MouseMove events. In the book GWT Solutions by David Geary http://www.coolandusefulg

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Ahmed Shoeib
my friend , i want a simple tutorial for this this isn't a simple example On Jul 3, 11:46 am, Prashant wrote: > source is here . It is an > Eclipse project. > > see > cms.thirdparty/cms.block.manage

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Prashant
source is here . It is an Eclipse project. see cms.thirdparty/cms.block.manage.js in war dir and cms.module.block.gwt.ManageBlocks.java in src On 3 July 2010 14:13, Ahmed Shoeib wrote: > how i can

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Ahmed Shoeib
how i can do it On Jul 3, 11:35 am, Prashant wrote: > http://claymus-demo.appspot.com/_ah/block > > On 3 July 2010 13:40, Ahmed Shoeib wrote: > > > i don't need it for tree > > i want it for dragging panels > > > how i can do it > > > On Jul 3, 11:00 am, Subhrajyoti Moitra wrote: > > > I h

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Prashant
http://claymus-demo.appspot.com/_ah/block On 3 July 2010 13:40, Ahmed Shoeib wrote: > i don't need it for tree > i want it for dragging panels > > how i can do it > > On Jul 3, 11:00 am, Subhrajyoti Moitra wrote: > > I have used gwt-dnd for simple absolute panels. But customizing for a > t

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Ahmed Shoeib
i don't need it for tree i want it for dragging panels how i can do it On Jul 3, 11:00 am, Subhrajyoti Moitra wrote: > I have used gwt-dnd for simple absolute panels. But customizing for a tree > (FastTree) is creating lot of problems. Some one who has used gwt-dnd with > FastTreem please h

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Subhrajyoti Moitra
I have used gwt-dnd for simple absolute panels. But customizing for a tree (FastTree) is creating lot of problems. Some one who has used gwt-dnd with FastTreem please help. Thanks, Subhro. On Sat, Jul 3, 2010 at 1:04 PM, Prashant wrote: > i tried GWTDND and found it very hard to use. currently

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Ahmed Shoeib
can you tell me how i can do it using JQuery On Jul 3, 10:34 am, Prashant wrote: > i tried GWTDND and found it very hard to use. currently i am using jQuery > drag-drop plugin with GWT . > > On 3 July 2010 12:54, Ahmed Shoeib wrote: > > > Welcome my Friends > > > i face a problem with drag and d

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Prashant
i tried GWTDND and found it very hard to use. currently i am using jQuery drag-drop plugin with GWT . On 3 July 2010 12:54, Ahmed Shoeib wrote: > Welcome my Friends > > i face a problem with drag and drop in GWT > > i want a simple example to help me to make it > > thanks . > > -- > You received

Drag and Drop Problem in GWT

2010-07-03 Thread Ahmed Shoeib
Welcome my Friends i face a problem with drag and drop in GWT i want a simple example to help me to make it thanks . -- 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-tool...@googlegroups.co