Hello,

on my customize.xxe_gui GUI customization file, I have the following
(the code below is an excerpt of the full GUI customization file):

  <menu name="fileMenu" label="_File" helpId="fileMenu">
    <action name="openAction" />
    <action name="saveAction" />
    <action name="saveAsAction" />
    <separator />
    <action name="closeAction" />
  </menu>

  <!--menu name="editMenu" label="_Edit" helpId="editMenu">
    <action name="undoAction" />
    <action name="redoAction" />
    <action name="repeatAction" />
    <action name="commandHistoryAction" />
    <separator />
    <action name="cutAction" />
    <action name="copyAction" />
    <action name="pasteBeforeAction" />
    <action name="pasteAction" />
    <action name="pasteAfterAction" />
    <action name="deleteAction" />
    <action name="forceDeleteAction" />
    <separator />
    <action name="splitAction" />
    <action name="joinAction" />
  </menu-->

  <menuBar name="synchroneMenuBar">
    <menu name="fileMenu" />
    <menu name="selectMenu" />
    <menu name="editMenu" />
    <menu name="searchMenu" />
    <!--menu name="viewMenu" /-->
    <!--menu name="toolsMenu" /-->
    <!--menu name="configSpecificMenu" /-->
    <!--menu name="windowMenu" /-->
    <!--menu name="optionsMenu" /-->
    <menu name="helpMenu" />
  </menuBar>

   <layout>
    <insert />
    <menuBar name="synchroneMenuBar" />
   </layout>

And I see the customized menu properly, with the defined File menu,
and without the view, tools, configSpecific, window nor options menus.

However, when I uncomment the editMenu, I see the whole menus again,
the comments on the view, tools, configSpecific, window, and options
menus are not being taken into account. I've even named it differently
(say, myEditMenu) but the final effect is the same, if I include it in
the config, the comments to exclude the other menus are not being
taken into account.

Any ideas? Thanks in advance...

-- 
Fabián Mandelbaum
IS Engineer
 
--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to