You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
You can see that the values are the same by comparing the values from the official Adobe Flex documentation for the ResizeEvent to the flexlib MDIWindowEvent.
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.
The text was updated successfully, but these errors were encountered: