assetsense / gwtwindowmanager

Automatically exported from code.google.com/p/gwtwindowmanager
0 stars 0 forks source link

Enter one-line summary #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. GDesktopPane.setActivateFrame(internalFrame) does not works

What is the expected output? What do you see instead?
I have to workarround by using:
GInternalFrame.minimize();
GInternalFrame.window.restore();

What version of the product are you using? On what operating system?
GWT 1.4.10
gwt-widgets-0.1.4.jar
GWM 0.6.6

Please provide any additional information below.

Original issue reported on code.google.com by kelvin...@gmail.com on 6 Jun 2007 at 3:23