Hi,

I'm now porting XXE customization from XXE-std 3.3 to XXE-pro 3.6. My
customization uses two custom menus. In 3.3 I had file custom.xxe_gui
which defined place for new menu as:

<menuItems name="configSpecificMenuItems2">
    <class>com.xmlmind.xmleditapp.kit.part.ConfigSpecificMenuItems</class>
    <property name="specificationName" type="String" value="menu2" />
  </menuItems>

  <menu name="configSpecificMenu2" label="XML2">
    <menuItems name="configSpecificMenuItems2" />
  </menu>

  <menuBar name="menuBar" helpId="menuBar">
    <menu name="fileMenu" />
    <menu name="selectMenu" />
    <menu name="editMenu" />
    <menu name="searchMenu" />
    <menu name="viewMenu" />
    <menu name="toolsMenu" />
    <menu name="configSpecificMenu" />
    <menu name="configSpecificMenu2" />
    <menu name="windowMenu" />
    <menu name="optionsMenu" />
    <menu name="helpMenu" />
  </menuBar>

and then *.xxe file I simply attached menu to this new
configSpecificMenu2 placeholder by using:

<menu label="_Table" name="menu2">
  ...

But this doesn't work anymore in 3.6, menu2 is never displayed. I
studied documentation and it seems that ability to customize GUI was
improved and changed since 3.3. What is the easiest way to simulate 3.3
behaviour in new 3.6 version? I haven't been successful yet.

Thanks,

                        Jirka

-- 
------------------------------------------------------------------
  Jirka Kosek      e-mail: jirka at kosek.cz      http://xmlguru.cz
------------------------------------------------------------------
       Professional XML consulting and training services
  DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
 OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
------------------------------------------------------------------
Be in, register for XML Prague 2007 today! http://www.xmlprague.cz

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : 
http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20070607/78c6e39b/attachment.sig
 

Reply via email to