Opened 16 years ago

Closed 16 years ago

#268 closed defect (fixed)

the "command layer" in wxGUI does not work

Reported by: msieczka Owned by: martinl
Priority: major Milestone: 6.4.0
Component: wxGUI Version: svn-develbranch6
Keywords: Cc: grass-dev@…
CPU: All Platform: All

Description

The "command layer" in wxGUI does not work. Whatever I enter as the display command gives no effect.

Change History (5)

comment:1 by martinl, 16 years ago

Resolution: fixed
Status: newclosed

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

comment:2 by msieczka, 16 years ago

Resolution: fixed
Status: closedreopened

Now trying to use it always returns an error.

  1. add a "command" layer
  1. 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'

comment:3 by msieczka, 16 years ago

Ahh, this takes place only when autorendering is enabled.

in reply to:  3 comment:4 by martinl, 16 years ago

Cc: grass-dev@… added
Owner: changed from grass-dev@… to martinl
Status: reopenednew

Replying to 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.

comment:5 by martinl, 16 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.