This repository was archived by the owner on Mar 23, 2019. It is now read-only.

Description
The value for the MDIWindowEvent.RESIZE constant is "resize" this is the same as the Flex 3 mx.events.ResizeEvent.RESIZE constant. This causes a conversion exception to be thrown whenever an MDIWindow is resized by any means.
The MDIWindowEvent.RESIZE String should be changed to something unique such as "resizeMDIWindow". This needs to be changed in both the MDIWindowEvent.as file as well as the MDIWindow.as file.
You can reproduce the error by using Firebug with FlashFirebug and trying to maximize or minimize a window.