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 comment Share on other sites More sharing options...
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 comment Share on other sites More sharing options...
Share Posted November 13, 2013 Great, thanks for letting us know. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now