Looking to have a toolbar appear when the mouse pointer hovers over a shape and disappear when it hovers off the shape. Right now the toolbar appears when i left click on the shape. I've tried emulating a "click" event on the mouse entering event, but it looks like that is too late in the event cycle and the toolbar does not appear. I'm trying to emulate a "tap" event, but having trouble with the data needed to simulate the event through the trigger function. Is this the correct way to accomplish showing the toolbar for a shape? Thanks