Share Posted November 12, 2013 I have an image editing application that I'm trying to add the ability to change the size/orientation of the image. Once the FlexTransformManager is resized, however, the "draggable" area remains the same as the old size. For example, if I have a 1280x720 FlexTransformManager, then I change the size to 720x120 (From Landscape to Portrait), then items managed by the transform manager are still draggable within the old 1280x720 bounds. Is there a "reset" method or "re-initialize" method that would reset the draggable area of the transformmanager after a resize? Link to post Share on other sites
Author Share Posted November 12, 2013 Figured it out, was refactoring and had unwittingly violated the "with and height cannot be percentages" rule. Great product! 1 Link to post Share on other sites