Is there a code for use with window.external.editdisc's second parameter that will open the property sheet directly to the Misc page? Thanks.
Is there a code for use with window.external.editdisc's second parameter that will open the property sheet directly to the Misc page? Thanks.
Try negative index of the page you want to display.
For example, try -9 for the Misc page if you have one custom page, -8 if you have no custom pages, etc.
Andrei
That seems to work.
Would it be possible, I wonder, to make window.external.editdisc accept the name (e.g. "Misc") of a tab? That way if new tabs got added, it wouldn't break code written with indexes.