Opened 12 years ago

Closed 6 years ago

Last modified 6 years ago

#1702 closed defect (fixed)

column selector for v.distance in wxGUI doesn't work

Reported by: cmbarton Owned by: grass-dev@…
Priority: normal Milestone: 7.0.0
Component: wxGUI Version: unspecified
Keywords: column select Cc:
CPU: Unspecified Platform: Unspecified

Description

The column selector drop down for v.distance in the GUI dialog does not work. The same problem happens on a couple other modules, probably for the same reason.

Change History (8)

in reply to:  description comment:1 by mmetz, 12 years ago

Replying to cmbarton:

The column selector drop down for v.distance in the GUI dialog does not work. The same problem happens on a couple other modules, probably for the same reason.

The reason is that the wxGUI does not know to which vector the column option belongs if a module operates with more than one input vector map, such as v.distance. That would require some information to be stored with a particular column option, to what vector and layer option it belongs. Similarly, the wxGUI does not know to which vector a layer or table option belongs.

Markus M

comment:2 by cmbarton, 12 years ago

That makes sense. But seems like there ought to be a way to fix this. Typing the column name is a workaround of course.

Michael

comment:3 by wenzeslaus, 12 years ago

Milestone: 6.4.36.4.4

This probably requires changes to g.parser and this will not happen now, changing milestone.

As a temporary solution, I would suggest that combobox (drop down selector) can be changed to simple text input field. This could avoid confusion of the user.

comment:4 by cmbarton, 12 years ago

This is a good solution for GRASS 6.

Michael

comment:5 by cmbarton, 12 years ago

Can someone change the relevant C code for this?

Michael

comment:6 by neteler, 8 years ago

Milestone: 6.4.46.4.6

comment:7 by cmbarton, 6 years ago

Resolution: fixed
Status: newclosed

This is fixed in all current GRASS 7 versions. I assume that no one will fix in legacy GRASS 6. Closing

comment:8 by martinl, 6 years ago

Milestone: 6.4.67.0.0
Note: See TracTickets for help on using tickets.