Share Posted October 26, 2010 Hi there, I am on the verge of buying the TransformManager, but before I do I would like to know some details. I have listed them below, any help will be much appreciated. 1. Is it possible to use TransformManager in Flash Builder 4 (Flex 4)? 2. If so, are there any examples or tutorials on how to use TransformManager and integrate it into a Flex project? 3. Can the TransformManager be a target of a drag & drop operation? Thank you in advance for any help. Link to comment Share on other sites More sharing options...
Share Posted October 26, 2010 Sure, you can use TransformManager in Flex 4. When you purchase it, you get a sample FLA as well as a sample Flex project. FlexTransformManager extends the Canvas object, so if that can be the target of a drag and drop, then yes (I'm not a big Flex guy, so I'm not familiar with doing any of its drag and drop stuff) Link to comment Share on other sites More sharing options...
Author Share Posted October 26, 2010 Aah Excellent, thank you for the speedy feedback. I'm purchasing the component now. Link to comment Share on other sites More sharing options...
Author Share Posted October 26, 2010 I wasn't sure where to put this, so I'm just going to type it in this thread. I found 2 bugs. 1. Manipulating the text control inside the TransformManager element doesn't work with Flash Builder 4. I didn't need it for this project so I just deleted it. 2. For some reason I cannot "drop" on the TransformManager element itself. It's like the hit-zone doesn't exist for it. I can however drop onto a child object of the TransformManager (I can make a small video to illustrate this if needed). I urgently need a workaround for issue 2. any help/ideas/suggestions would be awesome. Otherwise, a super component!!! Worth every penny, well done! Link to comment Share on other sites More sharing options...
Share Posted October 27, 2010 Any chance you could send me a sample project that demonstrates the issues so that I can compile and see for myself? It would be tremendously helpful in troubleshooting. Link to comment Share on other sites More sharing options...
Author Share Posted October 27, 2010 I made a workaround for the problem by adding an Image element with id="backdrop" and setting it to fill the entire area of the TransformManager. Then I used myManager.addIgnoredObject(backdrop). I can now drop another element onto the TransformManager and handle the appropriate events. 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