Jump to content
Search Community

christophe.herreman

Members
  • Posts

    2
  • Joined

  • Last visited

christophe.herreman's Achievements

0

Reputation

  1. Hi, is there any way to hide the handles when rotation and/or scaling is not allowed? It seems misleading to the user to show these. regards, Christophe
  2. Hi, there seems to be an error with the metadata in the FlexTransformManager class. Since the TransformEvent types all start with "tm", the metadata should also reference those. Here is the updated code: [Event(name="tmMove", type="com.greensock.events.TransformEvent")] [Event(name="tmScale", type="com.greensock.events.TransformEvent")] [Event(name="tmRotate", type="com.greensock.events.TransformEvent")] [Event(name="tmSelect", type="com.greensock.events.TransformEvent")] [Event(name="tmMouseDown", type="com.greensock.events.TransformEvent")] [Event(name="tmSelectMouseDown", type="com.greensock.events.TransformEvent")] [Event(name="tmSelectMouseUp", type="com.greensock.events.TransformEvent")] [Event(name="tmDelete", type="com.greensock.events.TransformEvent")] [Event(name="tmSelectionChange", type="com.greensock.events.TransformEvent")] [Event(name="tmDeselect", type="com.greensock.events.TransformEvent")] [Event(name="tmClickOff", type="com.greensock.events.TransformEvent")] [Event(name="tmUpdate", type="com.greensock.events.TransformEvent")] [Event(name="tmDepthChange", type="com.greensock.events.TransformEvent")] [Event(name="tmDestroy", type="com.greensock.events.TransformEvent")] [Event(name="tmFinishInteractiveMove", type="com.greensock.events.TransformEvent")] [Event(name="tmFinishInteractiveScale", type="com.greensock.events.TransformEvent")] [Event(name="tmFinishInteractiveRotate", type="com.greensock.events.TransformEvent")] [Event(name="tmDoubleClick", type="com.greensock.events.TransformEvent")] regards, Christophe __ http://www.herrodius.com
×
×
  • Create New...