Can we use GWT code with IndexedDB to provide offline support in browsers

2013-08-23 Thread NITIN PANDEY
Hi, I have an issue is that I have to provide offline support using my GWT code on browsers. Currentl I have implemented it on google chrome via WebSql. But Websql is not supported on firefox and IE so I need to migrate by IndexedDB. Is there any library availible for the same?? Please help --

Issue with gwt-maps3-0.2b.jar

2012-09-27 Thread Nitin
I am getting following error on my gwt console: Caused by: java.lang.RuntimeException: Deferred binding failed for 'com.google.gwt.maps.client.impl.MapOptionsImpl' (did you forget to inherit a required module?) at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:53) at

Adding Gwt maps in gwt 2.5 rc1

2012-09-27 Thread Nitin
Hi, I am trying hard to find a sample code to insert google maps in my portal, but I couldnt find any. :( I am using gwt2.5.rc1 and have gwt-maps3-0.2b.jar. Any help will be highly appreciated. Thanks, Nitin -- You received this message because you are subscribed to the Google Groups

Enter key to change the focus from one TextInputCell to another in a celltable.

2012-07-25 Thread Nitin
In the cell table to have tab flow working, I had to do the following: cellTable.setKeyboardSelectionPolicy(KeyboardSelectionPolicy.DISABLED); apart from changing the template of TextInputcell. This helped me in getting the tab flow working properly i.e. when I hit TAB the focus shifts to

Re: GWT PrecompressLinker Tomcat

2012-07-25 Thread Nitin Jadhav
You need to modify tomcat's server.xml configuration file as follows: Connector port=8080 maxHttpHeaderSize=8192 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false redirectPort=8443 acceptCount=100 connectionTimeout=2 disableUploadTimeout=true

Nitin Thakur wants to chat

2012-04-03 Thread Nitin Thakur
--- Nitin Thakur wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-c29e5f6f40-5a216f8369-2GWrRBK3CmPjqqrTLgmmB6UgxZk You'll

Showing loading image in cell table

2011-12-20 Thread Nitin
Hi friends, I am using ListDataProvider to load the data into the celltable. I have also set an EmptyTableWidget using setEmptyTableWidget which shows an HTML panel when the table is empty. I want to know if there are any ways to get the loading symbol by removing the empty table widget while the

Changing extension of compiler generated .html files

2011-07-14 Thread Nitin
Is there a way I can tell GWT Compiler to generate MD5.cache.html files with some other extension. For eg. I want file generated should be something like MD5.cache.htm (.htm instead of .html) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

GWT Spring MVC implementation

2011-07-13 Thread Nitin
Hi, I am trying to use GWT in my existing Spring Web MVC project. I am having 2 problems: a) I am using Maven. When GWT code is compiled, the compiled files (including browser permutations html files and File.nocache.js) will be generated in the root of application war. I want it to be created

Validatejarfile takes a long time in apache tomcat 7

2010-10-18 Thread Nitin Kamate
Hello everyone, I get the following info in my Maven-GWt project while starting Tomcat server 7. And it takes too long more than 2-3 minutes to continue start up. It comes to this step and stops for a long time. can u pls tell me why is it happening? My other friends dont get this problem.

Disable Widgets till File Upload is complete

2010-10-05 Thread Nitin
click on the widgets and change the field values even after the form is complete. I am using GWT for my application. Can anybody suggest me on how i can achieve disabling widgets and still make the widget accessible on the server side. Please help me Thanking you. Regards, Nitin -- You

How to disable a Horizontal Panel

2010-09-22 Thread Nitin
HEY! I have a an issue to be addressed. I am using Horizontal Panel on a form To add a few widgets like suggestBox, anchor etc. Now, when i click submit button, i should disable all the widgets on the panel. I am unable to do it for suggest box and the anchor. So can u help me if there are any

RE: Facing a Problem with tomcat deployment

2009-08-25 Thread Nitin Gupta
Sorry here is the exception that I am facing java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 Regards nitin -Original Message- From: tin [mailto:nitingupta...@gmail.com] Sent: Tuesday, August 25, 2009 1:20 PM To: Google Web Toolkit Cc: nitingupta...@gmail.com Subject: Facing

Re: gwt template

2009-04-02 Thread Nitin Sawant
Why you using templates? On Apr 2, 9:20 am, asianCoolz second.co...@gmail.com wrote: which template library do u folks recommend ? i found few athttp://code.google.com/p/gwt-templates/http://jawspeak.com/2008/11/29/introducting-jaws-very-simple-gwt-html... which one is more flexible?

Discussion on security-for-gwt-applications

2009-02-23 Thread Nitin Sawant
make the GWT more secure. so that the evil f**kers won't hack my site.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Search Engine Optimization of GWT based webapp

2009-02-23 Thread Nitin Sawant
I want ask about the search engine friendlyness of GWT based web applications, if i develop my webapp using GWT then will it be search engine friendly? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Exception in RPC call - 'XMLHttpRequest' is undefined in GWT 1.5.3 in IE

2008-12-28 Thread NItin
. On Dec 26, 5:45 pm, Eric Ponthiaux ponthiaux.e...@gmail.com wrote: This look strange . I use the same GWT version as yours and i got no pb . NItin a écrit : We are migrating GWT 1.5.2 to 1.5.3, and I have RPC code which works fine in GWT 1.5.2 same code is not working in GWT 1.5.3

help widget

2008-09-11 Thread Nitin
approach for making help ? 2. In this approach we need to call different function .But how to remember function name for every call. Nitin Nitin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Tabpanel Mouse Over

2008-09-02 Thread Nitin
: { Window.alert(out); break; } default: { } } } } Please suggest solution . Could any one tell what is difference between TabPanel and TabBar . Thanks Nitin