[GRASS-dev] GRASS 7: g.gui.rlisetup

hi,

tested with

System Info
GRASS Version: 7.0.0svn
GRASS SVN Revision: 61140
Erstellungsdatum: 2014-07-08
Build Platform: i686-pc-mingw32
GDAL/OGR: 1.11.0
PROJ.4: 4.8.0
GEOS: 3.4.2
SQLite: 3.7.17
Python: 2.7.4
wxPython: 2.8.12.1
Platform: Windows-Vista-6.0.6002-SP2 (OSGeo4W)

(1) missing link to g.gui.rlisetup in the main GUI

(2) pressing button to creat a new conf file

Traceback (most recent call last):
  File
"C:\OSGeo4W\apps\grass\grass-7.0.0svn\gui\wxpython\rlisetup\frame.py", line
227, in OnNew
    RLIWizard(self)
  File
"C:\OSGeo4W\apps\grass\grass-7.0.0svn\gui\wxpython\rlisetup\wizard.py", line
63, in __init__
    self.units = SampleUnitsKeyPage(self.wizard, self)
  File
"C:\OSGeo4W\apps\grass\grass-7.0.0svn\gui\wxpython\rlisetup\wizard.py", line
1055, in __init__
    self.distributionBox.EnableItem(5, False) # disable 'draw' for now
  File
"C:\OSGeo4W\apps\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_controls.py",
line 2467, in EnableItem
    return _controls_.RadioBox_EnableItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "IsValid(item)" failed at
..\..\src\msw\radiobox.cpp(388) in wxRadioBox::Enable(): invalid item in
wxRadioBox::Enable()

-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/GRASS-7-g-gui-rlisetup-tp5150282.html
Sent from the Grass - Dev mailing list archive at Nabble.com.

On Wed, Jul 9, 2014 at 8:04 AM, Helmut Kudrnovsky <hellik@web.de> wrote:

hi,

tested with

System Info
GRASS Version: 7.0.0svn
GRASS SVN Revision: 61140
Erstellungsdatum: 2014-07-08
Build Platform: i686-pc-mingw32
GDAL/OGR: 1.11.0
PROJ.4: 4.8.0
GEOS: 3.4.2
SQLite: 3.7.17
Python: 2.7.4
wxPython: 2.8.12.1
Platform: Windows-Vista-6.0.6002-SP2 (OSGeo4W)

(1) missing link to g.gui.rlisetup in the main GUI

(2) pressing button to creat a new conf file

Traceback (most recent call last):
  File
"C:\OSGeo4W\apps\grass\grass-7.0.0svn\gui\wxpython\rlisetup\frame.py", line
227, in OnNew
    RLIWizard(self)
  File
"C:\OSGeo4W\apps\grass\grass-7.0.0svn\gui\wxpython\rlisetup\wizard.py",
line
63, in __init__
    self.units = SampleUnitsKeyPage(self.wizard, self)
  File
"C:\OSGeo4W\apps\grass\grass-7.0.0svn\gui\wxpython\rlisetup\wizard.py",
line
1055, in __init__
    self.distributionBox.EnableItem(5, False) # disable 'draw' for now
  File

"C:\OSGeo4W\apps\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_controls.py",
line 2467, in EnableItem
    return _controls_.RadioBox_EnableItem(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "IsValid(item)" failed at
..\..\src\msw\radiobox.cpp(388) in wxRadioBox::Enable(): invalid item in
wxRadioBox::Enable()

Backport of r60219 is needed.
http://trac.osgeo.org/grass/changeset/60219

Anna

-----
best regards
Helmut
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/GRASS-7-g-gui-rlisetup-tp5150282.html
Sent from the Grass - Dev mailing list archive at Nabble.com.
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

(for the record)

On Wed, Jul 9, 2014 at 4:48 PM, Anna Petrášová <kratochanna@gmail.com> wrote:

On Wed, Jul 9, 2014 at 8:04 AM, Helmut Kudrnovsky <hellik@web.de> wrote:

Backport of r60219 is needed.
http://trac.osgeo.org/grass/changeset/60219

...

Done in r61304.

BTW: I used the script:
[neteler@oboe grass70]$ ~/software/grass-addons/tools/svn7merge 60219

Markus