[GRASS-dev] g.parser: gisprompt: color-option ?

hi,
is there a way to configure a shell-script using
#% gisprompt
to encourage the g.parser module to provide a color selection window (like the ones in d.vect for color/bcolor) ?

The straightforward approach
#% gisprompt old,color,color
does not work.

Peter
--
Dr. Peter Löwe

Diplom-Geograph

<loewe@geomancers.net>
<peter.loewe@gmx.de>

Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

"Peter Löwe" wrote:

is there a way to configure a shell-script using
#% gisprompt
to encourage the g.parser module to provide a color selection window (like the ones in d.vect for color/bcolor) ?

The straightforward approach
#% gisprompt old,color,color
does not work.

Use:
  #% gisprompt: color,grass,color

That's what d.vect uses; the GUI only requires that the string begins
with "color," to display a colour selector dialog.

--
Glynn Clements <glynn@gclements.plus.com>