Re: Appearance of extra scroll bar in GWT Datagrid

2013-08-19 Thread Harsh Yadav
Hi, Does anyone else see the same issue? Any input is appreciated. Thanks, Harsh On Sat, Aug 10, 2013 at 5:02 PM, Harsh Yadav wrote: > Found in GWT 2.5 > *Encountered on OS / Browser:* > > Mac OSX 10.8.4, Chrome, Safari. This is not an issue on Firefox. > *Detailed descript

Change CellTable Cell colors

2011-03-10 Thread harsh yadav
). Now in my CellTable, I want to highlight these values. Any idea/approach to carry out this. I am using KEY_PROVIDER. And the values I want to highlight populates from the KEY_PROVIDER column. Thanks in advance. --Harsh Yadav -- You received this message because you are subscribed to the Google

Re: Can't serialize a Hashset for an RPC call

2011-03-07 Thread harsh yadav
Did you tried using java.util.HashSet?? That should work fine and is serializable. --Harsh Yadav On Mon, Mar 7, 2011 at 1:31 AM, Chris D wrote: > Hey everyone, > > So I have a pool that has many users, and users can also have many > pools, so it's a pretty straightfor

GWTAI in GWT (Applet Integration)

2010-04-28 Thread Harsh Yadav
Hi all, I want to use GWTAI to integrate an applet in my GWT application. I couldnt get it to run with my GWT application. Has anyone use GWTAI successfully to integrate an applet in GWT application. Or is there any better way to do the same in GWT. Thanks and Regards, Harsh Yadav -- You

Re: GWT File Uploader

2010-04-27 Thread Harsh Yadav
ither could I select the folder name itself. Is there any other smart way to do this i.e. to allow users selecting a folder so that we can process all the files inside it. Regards, Harsh Yadav On Tue, Apr 27, 2010 at 4:52 PM, Jeff Chimene wrote: > On 04/27/2010 12:13 PM, harsh.y.yadav wrote

Re: Update Progress Pop Up

2010-04-26 Thread Harsh Yadav
Thanks a lot. That code just worked fine for me. Regards, Harsh Yadav On Mon, Apr 26, 2010 at 3:55 PM, kozura wrote: > > http://groups.google.com/group/google-web-toolkit/browse_thread/thread/b6f045a1e5b7496c/d8b9f6a97b17eb98 > > On Apr 26, 1:40 pm, Harsh Yadav wrote: > >

Update Progress Pop Up

2010-04-26 Thread Harsh Yadav
to access resources before everything is loaded. Is there a way to do it. Thanks and Regards, Harsh Yadav -- 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...@googlegrou

gwt code server + javaw.exe crashing

2010-04-26 Thread Harsh Yadav
Could any one tell the reason for this issue and how it could be resolved. I was using JDK 6 Update 17, and tried installing Update 20, but the issue still remains. Thanks and Regards, Harsh Yadav -- You received this message because you are subscribed to the Google Groups "Google Web Too

Multiple Servlets Issue

2010-03-02 Thread Harsh Yadav
I am trying to create multiple servlets. When I add them separately in the web.xml file, and try to run my application, I get errors, and it wont run. Could anyone suggest, how I can handle multiple servlets in GWT, so that I could separate logic. Thanks. -- You received this message because y