NetBeans Platform mandatory toolbar

"1sloba1" <[email protected]>
Newsgroups gmane.comp.java.netbeans.modules.openide.devel
Message-ID <[email protected]>
Thank you very much for your kind help. 

I've tried with MyToolbarConfiguration.xml file, where I've defined toolbar properties, but it looks like I missing something because properties from this xml file was not treated at all.

MyToolbarConfiguration.xml

Code:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Configuration PUBLIC "-//NetBeans IDE//DTD toolbar 1.1//EN"
 "http://www.netbeans.org/dtds/toolbar1_1.dtd">
<Configuration>
    <Row>
        <Toolbar name="File" visible="false" draggable="false" align="right"/>
        <Toolbar name="Clipboard" visible="false" draggable="false" align="right"/>
        <Toolbar name="UndoRedo" visible="false" draggable="false" align="right"/>
        <Toolbar name="Memory" visible="true" draggable="false" align="right"/>
        <Toolbar name="Picture" visible="true" draggable="false" align="right"/>
    </Row>
</Configuration>




layer.xml

Code:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.2//EN" "http://www.netbeans.org/dtds/filesystem-1_2.dtd">
<filesystem>
    <folder name="Toolbars">
        <file name="ModulesToolbarConfig.xml" url="/resources/ModulesToolbarConfig.xml">
            <attr name="position" intvalue="100"/>
         </file>
    </folder>
</filesystem>




I've attached folder structure.

Am I missing something?




Attachments: 
http://forums.netbeans.org//files/folder_structure_167.png
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.