Since javascript doesn't provide a way to minimize a browser window,  
you aren't going to be able to do it in GWT.

In fact, any time you attempt to move, resize or close a window that  
is not a direct result of user action, AND an expected result from  
that action you are going to upset your users.

Truly your requirement is broken in a couple of ways. 1 that it is  
expecting to reinvent a well known and understood feature of the  
browser (that, by the way, you don't have access to for good reason).  
and 2 web applications are not guaranteed to be running on a platform  
that even has a concept of minimize or maximize (iphone or android for  
example).

The world of the web is not (nor has it ever really been) windows  
centric, so it is best to not think in those terms.

-jason

On Oct 28, 2009, at 10:47 AM, Rinku wrote:

>
> Thanks for your reply Kris and DaveS.
> But I have requiement to provide my own mimimize and maximize button.
>
>
>
> On Oct 28, 7:39 pm, DaveS <dave.sell...@gmail.com> wrote:
>> Why not just use the browser's own minimise button?
>>
>> I'm sure you won't be able to minimise the browser from inside
>> JavaScript 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 minimize and maximize button in my Application.
>>>> When I click on minimize button, my application should minimize  
>>>> like
>>>> our application
>>>>  (If we minimize any application in our PC, that application is
>>>> displaying in our taskbar)
>>>> I want my application should display in taskbar after minimize.
>>
>>>> I know how to resize the application to its minimum size.
>>>> But resize is not ful filling  my requirement.
>>
>>>> Please help me.
>>
>>>> On Oct 27, 7:07 pm, "ganesh.shirsat" <ganesh.shir...@gmail.com>  
>>>> wrote:
>>
>>>>> i tried this but javascript 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, but
>>>>>> doubt that this is possible.
>>
>>>>>> Regards, Lothar
> >


--~--~---------~--~----~------------~-------~--~----~
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, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to