Re: Upload request cancelled

2015-11-05 Thread Tushar Bhasme
SubmitCompleteEvent. Thanks, Tushar On Thursday, November 5, 2015 at 3:13:56 PM UTC+5:30, Mohammed Sameen wrote: > > Can you share the code snippet? > > On Saturday, October 31, 2015 at 11:36:33 PM UTC+5:30, Tushar Bhasme wrote: >> >> I am trying to upload files using FormPanel an

Upload request cancelled

2015-10-31 Thread Tushar Bhasme
pletes successfully but the browser receives no response and my *FormPanel.SubmitCompleteHandler* is not executed. Any idea why this could be happening? It does work sometimes though and once it works, it does not fail thereafter. Thanks, Tushar -- You received this message because you are subs

Re: I18N- sharing Constants

2015-06-16 Thread Tushar Bhasme
Correction: I am getting the behavior I wanted for *LoginLabels.java* such that *LoginLabels_fr extends CommonLabels_fr* by default. It works as I intended. But I still don't know why it is not generating a *CommonLabels_fr.java* Thanks, Tushar On Wednesday, June 17, 2015 at 12:25:00 AM

I18N- sharing Constants

2015-06-16 Thread Tushar Bhasme
*LoginLabels.java* such that *LoginLabels_fr extends CommonLabels_fr* Thanks, Tushar -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolki

Global AsyncCallback handling

2015-03-18 Thread Tushar Bhasme
to the pages revealed by revealErrorPlace and revealUnauthorizedPlace. (Note that the default implementations call revealDefaultPlace)" Thanks, Tushar -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from t

Re: CellList inside a panel of 100% height

2015-02-25 Thread tushar bhasme
I guess the height here is set to enable scrolling if data exceeds the given pixels. Thanks, Tushar Bhasme On Wed, Feb 25, 2015 at 11:26 PM, Magnus wrote: > Thank you very much! This works! > > I don't know why, but I the parent's height is too much, so that I have to >

Re: CellList inside a panel of 100% height

2015-02-24 Thread Tushar Bhasme
table.setHeight(String.valueOf(Window.getClientHeight() - (the amount of px you want to leave from top)) + Unit.PX); Thanks, Tushar On Monday, February 23, 2015 at 8:48:34 AM UTC+5:30, Magnus wrote: > > Hi, > > consider the CellList example in GWT showcase: > > http://samp

Re: Grouping in GWT Celltable?

2015-02-24 Thread Tushar Bhasme
es an appearance of data being grouped. Thanks, Tushar On Monday, February 23, 2015 at 4:17:17 PM UTC+5:30, Mohammed wrote: > > Hi, > I need grouping in gwt celltable,Is it possible to have grouping on > celltable?Any example ,suggestion? > -- You received this message because you a

Re: Display images stored in database

2015-02-23 Thread Tushar Bhasme
her way to send the image to the browser? Thanks, Tushar On Sunday, February 22, 2015 at 11:53:06 PM UTC+5:30, Tushar Bhasme wrote: > > Hi, > > There have been many threads on this topic but I am facing a different > issue. We have to upload logo for each record entered. When r

Display images stored in database

2015-02-22 Thread Tushar Bhasme
. On page refresh, it randomly shows either of the images user had uploaded for the record, even though the record can have only one image associated to it. Could this be some browser caching issue? If it is, how can I get around it? Thanks, Tushar -- You received this message because you are

Re: integrating facebook login

2014-12-16 Thread Tushar Bhasme
Anyone? On Monday, December 15, 2014 3:04:30 PM UTC+5:30, Tushar Bhasme wrote: > > I thought so too, and that's why I called FB.XFBML.parse() after > initializing. > Putting fb:login-button directly in the binder does not compile. > > Thanks, > Tushar > > On Mond

Re: integrating facebook login

2014-12-15 Thread Tushar Bhasme
I thought so too, and that's why I called FB.XFBML.parse() after initializing. Putting fb:login-button directly in the binder does not compile. Thanks, Tushar On Monday, December 15, 2014 2:52:03 PM UTC+5:30, Nicolas Weeger wrote: > > Hello. > > > The Facebook script is pr

integrating facebook login

2014-12-15 Thread Tushar Bhasme
: and in view class: fbLoginButton.setHTML(""); and called fb parsing as jsni: private native void parseDomTree() /*-{ $wnd.FB.XFBML.parse(); }-*/; The login button still does not show up on screen. What did I miss? Thanks, Tushar -- You received this message because you ar

Accessing GWT functions through javascript

2014-04-24 Thread Tushar Tuteja
I have a gwt click handler which I want to invoke from javascript code . Can anyone give me a link to a example if it is possible. I want to pass an object also that I have defined as a java class in gwt.. regards, Tushar Tuteja -- You received this message because you are subscribed to the

Re: GWT client server communication

2011-05-27 Thread hamish tushar chandola
wrote: > you can use websockets but not many browsers support it. You can use comet > > google "gwt comet" > > > On Fri, May 27, 2011 at 12:36 PM, hamish tushar chandola > wrote: > > Hi Patrick, > > Is there a way in GWT to push data from server to clie

Re: GWT client server communication

2011-05-27 Thread hamish tushar chandola
Hi Ganesan, Is there a way in GWT to push data from server to client. Right now i am using RPC asyncallback but for that client needs to make request to server and then it responds. So its more like pull mechanism .I wud need push . Thanks Hamish On Fri, May 27, 2011 at 6:38 AM, J.Ganesan wrote:

Re: GWT client server communication

2011-05-27 Thread hamish tushar chandola
Hi Patrick, Is there a way in GWT to push data from server to client. Right now i am using RPC asyncallback but for that client needs to make request to server and then it responds. So its more like pull mechanism .I wud need push . Thanks Hamish On Fri, May 27, 2011 at 6:31 AM, Patrick Julien w

Problem while calling servlet using Jetty

2010-12-23 Thread Tushar
Hi Guys, I installed jetty on my ubuntu and uploaded my webapplication in webapps folder of jetty but when i am trying to call my servlet using $ajax $("#signIn").click(function(){ $.ajax({ type: "POST", url: "http://localhost:8090/myapp/myappmodule/getToken";, content

Re: cannot create servlet in Eclipse helios

2010-11-14 Thread Tushar
Just can't get plug-in to create servlets..tried all versions. Is anyone out there being able to create servlets with Eclipse Helios and GWT 2.1 on Windows? If you are, just say yes please! On Nov 14, 3:49 pm, Tushar wrote: > Tried it but does not seem to work. I tried clipse-jee-he

Re: cannot create servlet in Eclipse helios

2010-11-14 Thread Tushar
to install all your > Eclipse plugins again but sometimes this corrects 'mysterious' problems in > Eclipse. I'd try that first and if it doesn't resolve the issue post back > and let us know. > > Jeff > > > > > > > > > > On Sun, Nov 14

cannot create servlet in Eclipse helios

2010-11-14 Thread Tushar
just cannot create new Servlets. Help please! ~Tushar -- 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...@googlegroups.com. To unsubscribe from this group, send email to goo

not show time in date picker

2010-08-20 Thread Tushar
How to show only date and not time in date picker? -- 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...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+

How can i use Jquery-validation in GWT when we submit form ?

2009-10-28 Thread Tushar
submitButton.addClickListener(new ClickListener() { @Override public void onClick(Widget sender) { form.submit(); } }); form.addFormHandler(new FormHandler() { public void onSubmit(FormSubmitEv

Load GWT Widget in Remote Page

2009-10-16 Thread Tushar Parmar
Hello Friends, I facing some issues regarding loading a GWT widget inside a Remote Page using IFrame. I have loaded my page inside IFrame. Now i want to close my IFrame element from client page. Please help me out. Thanks a Lot!!!, Tushar