[GRASS-dev] GRASS7: wx0 monitor problems

Hi,

after the recent wxGUI refactoring the "d.mon wx0" monitor does
no longer react on d.erase and only sometimes on d.rast somemap.
No error message is printed.

A fix would be appreciated.

thanks
Markus

Hi Markus,

please try r55653.
d.erase and managment of more layers in d.mon should work now.

Best,
Stepan

---------- Původní zpráva ----------
Od: Markus Neteler neteler@osgeo.org
Datum: 5. 4. 2013
Předmět: [GRASS-dev] GRASS7: wx0 monitor problems

Hi,

after the recent wxGUI refactoring the “d.mon wx0” monitor does
no longer react on d.erase and only sometimes on d.rast somemap.
No error message is printed.

A fix would be appreciated.

thanks
Markus


grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

=

Hi Štěpán,

On Sun, Apr 7, 2013 at 4:24 PM, Štěpán Turek <stepan.turek@seznam.cz> wrote:

Hi Markus,

please try r55653.
d.erase and managment of more layers in d.mon should work now.

Yes, look better, thanks!

GRASS 7.0.svn (nc_spm_08_grass7):~/grass70 > d.mon wx0
GRASS 7.0.svn (nc_spm_08_grass7):~/grass70 > d.rast.leg soils_Kfactor.resid
  84%
GRASS_INFO_WARNING(26756,1): Unsupported command d.text.
GRASS_INFO_END(26756,1)
100%
ERROR: No graphics device selected. Use d.mon to select graphics device.
ERROR: No graphics device selected. Use d.mon to select graphics device.

However, the (previously working) d.rast.leg behaves a bit erratic, sometimes
it shows the map, sometimes not with above error messages.

The command line monitor support is crucial for many of us power users,
so it would be good to maintain it (as you do, thanks).

Markus