Hi,
I'm an extension developer and I have an extension that add a new menu label
to the DW_Commands menu This work well on DwMx but I have a problem on Dw8
because the dw8 don't display the new menu labels.
Someone can help me on find why?

this is the code I put in the mxi file to modify the menu

<configuration-changes>
<menu-insert appendTo="DWMenu_Commands">
<menu id="dwz_Commands_Window" name="_DwZone.it">
</menu>
</menu-insert>

<menu-insert appendTo="dwz_Commands_Window">
<menu id="dwz_Slide_Show" name="Slide Show">
</menu>
</menu-insert>

<menu-insert appendTo="dwz_Commands_Window">
<menu id="dwz_Sliding_Images" name="Sliding Images">
</menu>
</menu-insert>

<menu-insert appendTo="dwz_Slide_Show">
<menuitem id="dwz_Slide_Show_Menu" name="Create Standard Page"
file="Commands/SlideShowStdPage.htm" />
</menu-insert>

<menu-insert appendTo="dwz_Sliding_Images">
<menuitem id="dwz_Sliding_Images_Menu" name="Create Standard Page"
file="Commands/SlidingImagesStdPage.htm" />
</menu-insert>

Thanks
Gianluigi