Share Posted December 6, 2008 First off thank you for creating such a library and will definitely be interested in buying a license. Right now I'm trying it out and getting to know the software. Please go to http://www.irzfx.com/misc/test.html There you will find a series of buttons, text, etc... On the right there is a create button, please click ... it will automatically create text for you on the red canvas, and it will be transformable as well. So what I'm trying to do is to have text input fields on the left to modify the text, size, etc... So with the text selected go to the text input field below the EDIT TEXT title and enter just one letter, you will see the selected text flip or scale!?? Why? I can show you the code I have so far if needed, but so you know I have the AutoDeselect off, so I'm using a ClickOff routine to check if the mouse is clicking on a field or not, this way the Selected Text stays selected. Thanks for your time Rafael Link to comment Share on other sites More sharing options...
Author Share Posted December 6, 2008 BTW I'm using the AS2 version. Link to comment Share on other sites More sharing options...
Share Posted December 6, 2008 Hm. Not sure why that's happening, but I doubt it has to do with a TransformManager problem. I'd need to see your code to know for sure, but I don't have a lot of time to dig into it anytime soon. Feel free to post, though, and if I (or anyone else) has time to take a peek, great. Do you have any onKeyPress event handlers or something? The flip seems to happen as soon as I press a key. Also, if you can, I'd HIGHLY recommend building your project in AS3. Not only is the core language MUCH faster, but the AS3 version of TransformManager has a ton of enhancements as it was rebuilt from the ground up with extra features. Just a thought. http://blog.greensock.com/transformmanageras3/ Cheers! 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