cheerq / flexmdi

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

Flex 3: Minimize a maximized window bug #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an application
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
layout="absolute" xmlns:flexmdi="flexmdi.containers.*">
<flexmdi:MDICanvas width="100%" height="100%">
    <flexmdi:MDIWindow />
</flexmdi:MDICanvas>
</mx:Application>
2. Maximize
3. Minimize

What is the expected output? What do you see instead?
Nice little minimized bar.   Huge window on the bottom.

Please provide any additional information below.
Moxie B2

Original issue reported on code.google.com by robert.b...@gmail.com on 19 Oct 2007 at 12:55

GoogleCodeExporter commented 8 years ago
Found a reason: I didn't set any effects, 
adding 'effectsLib="{flexmdi.effects.effectsLib.MDIVistaEffects}"' to the 
MDICanvas 
solved the problem

Original comment by robert.b...@gmail.com on 19 Oct 2007 at 2:04

GoogleCodeExporter commented 8 years ago
Base effects class fixed to perform correctly as well.

Original comment by ben.clin...@gmail.com on 10 Jan 2008 at 7:28