Hey Everyone, I have a question about the editing tools. In my application I am using the template picker as well as the editing toolbar, in particular the reshape and cut tool. I am wondering what the best way to prevent the attribute inspector from appearing without interfering with any other tools. For example I used the dojo.connect(myEditableLayer,"onClick") and called dojo.stop(evt) to prevent the default behavior from the onClick and stop the attribute inspector from popping up which works, but when I go to use the reshape tool I can't start inside the feature's geometry. What would be the best way to prevent the attribute inspector from being available to my user's?