Re: Can not debug in Eclipse

2015-08-11 Thread Bhavik Kothari
GWT since many years but this is something very weird, even my firewall is off, so no point thinking that as well. Thanks Bhavik. On Tuesday, May 19, 2009 at 1:54:52 AM UTC+5:30, sfeinst wrote: > > I installed Eclipse 3.4.2. I then installed the Eclipse plugin for > GWT. I fol

.gwt-TabBarItem - setting Max width

2010-08-12 Thread Bhavik
readjusted.Is there any option to this. .gwt-TabBarItem { max-width: 30px; margin-right: 3px; margin-bottom: 2px; padding: 1px 5px; background-color: #C6CAB7; color: white; font-size: 10pt; cursor: pointer; } Thanks, Bhavik -- You

Re: Dynamic Properties File Creation not effective

2009-05-23 Thread Bhavik
.. Thank you for helping Regards, Bhavik. --~--~-~--~~~---~--~~ 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 T

Re: Dynamic Properties File Creation not effective

2009-05-21 Thread Bhavik
the project. Does it access the properties file and then read the key/ value pairs or it stores the key/value pair somewhere while compile. If it is so then it is a BUG in GWT while handling properties files. I hope you understood my problem now. Please help me out. Thanks and Regards, - Bha

Dynamic Properties File Creation not effective

2009-05-19 Thread Bhavik
I am using GWT 1.6.4, with OS WinXP, Browser : IE6, IE7, FF I want to create dynamic properties file as per user requirement. On server side, I am creating a properties file in the Folder - " \war\WEB-INF\classes\com\abcProject\client\abc.properties" I have made entries in abc.GWT.xml file

Re: Grid is not displayed in IE 7

2009-05-14 Thread Bhavik
Hello Friends, I got the problem solved... Actually, when I used dynamic grid - Grouping data by one column. There I removed one line as I didnot wanted to sort the records. Due to this IE7 gave an error saying null or not an object When I added the line - sort records by a column. Then it work

Re: Change GWT locale dynamically

2009-05-14 Thread Bhavik
Hello Friends, I too recently had the same problem as yours. My requirement was a user can change the language on his wish from the ComboBox. So the solution I did with is I used JSNI (JavaScript Native Interface). - Javascript to be written into Java file. I put a combox. and on its "onSelect(

Applet is not working in GWT

2009-05-08 Thread Bhavik
Hi All! I'm using Applet with GWT. but i am getting so many prblems as i am new to GWT. My requirement is to run Applet in GWT. In which I am getting exception like... [ERROR] Unable to load module entry point class com.nextenders.client.AppletDemo (see associated exception for details) java

GWT creates one JavaScript file for one application Can it be splitted into more than one?

2009-05-08 Thread Bhavik
Hello Friends, I have a doubt regarding creation of Javascript file, for a particular GWT Web Application. How much number of javascript files or how much big a java script file would be created for one GWT Application. If in case a very large Enterprise application has to be created in GWT then

GWT creates one JavaScript file for one application Can it be splitted into more than one?

2009-05-08 Thread Bhavik
Hello Friends, I have a doubt regarding creation of Javascript file, for a particular GWT Web Application. How much number of javascript files or how much big a java script file would be created for one GWT Application. If in case a very large Enterprise application has to be created in GWT then

GWT creates one JavaScript file for one application Can it be splitted into more than one?

2009-05-08 Thread Bhavik
Hello Friends, I have a doubt regarding creation of Javascript file, for a particular GWT Web Application. How much number of javascript files or how much big a java script file would be created for one GWT Application. If in case a very large Enterprise application has to be created in GWT then

Applet is working inside GWT - plz help Urgent

2009-05-08 Thread Bhavik
Hi All! I'm using Applet with GWT. but i am getting so many prblems as i am new to GWT. I am getting exception like... [ERROR] Unable to load module entry point class com.nextenders.client.AppletDemo (see associated exception for details) java.lang.NoClassDefFoundError: sun/plugin2/main/serve

Grid is not displayed in IE 7

2009-04-27 Thread Bhavik
hello, I have added a grid into a panel. I have getting data from database into grid to display. It works well when I run in Google Web Application, but when I compile for IE 7 the same grid is not displayed. A java script error is display : Error : 'this.sortInfo.field' is null or not an object