Ticket #263 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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:
Platform: Linux CPU: x86-64

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

Changed 5 years ago 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.

Changed 5 years ago by martinl

  • status changed from new to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.