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 , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 16 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Now trying to use it always returns an error.
- add a "command" layer
- 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:4 by , 16 years ago
| Cc: | added |
|---|---|
| Owner: | changed from to |
| Status: | reopened → new |
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 , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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