Question
How to open the tool options panel?
Is there a way to open the tool options panel in a script (the one from the menu under Window > Options).
I figure this would probably need done using app.runMenuItem (stringIDToTypeID ("AddStringHere"));. I've been looking throught the string terminologies in the SDK files. However, I can't seem to figure out if there is a string to command opening the options panel.
