I want to selection tool to have marquee tool functionality as well. Normally in graphical application user donot have to select marquee to select multiple objects with mouse, it can be done with selection tool.
Jan Krakora Messages: 402 Registered: December 2009 Location: Prague
Senior Member
You have to return the MarqueeDragTracker from getDragTracker(Request req) of your content edit part. Then it should just work even if you have the SelectionTool active.