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

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 ahmedelsayed.sho...@gmail.com 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

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 nextprash...@gmail.com 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 ahmedelsayed.sho...@gmail.com wrote: Welcome my

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 nextprash...@gmail.com wrote: i tried GWTDND and found it very

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 subhrajyo...@gmail.com 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

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 ahmedelsayed.sho...@gmail.com 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 subhrajyo...@gmail.com wrote: I have used gwt-dnd for

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 nextprash...@gmail.com wrote: http://claymus-demo.appspot.com/_ah/block On 3 July 2010 13:40, Ahmed Shoeib ahmedelsayed.sho...@gmail.com wrote: i don't need it for tree i want it for dragging panels how i can do it On Jul 3, 11:00

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Prashant
source is here http://code.google.com/p/claymus/downloads/list. It is an Eclipse project. http://code.google.com/p/claymus/downloads/listsee 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

Re: GWTCanvas not working on IE6?

2010-07-03 Thread Muhammad Saifullah
in IE how can i use quirks mode? can you give me some syntax of quirks mode where i can write On Sat, Jul 3, 2010 at 3:39 AM, Flemming Boller flemming.bol...@gmail.comwrote: i use it on ie6. it works both in development and deploy mode. remember that in IE you must use quirks mode. in strict

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 nextprash...@gmail.com wrote: source is here http://code.google.com/p/claymus/downloads/list. It is an Eclipse project. http://code.google.com/p/claymus/downloads/listsee

Re: GWTCanvas not working on IE6?

2010-07-03 Thread Qian Qiao
On Sat, Jul 3, 2010 at 16:56, Muhammad Saifullah msaif.muham...@gmail.com wrote: in IE how can i use quirks mode? can you give me some syntax of quirks mode where i can write To trigger a browser's quirks mode, just don't put any DOCTYPE tags at the beginning of the page, if a browser can't

Converting gwt pages to word pages

2010-07-03 Thread olivier.axy...@gmail.com
Hi, I need to export the content of a gwt application to word document. Is there any product or plan to implement a way to do so ? Like a javascript server engine that would convert gwt page to word ? Or like datanucleus ? Or am I obliged to use POI like products ? Thanks in advance. Olivier --

Re: Role-based security and widget visualization

2010-07-03 Thread KaiWeing
Hello Ladislav, looks interesting! Could you answer me a few questions: Is it correct, that I can use acris security independently of the other acris modules? Does it require Spring Security on the server side, or could I use something else? Are the restricted ui parts still transported to the

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

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 subhrajyo...@gmail.com wrote: http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragDropDemo/Drag... from the gwt-dnd project. Well the simplest

Re: Drag and Drop Problem in GWT

2010-07-03 Thread Prashant
Following is the jQuery code we have used in Claymushttp://claymus-site.appspot.com/: $(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 ids

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: TabPanel - 100% height for client widget?

2010-07-03 Thread Magnus
In addition, it would set the wrong height! The height of the TabPanel (pnl) is ok, it covers 100 % of the available space. But the VerticalPanel p that I add as the client panel to one of the tab pages is not affected. Look at this screenshot: http://yfrog.com/4rtabpanelp The TabPanel (red

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 ahmedelsayed.sho...@gmail.comwrote: 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

Re: TabPanel - 100% height for client widget?

2010-07-03 Thread aditya sanas
I think for that you will require to set its border explicitly. that will settle this issue. you can add a dummy panel on tab home1 or home2 and set its height but here if you set height using % then it will not work you will have to set height in pixels or any other like em... i hope this will

Star rating widget using GWT

2010-07-03 Thread Aditya
hello, Is there any built in widget available in gwt which will allow us to rate? i have never come across such widget in gwt...? i didn't find any references to it. any help would be appreciated. thank you. -- You received this message because you are subscribed to the Google Groups

Re: Converting gwt pages to word pages

2010-07-03 Thread Stefan Bachert
Hi, when it is just for documentation, why not just make a screen dump and put into word? Or print out to PDF. Stefan Bachert http://gwtworld.de On Jul 3, 11:28 am, olivier.axy...@gmail.com olivier.axy...@gmail.com wrote: Hi, I need to export the content of a gwt application to word document.

Re: Any bulk file upload in gwt?

2010-07-03 Thread Stefan Bachert
Hi, GWT FileUpload will be done with input type=file.. HTML4 only supports to upload a single file. HTML5 supports multiple file upload, too. Have a look on http://code.google.com/p/gwtupload/ Stefan Bachert http://gwtworld.de On Jul 2, 10:30 pm, flyingb...@gmail.com flyingb...@gmail.com

Re: auto refresh client side when ever there are changes in the database (without timer)

2010-07-03 Thread Stefan Bachert
Hi, You are lost when you are waiting on IE6 to get ready for new features ;-) There is a streaming implementation of comet. Maybe it supports your needs. http://code.google.com/p/gwt-comet/ Stefan Bachert http://gwtworld.de On Jul 2, 8:35 pm, Fendy Tjin fendyt...@gmail.com wrote: Thank you

Re: Populating TreeView by RPC

2010-07-03 Thread Stefan Bachert
Hi Nick, I would use an other data structure. class Item { int nodeId; int parentId; String name; // .. more Data } class TreeData extends ArrayListItem implements IsSerialisable {} or class TreeData implements IsSerialisable { public ArrayListItem items; } And you should asure

Re: How to show a load screen during rpc call?

2010-07-03 Thread andreas
This sounds really great Thomas, haven't tried that yet. Can this be done by subclassing RequestBuilder? And can I actually really use my subclass of RequestBuilder as return type in RemoteService methods? Would make me love the ability to use this return feature of GWT RPC even more! On 3 Jul.,

Re: How to show a load screen during rpc call?

2010-07-03 Thread Thomas Broyer
On 3 juil, 21:45, andreas horst.andrea...@googlemail.com wrote: This sounds really great Thomas, haven't tried that yet. Can this be done by subclassing RequestBuilder? And can I actually really use my subclass of RequestBuilder as return type in RemoteService methods? Would make me love

Re: TabPanel - 100% height for client widget?

2010-07-03 Thread Magnus
Thanks! I tried with dummy panels, VerticalPanel and SimplePanel. I tried absolute and relative sizes but nothing seems to have an effect. private void init () { TabPanel pnl = new TabPanel (); pnl.setSize (100%,100%); //pnl.setHeight (100px); SimplePanel p = new SimplePanel ();

Re: Star rating widget using GWT

2010-07-03 Thread Subhrajyoti Moitra
http://code.google.com/p/cobogw/ http://cobogw.googlecode.com/svn/demo/WidgetsDemo.html#Rating try this! Thanks, Subhro. On Sat, Jul 3, 2010 at 10:55 PM, Aditya 007aditya.b...@gmail.com wrote: hello, Is there any built in widget available in gwt which will allow us to rate? i have

[gwt-contrib] Re: Add support for creating Grid elements using UiBinder. (issue154810)

2010-07-03 Thread markovuksanovic
Changed the way in which uibinder xml file is parsed. http://gwt-code-reviews.appspot.com/154810/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add support for creating Grid elements using UiBinder. (issue154810)

2010-07-03 Thread markovuksanovic
I just found one small typo - but I won't commit a new patch now just in case something else needs to be fixed as well. @rjrjr: If everything else is ok, I'll commit an updated patch. http://gwt-code-reviews.appspot.com/154810/diff/63002/70003 File

[gwt-contrib] Re: Add support for creating Grid elements using UiBinder. (issue154810)

2010-07-03 Thread markovuksanovic
I just found one small typo - but I won't commit a new patch now just in case something else needs to be fixed as well. @rjrjr: If everything else is ok, I'll commit an updated patch. http://gwt-code-reviews.appspot.com/154810/diff/63002/70003 File