How do I bring up custom properties window through macro?
I need to write a macro that will be called by a doubleclick event on a shape that will open up a shape’s custom properties window, and after OK is clicked it does a database refresh/update. I figured out how to refresh and update, but can not figure out how to make the macro pop up a “Custom Properties” window (and wait for the user to click OK before proceeding). Custom properties can be called via a right click on the shape or through the menu on under Shape –> Custom Properties. Thanks.