[GRASS-dev] [GRASS GIS] #263: wxgui: v.in.ascii's SQL column defintion text box is uneditable

#263: wxgui: v.in.ascii's SQL column defintion text box is uneditable
--------------------------------------+-------------------------------------
Reporter: epatton | Owner: grass-dev@lists.osgeo.org
     Type: defect | Status: new
Priority: minor | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Keywords: v.in.ascii, SQL, columns | Platform: Linux
      Cpu: x86-64 |
--------------------------------------+-------------------------------------
Hi,

I am unable to enter an SQL column definition statement in v.in.ascii's
gui. I can place the cursor within the textbox, but no text is accepted.

~ Eric.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/263&gt;
GRASS GIS <http://grass.osgeo.org>

#263: wxgui: v.in.ascii's SQL column defintion text box is uneditable
----------------------+-----------------------------------------------------
  Reporter: epatton | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: new
  Priority: minor | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: | Keywords: v.in.ascii, SQL, columns
  Platform: Linux | Cpu: x86-64
----------------------+-----------------------------------------------------
Comment (by epatton):

The following errors were printed to the terminal when I was using the
v.in.ascii wxpython gui:

{{{
Traceback (most recent call last):
   File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/menuform.py",
line 1377, in OnDbColumn
     p = self.task.get_param('layer')
   File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/menuform.py",
line 202, in get_param
     raise ValueError, _("Parameter not found: %s") % aParam
ValueError: Parameter not found: layer
}}}

~ Eric.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/263#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#263: wxgui: v.in.ascii's SQL column defintion text box is uneditable
----------------------+-----------------------------------------------------
  Reporter: epatton | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: closed
  Priority: minor | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: fixed | Keywords: v.in.ascii, SQL, columns
  Platform: Linux | Cpu: x86-64
----------------------+-----------------------------------------------------
Changes (by martinl):

  * status: new => closed
  * resolution: => fixed

Comment:

Fixed in r32934 (devbr6) and r32935 (trunk).

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/263#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>