I just fixed this (I hope) throughout the menu. I tried to make it compact and regular, but forgot that each menu item needs to be unique in order for wxPython to find the command associated with the menu item. So I've tried to differentiate each item with a little more text.
Michael On 6/18/07 8:39 AM, "Agustin Diez Castillo" <[EMAIL PROTECTED]> wrote: > Hi, > wxgrass gui is calling the wrong command. > At least here, menu Files -- Import raster map -- mutiple format using gdal is > calling r.out.gdal instead of r.in.gdal > same with Files -- Import vector map -- mutiple format using ogr is calling > v.out.gdal instead of v.in.ogr > > > > On Jun 15, 2007, at 8:10 PM, Michael Barton wrote: > >> Because this is somewhat complicated to do, there are probably some hidden >> gotchas in there somewhere (command arguments with spaces will probably fail >> currently, for example; we're trying to fix this). But it should work for >> 90%+ of what people will do. >> >> Michael >> >> >> On 6/15/07 9:18 AM, "Maciej Sieczka" <[EMAIL PROTECTED]> wrote: >> >> >>> Michael Barton wrote: >>> >>> >>>> full command line access to all GRASS commands; d.* commands called from >>>> the >>>> command line can display in the wxPython canvas. >>>> >>> >>> This is great. I was missing such functionality for gis.m's map canvas. >>> >>> Maciek >>> >> >> __________________________________________ >> Michael Barton, Professor of Anthropology >> School of Human Evolution & Social Change >> Center for Social Dynamics & Complexity >> Arizona State University >> >> phone: 480-965-6213 >> fax: 480-965-7671 >> www: http://www.public.asu.edu/~cmbarton >> >> >> _______________________________________________ >> grass-dev mailing list >> [email protected] >> http://grass.itc.it/mailman/listinfo/grass-dev >> >> > > __________________________________________ Michael Barton, Professor of Anthropology Director of Graduate Studies School of Human Evolution & Social Change Center for Social Dynamics & Complexity Arizona State University phone: 480-965-6213 fax: 480-965-7671 www: http://www.public.asu.edu/~cmbarton
_______________________________________________ grass-dev mailing list [email protected] http://grass.itc.it/mailman/listinfo/grass-dev

