lucianobroussal / gwtwindowmanager

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

setVisible will not de-iconify #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add a frame to a desktop.
2. Minimize the frame
3. Fire a setVisible(true) event from code.

What is the expected output? What do you see instead?
- The frame restores: ok
- The icon should be removed from the desktops taskbar: doesn't happen.

What version of the product are you using? On what operating system?
0.5.1 gwt 1.3.3 wxp

Please provide any additional information below.

Original issue reported on code.google.com by robbie.d...@gmail.com on 15 Feb 2007 at 11:47

GoogleCodeExporter commented 8 years ago
Fixed.
Better to call  myWin.getDesktopPane().deIconify(myWin);

setVisible() is guarded now if the call is done on a minimized window.

The setVisible could work but nicer to do the right call.

Original comment by luciano.broussal@gmail.com on 9 Apr 2007 at 5:24