<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 24, 2015 at 11:07 AM, Markus Neteler <span dir="ltr"><<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On Thu, Sep 24, 2015 at 2:39 PM, Anna Petrášová <<a href="mailto:kratochanna@gmail.com">kratochanna@gmail.com</a>> wrote:<br>
><br>
> please try r66320 in trunk<br>
<br>
</span>Thanks.<br>
I have backported it locally, now I get:<br>
<div><div class="h5"><br>
g.gui.animation strds=raster_aprilie@EUMETSAT<br>
Traceback (most recent call last):<br>
  File "/usr/local/grass-7.0.2svn/scripts/g.gui.animation",<br>
line 136, in <module><br>
    main()<br>
  File "/usr/local/grass-7.0.2svn/scripts/g.gui.animation",<br>
line 127, in main<br>
    frame = AnimationFrame(parent=None,<br>
giface=StandaloneGrassInterface())<br>
  File<br>
"/usr/local/grass-7.0.2svn/gui/wxpython/animation/frame.py",<br>
line 69, in __init__<br>
    self.animationPanel = AnimationsPanel(self,<br>
self.windows, initialCount=MAX_COUNT)<br>
  File<br>
"/usr/local/grass-7.0.2svn/gui/wxpython/animation/frame.py",<br>
line 330, in __init__<br>
    w = AnimationWindow(self)<br>
  File "/usr/local/grass-7.0.2svn/gui/wxpython/animation/map<br>
window.py", line 111, in __init__<br>
    BufferedWindow.__init__(self, parent=parent, id=id,<br>
style=style)<br>
  File "/usr/local/grass-7.0.2svn/gui/wxpython/animation/map<br>
window.py", line 49, in __init__<br>
    self.OnSize(None)<br>
  File "/usr/local/grass-7.0.2svn/gui/wxpython/animation/map<br>
</div></div>window.py", line 130, in OnSize<br>
<span class="">    BufferedWindow.OnSize(self, event)<br>
  File "/usr/local/grass-7.0.2svn/gui/wxpython/animation/map<br>
window.py", line 72, in OnSize<br>
    self.UpdateDrawing()<br>
  File "/usr/local/grass-7.0.2svn/gui/wxpython/animation/map<br>
window.py", line 93, in UpdateDrawing<br>
    self.Draw(dc)<br>
  File "/usr/local/grass-7.0.2svn/gui/wxpython/animation/map<br>
</span>window.py", line 123, in Draw<br>
    dc.DrawBitmap(self.bitmap, x=self.x, y=self.y)<br>
AttributeError: 'AnimationWindow' object has no attribute<br>
'x'<br>
<span class=""><font color="#888888"><br></font></span></blockquote><div><br></div><div>That's not surprising, there are changes in trunk. The line should then be:</div><div>
<p style="margin:0px">dc.DrawBitmap(self.bitmap, x=0, y=0)</p><p style="margin:0px"><br></p></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class=""><font color="#888888">
Markus<br>
</font></span></blockquote></div><br></div></div>