[GRASS5] Missing tcltk dialog for image tools

I just noticed that several of the image tools are missing the autogenerated
tcltk dialogs. I've now reset the GIS Manager menus to run these in xterm
mode. However, if someone could add the header to generate dialogs at
runtime it would be nice.

It looks like the modules that still lack this are:

I.points
I.orthophoto
I.class

Michael
____________________
C. Michael Barton, Professor of Anthropology
School of Human Diversity and Social Change
PO Box 872402
Arizona State University
Tempe, AZ 85287-2402
USA

Phone: 480-965-6262
Fax: 480-965-7671
www: <www.public.asu.edu/~cmbarton>

On Thu, Oct 07, 2004 at 11:07:04PM -0700, Michael Barton wrote:

I just noticed that several of the image tools are missing the autogenerated
tcltk dialogs. I've now reset the GIS Manager menus to run these in xterm
mode. However, if someone could add the header to generate dialogs at
runtime it would be nice.

It looks like the modules that still lack this are:

I.points
I.orthophoto
I.class

AFAIK this affects all interative tools:
d.path
d.rast.edit
d.redraw
db.columns
db.copy
db.describe
db.execute
db.select
db.tables
g.access
g.setproj
g3.region
i.class
i.ortho.photo
i.points
i.vpoints
r.coin
r.digit
r.le.patch
r.le.pixel
r.le.setup
r.le.trace
r.mapcalc
r.region
r.terraflow
r3.mapcalc
r3.mask
r3.mkdspf
r3.showdspf
v.build.all
v.database
v.digit

Also the HTML pages are lacking the short description.

No idea, though, how to solve that.

Markus

Markus,

Your list seemed too long so I went just went through all the GRASS 5.7
commands you list below. The great majority of them already do have tcltk
dialogs (you and the others have perhaps been even more productive than you
thought).

Most of those that need to run in an xterm are set up to do via the GIS
Manager menus (although it would be nice if they could be converted to
autogenerated tcltk dialogs). Only two (g.rast.edit and g.access) are not
set up to run in an xterm via the menus. Oddly, there are a couple of other
commands that used to work fine with the menus that now don't work
(g3.region and r.terraflow). I can go ahead and fix these four in the menus.
If anyone adds a tcltk dialog to any of these so that they can be run via
the execute procedure, let me know and I can change the menus appropriately.

Michael

On 10/8/04 5:15 AM, "Markus Neteler" <neteler@itc.it> wrote:

On Thu, Oct 07, 2004 at 11:07:04PM -0700, Michael Barton wrote:

I just noticed that several of the image tools are missing the autogenerated
tcltk dialogs. I've now reset the GIS Manager menus to run these in xterm
mode. However, if someone could add the header to generate dialogs at
runtime it would be nice.

It looks like the modules that still lack this are:

I.points
I.orthophoto
I.class

AFAIK this affects all interative tools:

d.path OK
d.rast.edit (needs menu change to run in xterm)
d.redraw OK (not interactive)
db.columns OK
db.copy OK
db.describe OK
db.execute OK
db.select OK
db.tables OK
g.access (needs menu change to run in xterm)
g.setproj (currently runs in xterm)
g3.region (was working now doesn't)
i.vpoints (not in 5.7)
r.coin OK
r.digit (currently runs in xterm)
r.le.patch OK
r.le.pixel OK
r.le.setup (currently runs in xterm)
r.le.trace OK
r.mapcalc (script interface r.mapcalculator)
r.region OK
r.terraflow (used to work and now doesn't)
r3.mapcalc (script interface r3.mapcalculator)
r3.mask OK
r3.mkdspf OK
r3.showdspf OK
v.build.all (not interactive)
v.database OK
v.digit OK

Also the HTML pages are lacking the short description.

No idea, though, how to solve that.

Markus

____________________
C. Michael Barton, Professor of Anthropology
School of Human Diversity and Social Change
PO Box 872402
Arizona State University
Tempe, AZ 85287-2402
USA

Phone: 480-965-6262
Fax: 480-965-7671
www: <www.public.asu.edu/~cmbarton>