bufanliu / flexlib

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

MDIwindow showControls problem #143

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. mdiwindow.showControl=false;
2. when i double-click the header of the mdiwindow the window maximized
3. and then the controls appears again..

What is the expected output? What do you see instead?
the control should never appears while the showControl property is set.

What version of the product are you using? On what operating system?
flex2.4 WinXP IE 6

Please provide any additional information below.
no more thanks

Original issue reported on code.google.com by yepi3...@gmail.com on 14 Jul 2008 at 3:22

GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 8 Jan 2009 at 5:29

GoogleCodeExporter commented 8 years ago
I have also found this to be an issue. However, If you combine this with
showCloseButton = "false" then at the very least the close button will not show 
up
ever. So I guess that is a partial work around until it gets resolved.

Original comment by khachi.p...@gmail.com on 25 Jun 2009 at 8:54

GoogleCodeExporter commented 8 years ago
in methods (functions) unMinimize(...) and maximize() on MDIWindow.as Class, 
the parameter showControls has been hardcode for TRUE, i change the class 
MDIWindow on these methods for get the original value like this.

showControls = Container(windowControls).visible;

Original comment by barrocal...@gmail.com on 1 Oct 2010 at 12:38