Hi, i'm new im OpenLaszlo and have this code...

<library>
    <dataset name="mydataset">
        <mybar>
            <mymenu name="File">
                <myitem name="New"/>
            </mymenu>
        </mybar>
    </dataset>
</library>

================

<canvas debug="true">
    <include href="mydataset.lzx" />
    <menubar datapath="mydataset:/mybar">
        <menu datapath="mymenu" text="$path{'@name' <$path%7b...@name%27>
}" >
            <menuitem datapath="myitem" text="$path{'@name'<$path%7b...@name%27>
}">
            </menuitem>
        </menu>
    </menubar>
</canvas>

================

The menubar and menu components works fine but the menuitem does not appear.


thanks



-- 
Marcio Evangelista - Consultor de TI

Reply via email to