Opened 16 years ago

Closed 16 years ago

#263 closed defect (fixed)

wxgui: v.in.ascii's SQL column defintion text box is uneditable

Reported by: epatton Owned by: grass-dev@…
Priority: minor Milestone: 6.4.0
Component: wxGUI Version: svn-develbranch6
Keywords: v.in.ascii, SQL, columns Cc:
CPU: x86-64 Platform: Linux

Description

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.

Change History (2)

comment:1 by epatton, 16 years ago

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.

comment:2 by martinl, 16 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.