Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. compile and run the air app(it pops a window)
2. click button "Window Visibility Update", it will toggle window.visible value
Actual Results:
window shows up when first click, after that, window doesn't toggle for visibility since even window.visible=false.
Expected Results:
window should show/hide when click the button
Workaround (if any):
remove the statement:
win.setStyle("hideEffect", myFade1);
then it works as expected.