ListBox on Safari browser

2012-10-12 Thread Raja Shekhar
Hi, I have a form with a listbox and a push button named "Add". When button Add is clicked, it would add numbers/data to the listbox dynamically. Listbox is empty on form load. Case 1:(Failure) When ListBox is empty, place the cursor on listbox and click Add button. Then it is adding data to the

PasswordTextBox: Making password character visible for a moment

2011-10-19 Thread Raja Shekhar
Hi, I would like to make my PasswordTextBox shows typed character for a moment and then change to masking character. This behavior we generally see in Mobiles. Password Character will be shown for small amount of time. Is this possible in GWT ? if so, how can i do that? Can someone please provide

Dependency classes for com.google.gwt.logging.server.RemoteLoggingServiceImpl

2011-10-10 Thread Raja Shekhar
Hi, Are there any tools to find dependency classes for com.google.gwt.logging.server.RemoteLoggingServiceImpl class. I'm using CDA for this. but it is taking too long to analyze.Started yesterday, still continuing. -- Thanks, Raja -- You received this message because you are subscribed to the

GWT remote Logging

2011-10-04 Thread Raja Shekhar
Hi http://code.google.com/webtoolkit/doc/latest/DevGuideLogging.html#Remote_Logging As per the document, if i wish to have remoteLogging, do i need to write a servlet class remoteLoggingServlet? if so, could someone please provide me an example how it will look like? if not, what do i need to do

Please suggest me what widgets are suitable to have the attached UI

2011-09-12 Thread Raja Shekhar
Hi, I need to have the mentioned UI design for my application. i'm unable to find appropriate widgets to draw such containers. Please let me know what widgets that will help in designing my UI. Thanks, Raja -- You received this message because you are subscribed to the Google Groups "Google W

native implementation of com.google.gwt.core.client.JavaScriptObject

2011-08-25 Thread Raja Shekhar
Hi, Could anyone please provide me the location where i can the implementation of com.google.gwt.core.client.JavaScriptObject in GWT? Or I would like to create MOCK implementation for com.google.gwt.core.client.JavaScriptObject, please guide me on how to do this? -- Thanks, Raja -- You recei

JUnit testcase with SmartGwt

2011-08-22 Thread Raja Shekhar
Hi, i'm using SmartGwt for xpath. i'm able to execute it successfully in webapplication. i have written a GWTTestcase to test this. when i run that testcase, it is failing in runtime by throwing runtime exception. could someone please help me resolving this issue here is the exception info: jav

Re: Regular expressions in GWT

2011-08-22 Thread Raja Shekhar
Thanks. +Raja On Mon, Aug 22, 2011 at 2:51 PM, Jim Douglas wrote: > > http://google-web-toolkit.googlecode.com/svn/javadoc/2.3/com/google/gwt/regexp/shared/RegExp.html > > On Aug 21, 11:57 pm, Raja Shekhar wrote: > > Hi, > > > > Can we use java.util.regex.Patte

Regular expressions in GWT

2011-08-21 Thread Raja Shekhar
Hi, Can we use java.util.regex.Pattern in GWT? i'm getting the following error. [ERROR] [esms] - Line 31: No source code is available for type java.util.regex.Pattern; did you forget to inherit a required module? I included JRE. -- Thanks, Raja -- You received this message because you are su

Re: JUnit testing with GWT

2011-08-18 Thread Raja Shekhar
Hi, i have already gone through that link. apart from the text class, do i need to have any xml file for configuration? i'm using smartgwt library for xpath functions. i can't understand how to debug the error. here is my code: *public* *boolean* isPasswordExpired() { *int* expire = In