Re: How to minimize browser using GWT ?

2009-10-30 Thread Rinku
. 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 Oct 28, 4:47 pm, Rinku ashishkushwaha1...@gmail.com wrote

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 ganesh.shir...@gmail.com 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

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 ashishkushwaha1...@gmail.com 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

Re: How to minimize browser using GWT ?

2009-10-28 Thread Rinku
code.   Dave. On Oct 28, 1:24 pm, Rinku ashishkushwaha1...@gmail.com wrote: Please help me. It is very urgent. Thanks in advance. On Oct 28, 9:42 am, Rinku ashishkushwaha1...@gmail.com wrote: Thanks for your replies. First I am explaining my requirement :- I created my own

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 minimize browser using GWT ?

2009-10-27 Thread Rinku
not provide any solution for minimize the window. On Oct 27, 7:00 pm, Lothar Kimmeringer j...@kimmeringer.de 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 yourself. I don't know the answer

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 j...@kimmeringer.de 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. From server side

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, send

Re: How to get file seperator in gwt ?

2009-01-29 Thread Rinku
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. On Jan 30, 4:34 am, Rinku ashishkushwaha1...@gmail.com wrote: How to get file seperator in gwt to because System.getProperty

Re: Found bug in Gwt 1.5.3 History class

2008-12-22 Thread Rinku
://code.google.com/p/google-web-toolkit/issues/list -- Arthur Kalmenson On Thu, Dec 18, 2008 at 1:02 AM, Rinku ashishkushwaha1...@gmail.com wrote: Can anybody help me to solve this bug ? On Dec 17, 11:21 am, Rinku ashishkushwaha1...@gmail.com wrote: Please pay attention to this bug

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 sumitchan...@google.com 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

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 ashishkushwaha1...@gmail.com 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

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 ashishkushwaha1...@gmail.com 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 ashishkushwaha1...@gmail.com wrote: Hi

Re: onHistoryChange(String token) is not working.

2008-12-16 Thread Rinku
:49 pm, Rinku ashishkushwaha1...@gmail.com wrote: On Dec 11, 6:43 pm, Rinku ashishkushwaha1...@gmail.com 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

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-16 Thread Rinku
, Rinku ashishkushwaha1...@gmail.com 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 invoking. See

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=gstq=History.back+issue#f654432e3a2be126 On Dec 17, 10:18 am, Rinku ashishkushwaha1...@gmail.com wrote: Hi Thomas, Thanks for reply. Yes

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=gstq=History.back+issue#f654432e3a2be126 On Dec 16, 3:33 pm, Rinku ashishkushwaha1...@gmail.com wrote: Hi

Re: onHistoryChange(String token) is not working.

2008-12-15 Thread Rinku
On Dec 11, 6:43 pm, Rinku ashishkushwaha1...@gmail.com 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

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