#3923: g.gui.gmodeler: scroll bar not shown or too short
----------------------------+---------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.8.1
Component: wxGUI | Version: git-releasebranch78
Keywords: g.gui.gmodeler | CPU: Unspecified
Platform: Unspecified |
----------------------------+---------------------------------
In large models (subset attached) the scroll bar doesn't work properly.
Effectively, only a part of the model can be seen. Apparently the
scrollbar length is not yet properly calculated from "action" maximum of
all position coordinates (?).
#3923: g.gui.gmodeler: scroll bar not shown or too short
--------------------------+---------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.8.2
Component: wxGUI | Version: git-releasebranch78
Resolution: | Keywords: g.gui.gmodeler
CPU: Unspecified | Platform: Unspecified
--------------------------+---------------------------------
Comment (by pesekon2):
It seems like the scrollbars in wxPython cannot be bigger than 1638
points; I did not find any reference for that, but always ended with an
error coming from wxPython in such a moment.
Maybe the more interesting question is how this model was
created/extracted as I doubt that you had scrolled to position
"932,32894794" (see line 65 of your model) - as the scrollbars do not
allow the user to scroll to such an obscene position, either the xml was
modified or the problem appeared already when exporting the model. Could
you provide a hint on how to reproduce this extraction?