Re: [GRASS-dev] [GRASS GIS] #278: wxGUI: don't allow for negative column number

2019-04-26 Thread GRASS GIS
#278: wxGUI: don't allow for negative column number
--+---
  Reporter:  msieczka |  Owner:  martinl
  Type:  enhancement  | Status:  assigned
  Priority:  minor|  Milestone:  8.0.0
 Component:  wxGUI|Version:  svn-trunk
Resolution:   |   Keywords:  parser
   CPU:  All  |   Platform:  All
--+---
Changes (by martinl):

 * type:  defect => enhancement
 * milestone:  7.4.5 => 8.0.0


-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #278: wxGUI: don't allow for negative column number

2018-09-28 Thread GRASS GIS
#278: wxGUI: don't allow for negative column number
---+---
  Reporter:  msieczka  |  Owner:  martinl
  Type:  defect| Status:  assigned
  Priority:  minor |  Milestone:  7.4.2
 Component:  wxGUI |Version:  svn-trunk
Resolution:|   Keywords:  parser
   CPU:  All   |   Platform:  All
---+---
Changes (by martinl):

 * milestone:  7.0.7 => 7.4.2


-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #278: wxGUI: don't allow for negative column number

2014-07-21 Thread GRASS GIS
#278: wxGUI: don't allow for negative column number
--+-
 Reporter:  msieczka  |   Owner:  martinl  
 Type:  defect|  Status:  assigned 
 Priority:  minor |   Milestone:  7.0.0
Component:  wxGUI | Version:  svn-trunk
 Keywords:  parser|Platform:  All  
  Cpu:  All   |  
--+-

Comment(by wenzeslaus):

 In GRASS, values ` 0` should be now specified in C as:
 {{{
 ...
 opt-options = 1-;
 }}}
 and in Python as:
 {{{
 ...
 #% options: 1-
 }}}

 So, v.in.ascii needs this fix, so that standard Parser mechanism is used
 instead of custom error handling.

 GUI now allows to input negative numbers but label contains valid range
 1- and Run gives an standard error message generated by module (parser):

 {{{
 ERROR: Value -4 out of range for parameter x
 Legal range: 1-
 }}}

 GUI would not allow to input values out of range if both limits would be
 specified. GUI needs to be improved, so it can handle also range with min
 or max only.

 Modules using custom range handling, such as `v.in.ascii`, should be
 chanaged to use parser.

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/278#comment:5
GRASS GIS http://grass.osgeo.org

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev


[GRASS-dev] [GRASS GIS] #278: wxGUI: don't allow for negative column number

2008-09-04 Thread GRASS GIS
#278: wxGUI: don't allow for negative column number
--+-
 Reporter:  msieczka  |   Owner:  grass-dev@lists.osgeo.org
 Type:  defect|  Status:  new  
 Priority:  major |   Milestone:  6.4.0
Component:  wxGUI | Version:  svn-develbranch6 
 Keywords:|Platform:  All  
  Cpu:  All   |  
--+-
 A command that requires a data table column number input, should not allow
 to enter a negative value. For example, in v.in.ascii one shouldn't be
 able to enter or select with the spin box e.g. z=-32 cat=-8.

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/278
GRASS GIS http://grass.osgeo.org
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev