hi
i developp an extension for indesign with CS extension builder 2 and flashbuilder 4.6 and i don't find the Page panel menu command "detach all master item" in the page method... how detach all the master item of a page ?
thanks
Simon
Questions specific to InDesign Scripting should be asked on the InDesign Scripting forum: http://forums.adobe.com/community/indesign/indesign_scripting
To answer your question, you should loop through all page items and use myPageItem.detach() (assuming it's an overridden master page item).
Harbs
yes i know it's not the right forum but in the other one, nobody answer...
when i loop with :
for each(var bloc in myPage.allPageItems){
...
}
it don't retrieve the master page items...
i can access to this items with :
for each(var bloc in myPage.masterPageItems){
bloc.detach();
}
but when i try to detach, indesign try de detach the item in the master page and not in the page....
North America
Europe, Middle East and Africa
Asia Pacific