Jump to content
GreenSock

ofirpicazo

TransformManager/checkForDeselect() exception

Moderator Tag

Recommended Posts

I'm using Flex 4, and whenever I switch to a state where the Transform Manager does not exist the following exception is thrown:

 

TypeError: Error #1009: Cannot access a property or method of a null object reference.

at com.greensock.transform::TransformManager/checkForDeselect()

 

My TransformManager is defined like this:

									x="130" 
								y="100"
								width="698"
								height="413"
								constrainScale="true"
								forceSelectionToFront="false"
								autoDeselect="false"
								hideCenterHandle="true">

 

Is there anything I'm doing wrong? How can I catch and dismiss this exception?, since it doesn't affect my app at all, except for the annoying message.

 

I'm using library version 1.882.

 

Thanks for your help.

Link to comment
Share on other sites

Please download and try the latest version (1.883). https://www.greensock.com/account/. I added a conditional statement that should resolve things although I wasn't able to replicate the issue on my end, so let me know if the fix works for you.

Link to comment
Share on other sites

Thanks a lot, your fix works and solves my problem :)

 

Keep up the good work!

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.
×