#1167: wx location wizard: proj4 terms fall off edge of window
---------------------------------+------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: minor | Milestone: 6.4.1
Component: Startup | Version: svn-develbranch6
Keywords: wx, location wizard | Platform: Linux
Cpu: x86-64 |
---------------------------------+------------------------------------------
Hi,
in the wxGUI startup screen location wizard, if you define custom
projection from PROJ4 terms (just cut&paste something out of the epsg
file), once you get to the Summary page the Projection: line just
continues off the right side of the window. Some sort of linewrap is
needed I guess.
#1167: wx location wizard: proj4 terms fall off edge of window
---------------------------------+------------------------------------------
Reporter: hamish | Owner: martinl
Type: defect | Status: new
Priority: minor | Milestone: 6.4.1
Component: Startup | Version: svn-develbranch6
Keywords: wx, location wizard | Platform: Linux
Cpu: x86-64 |
---------------------------------+------------------------------------------
Comment(by hamish):
Replying to [comment:1 martinl]:
> In r43567 is projstring wrapped based on spaces. Is it
> enough for this ticket from your point of view?
yes, that is very nice, thank you.
similar issue: define location by PRJ or WKT file falls off the right hand
side of the window in the same way if the path is very long (just happened
to me today). is there a way to wrap the string after it gets to a dirsep
past column 60-something?
#1167: wx location wizard: proj4 terms fall off edge of window
---------------------------------+------------------------------------------
Reporter: hamish | Owner: martinl
Type: defect | Status: new
Priority: minor | Milestone: 6.4.1
Component: Startup | Version: svn-develbranch6
Keywords: wx, location wizard | Platform: Linux
Cpu: x86-64 |
---------------------------------+------------------------------------------
Comment(by martinl):
Replying to [comment:2 hamish]:
> Replying to [comment:1 martinl]:
> > In r43567 is projstring wrapped based on spaces. Is it
> > enough for this ticket from your point of view?
>
> yes, that is very nice, thank you.
#1167: wx location wizard: proj4 terms fall off edge of window
-----------------------------+----------------------------------------------
Reporter: hamish | Owner: martinl
Type: defect | Status: new
Priority: minor | Milestone: 6.4.1
Component: wxGUI | Version: svn-develbranch6
Keywords: location wizard | Platform: Linux
Cpu: x86-64 |
-----------------------------+----------------------------------------------
Comment(by martinl):
Replying to [comment:2 hamish]:
> similar issue: define location by PRJ or WKT file falls off the right
hand side of the window in the same way if the path is very long (just
happened to me today). is there a way to wrap the string after it gets to
a dirsep past column 60-something?
This issue should be fixed in r43964 (thanks to Anna Kratochvilova for the
patch).