Hi,

2010/6/9 Franz Schiller <[email protected]>:
> Greetings
>
> I'm making some addaptions in menudata.xml in order to have a few functions
> available more rapidly (for me). I wanted to have a menu-item (I know how to
> add it) that runs directly without opening any panel. This would mean that
> all parameterization would be in the xml. Is this possible?

yes, it's possible in 6.5+. In 6.4 it will be probably not working.

            <menuitem>
              <label>Info elevation map</label>
              <help>Show menudata of elevation raster map</help>
              <handler>OnMenuCmd</handler>
              <command>r.info map=elevation</command>
            </menuitem>

Martin

-- 
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to