So I created a custom Itool that is implemented within the ImageEditor. When you attach a tool any other tool that was attached becomes Detached. I need to have the ability to have multiple tools attached to the Image Editor at the same time.. so the user could see multiple Rectangles around areas of the image ,as my tool is similar to the crop tool but does not crop my image, at the same time. They would be distinguished by there color and if they have the ability to change the size via the mouse. so if 2 were up andthe user moused down within 1 of them that tool would be come the active tool and the user could modify it.
So when I try to attach another instance of my tool the first one becomes detached. there must be a way to override this behavior?
Any help is greatly appreciated.
-Traci
So when I try to attach another instance of my tool the first one becomes detached. there must be a way to override this behavior?
Any help is greatly appreciated.
-Traci