PDA

View Full Version : How can I open 'Misc' tab on Album propsheet?



Balok
07-19-2008, 01:00 PM
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.

andrei_c
07-22-2008, 03:08 AM
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

Balok
08-02-2008, 06:08 PM
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.