When working with the wxPython GUI there are two key-chord shortcuts to invoke the dialog boxes for displaying vector and raster maps: C-S-V and C-S-R.
The first brings up the dialog box to enter the name and attributes for a vector map, with the map name text entry widget empty. The second brings up the equivalent dialog box for a raster map, but overlays that with a message box that the map name text entry widget is blank. That's because the dialog box was just displayed so the presence of the warning message box should not appear until the 'OK' button is pressed with no map name present. Should be an easy fix since the vector map shortcut does not exhibit this behavior. Rich _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
