Can anyone recommend the best way to hide specific handles...
I want to keep the corner handles, but remove the V and H handles, but and here's the catch, depending on what kind of item has been selected... So I need to check all the selected items whenever an TransformItem is selected, if a particular type (i.e. the TransformItems target) is contained in that list, turn off / on the handles.
I've extended the TransformManager for a few other tweaks, and have tried to implement this in the redrawHandles method, but am having no joy.
Hiding Handles
in TransformManager (Flash)
Posted
Hi,
Can anyone recommend the best way to hide specific handles...
I want to keep the corner handles, but remove the V and H handles, but and here's the catch, depending on what kind of item has been selected... So I need to check all the selected items whenever an TransformItem is selected, if a particular type (i.e. the TransformItems target) is contained in that list, turn off / on the handles.
I've extended the TransformManager for a few other tweaks, and have tried to implement this in the redrawHandles method, but am having no joy.
Any suggestions?
A\