Re: How to minimize browser using GWT ?

2009-10-29 Thread Rinku
t; > But on the information you've given us, I agree - it sounds like it's > time to question the requirement. Sometimes people say, "It must have > a minimize button," when what they really mean is, "it should work the > way other stuff does." > > On

Re: How to minimize browser using GWT ?

2009-10-28 Thread Rinku
JavaScript code. > >   Dave. > > On Oct 28, 1:24 pm, Rinku wrote: > > > Please help me. > > It is very urgent. > > > Thanks in advance. > > > On Oct 28, 9:42 am, Rinku wrote: > > > > Thanks for your replies. > > > First I am explain

Re: How to minimize browser using GWT ?

2009-10-28 Thread Rinku
Please help me. It is very urgent. Thanks in advance. On Oct 28, 9:42 am, Rinku wrote: > Thanks for your replies. > First I am explaining my requirement :- > > I created my own minimize and maximize button in my Application. > When I click on minimize button, my application

Re: Window Focus on chrome

2009-10-28 Thread Rinku
I am also looking for this solution. On Oct 28, 2:15 pm, "ganesh.shirsat" wrote: > hi any one tell me > how we focus on chrome browser using gwt. > Javascript issue? window.focus() doesn't work in Chrome! --~--~-~--~~~---~--~~ You received this message because yo

Re: How to minimize browser using GWT ?

2009-10-27 Thread Rinku
any solution for minimize the > window. > > On Oct 27, 7:00 pm, Lothar Kimmeringer wrote: > > > Rinku schrieb: > > > > How to minimize browser using GWT ? > > > If you replace GWT with HTML/Javascript and know the answer, > > you can answer that for you

How to minimize browser using GWT ?

2009-10-27 Thread Rinku
How to minimize browser using GWT ? --~--~-~--~~~---~--~~ 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 To unsubscribe from this group,

Re: How to get file seperator in gwt ?

2009-01-30 Thread Rinku
Thanks Lothar. I will try it. On Jan 30, 2:37 pm, Lothar Kimmeringer wrote: > Rinku schrieb: > > > I am using FileUploadWidget to upload a file. > > After uploading file I am adding the uploaded filename in a ListBox to > > display the uploaded filename to the user. &

Re: How to get file seperator in gwt ?

2009-01-29 Thread Rinku
you could always make > an Async call to a service that called System.getProperty(); > > I can't help feeling, though,  that the fact that you want to get the > file separator in the client would suggest that what you are trying to > do with it isn't going to work. >

How to get file seperator in gwt ?

2009-01-29 Thread Rinku
How to get file seperator in gwt to because System.getProperty ("file.separator") is not working on client side ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, se

Re: onHistoryChange(String token) is not working.

2008-12-22 Thread Rinku
Hi Sumit, I am using both IE and Firefox. On both browser I am facing this issue. On Dec 22, 9:59 pm, Sumit Chandel wrote: > Hi Rinku, > > Which browser does this occur on? I think the problem you're experiencing is > related to Issue #624 that Thomas mentioned above, but you

Re: Found bug in Gwt 1.5.3 History class

2008-12-22 Thread Rinku
;d file > > a bug report in the GWT issue tracker > >http://code.google.com/p/google-web-toolkit/issues/list > > > -- > > Arthur Kalmenson > > > On Thu, Dec 18, 2008 at 1:02 AM, Rinku wrote: > > >> Can anybody help me to solve this bug ? > &g

Re: onHistoryChange(String token) is not working.

2008-12-17 Thread Rinku
Can anybody help me to solve this bug ? On Dec 17, 10:30 am, Rinku wrote: > Similar issue is reported in this thread > also.http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa... > > On Dec 17, 10:18 am, Rinku wrote: > > > Hi Thomas, > > Thanks f

Re: Found bug in Gwt 1.5.3 History class

2008-12-17 Thread Rinku
Can anybody help me to solve this bug ? On Dec 17, 11:21 am, Rinku wrote: > Please pay attention to this bug. > > The similar bug is reported in this thread > :-http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa... > > On Dec 16, 3:33 pm, Rinku wrote:

Re: Found bug in Gwt 1.5.3 History class

2008-12-16 Thread Rinku
Please pay attention to this bug. The similar bug is reported in this thread :- http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/deed65e63d12aea3/f654432e3a2be126?lnk=gst&q=History.back+issue#f654432e3a2be126 On Dec 16, 3:33 pm, Rinku wrote: > Hi, >

Re: onHistoryChange(String token) is not working.

2008-12-16 Thread Rinku
Similar issue is reported in this thread also. http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/deed65e63d12aea3/f654432e3a2be126?lnk=gst&q=History.back+issue#f654432e3a2be126 On Dec 17, 10:18 am, Rinku wrote: > Hi Thomas, > Thanks for reply. > > Yes. sin

Re: onHistoryChange(String token) is not working.

2008-12-16 Thread Rinku
Hi Thomas, Thanks for reply. Yes. single vs. multiple is affecting the history. I am using History.back() to move on the previousHistoryToken which is only working when I am uploading single file. Please reply soon. On Dec 16, 7:04 pm, Thomas Broyer wrote: > On 11 déc, 14:43, Rinku wr

Re: onHistoryChange(String token) is not working.

2008-12-16 Thread Rinku
works. Only History.back() is creating problem when I am uploading multiple file by FileUploadWidget ? Please reply soon. On Dec 16, 10:10 am, Gabriel Gutierrez wrote: > di u register it? > > History.addHistoryListener(this); > > this = EntryPoint class > > Regards, > >

Found bug in Gwt 1.5.3 History class

2008-12-16 Thread Rinku
Hi, I am using FileUploadWidget, when ever I am uploading more that one files with file upload widget, History.back() is not working. It is not calling onHistoryChanged(String token) method. If I am using uploading one file from FileUploadWidget then History.back() is working fine. What is issue

Re: onHistoryChange(String token) is not working.

2008-12-15 Thread Rinku
On Dec 11, 6:43 pm, Rinku wrote: > Hi, > I am using FileUpload Widget to upload a file. > When I am upolading more than one  files  with FileUploadWidget and > after uploading  the files  I am using History.back on a click of a > button then onHistoryChange() method is not invok

onHistoryChange(String token) is not working.

2008-12-11 Thread Rinku
Hi, I am using FileUpload Widget to upload a file. When I am upolading more than one files with FileUploadWidget and after uploading the files I am using History.back on a click of a button then onHistoryChange() method is not invoking. When I am uploading a single file then onHistoryChange()