View Full Version : Window.minimize() not working in gxt-1.1.1?
okwei
22 Oct 2008, 3:47 PM
Hi,
I just upgraded to gxt-1.1.1, and it seems that the Window.minimize() is not working for my webdesktop anymore, when I clicked on the minimize button, nothing happens, the window stay there.
anyone has any clue?
thanks
gslender
24 Oct 2008, 4:17 AM
post a simple test case that shows the problem...
mstguy01
30 Oct 2008, 4:26 AM
In case you haven't figured it out or others have this problem, the api changed in version 1.1.1 such that Windows do not automatically get added to the Desktop. You'll notice that nothing gets added to the taskbar so a minimized window has no place to go.
From the release notes for 1.1.1:
Added add and remove window to Desktop which now must be called to add windows to the desktop. Previously, any window that was opened was added to the desktop which was problematic as not all windows should be added to the task bar.have a look at the code for the Desktop example app and look for the addWindow call.
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.