Jump to content
Search Community

TransformManager/checkForDeselect() exception

ofirpicazo test
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

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