[GRASS-dev] [GRASS GIS] #268: the "command layer" in wxGUI does not work

#268: the "command layer" in wxGUI does not work
----------------------+-----------------------------------------------------
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 |
----------------------+-----------------------------------------------------
The "command layer" in wxGUI does not work. Whatever I enter as the
display command gives no effect.

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

#268: the "command layer" in wxGUI does not work
-----------------------+----------------------------------------------------
  Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: closed
  Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: fixed | Keywords:
  Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Changes (by martinl):

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

Comment:

Fixed in devbr6 (r33147) and trunk (r33148).

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

#268: the "command layer" in wxGUI does not work
-----------------------+----------------------------------------------------
  Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: reopened
  Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: | Keywords:
  Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Changes (by msieczka):

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

Comment:

Now trying to use it always returns an error.

1. add a "command" layer

2. try to enter the command - after the first letter entered an error pops
up:

{{{
Execution failed: 'd --q'

Details:
Error: Unable to exectute command: 'd --q'
}}}

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

#268: the "command layer" in wxGUI does not work
-----------------------+----------------------------------------------------
  Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: reopened
  Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: | Keywords:
  Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Comment (by msieczka):

Ahh, this takes place only when autorendering is enabled.

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

#268: the "command layer" in wxGUI does not work
-----------------------+----------------------------------------------------
  Reporter: msieczka | Owner: martinl
      Type: defect | Status: new
  Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: | Keywords:
  Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Changes (by martinl):

  * status: reopened => new
  * owner: grass-dev@lists.osgeo.org => martinl
* cc: grass-dev@lists.osgeo.org (added)

Comment:

Replying to [comment:3 msieczka]:
> Ahh, this takes place only when autorendering is enabled.

Right, fixed in devbr6 (r33185) and trunk (r33186). Command layer is
rendered on enter key event not when command is changed. It's also
possible to enter multiple commands separated by ';'. It required some
changes in render engine, so please test.

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

#268: the "command layer" in wxGUI does not work
-----------------------+----------------------------------------------------
  Reporter: msieczka | Owner: martinl
      Type: defect | Status: closed
  Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: fixed | Keywords:
  Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Changes (by martinl):

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

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