Jump to content
Search Community

Images and Text changing coordinates on select

rangi test
Moderator Tag

Recommended Posts

Hi,

 

I've been developing an application in Flex Builder 3 where a user is able to add images and text to a canvas and then manipulate and export out a final JPG or PNG. I was previously using the ObjectHandles library by Rogue Development and found that it did not have as full a feature set as the AS3 Transform Manager that you provide. I have purchased the transform manager from your website and have implemented it into my application after removing all references to the previous library. The trouble I am having at the moment is that whenever I select an image the image immediately disappears and when I select a label its coordinates seem to reset themselves to the top left hand corner of the canvas (AS3 Transform Manager). It also does the same thing for any image or labels that are added dynamically to the app at runtime and was wondering if anyone else has had the same issue or if this is a known bug either in the AS3 Transform Manager or in the Flex Framework. The only events that are being binded to the images and labels are to display a toolbar panel once the item has been selected allowing the user to change font colors, etc. There are also two other events that are being binded to other elements on the canvas. One event keeps the crop window (Box) centered on the canvas as well as another event which works out how far the images and labels are from this crop window for when the application window gets resized so that they stay in the same position. All those events/functions work fine as well as the events that display the toolbar options for manipulating text/images. If anyone has some suggestions please let me know as soon as possible as this is for a paid project and the deadline is creeping up.

 

Thanks in advance.

Link to comment
Share on other sites

No, there are no known bugs in TransformManager - I suspect there's something else going on in your app that's causing the odd behavior. It's tough to know for sure without seeing the issue reproduced and glancing at the code. Feel free to create a separate super-simple demo project that shows the problem and send it to me.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...