After cleaning out the remote control keymappings that I suspected had broken 
the GUI, I find something is still broken.

I'm get an error when I try to rename a favorite.  There's no text at all in 
the InputBox and the instant a key is pressed on the remote Freevo crashes.  
Here's the log dump:

******************************************************************
Exception: subsurface rectangle outside surface area
Please report the following lines to the freevo mailing list
or with the subject '[Freevo-Bugreport] GUI' to
[EMAIL PROTECTED]

wanted (9, 22, 28, 45) for <Surface(32x45x32 SW)>
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/gui/GUIObject.py", line 348, in 
get_surface
    return self.parent.surface.subsurface(subsurf)
ValueError: subsurface rectangle outside surface area
None

GUIObject stack:
  <gui.Label.Label instance at 0xb17a150c>: (9, 22, 28, 45)
  <gui.LetterBoxGroup.LetterBox instance at 0xb17a13cc>: (387, 0, 32, 45)
  <gui.LetterBoxGroup.LetterBoxGroup instance at 0xb179ee6c>: (99, 116, 1223, 
45)
  <gui.Container.Container instance at 0xb179e96c>: (0, 0, 1420, 225)
  <gui.InputBox.InputBox instance at 0xb179e7ac>: (10, 338, 1420, 225)
  <menu.MenuWidget instance at 0xb328d38c>: (0, 0, 0, 0)

Configuration: 1440x900 0 0

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 321, in 
eventhandler
    app.eventhandler(event)
  File "/usr/lib/python2.4/site-packages/freevo/gui/InputBox.py", line 80, in 
eventhandler
    self.draw()
  File "/usr/lib/python2.4/site-packages/freevo/gui/GUIObject.py", line 267, in 
draw
    self._draw()
  File "/usr/lib/python2.4/site-packages/freevo/gui/Window.py", line 196, in 
_draw
    self.content.draw()
  File "/usr/lib/python2.4/site-packages/freevo/gui/GUIObject.py", line 267, in 
draw
    self._draw()
  File "/usr/lib/python2.4/site-packages/freevo/gui/Container.py", line 121, in 
_draw
    child.draw()
  File "/usr/lib/python2.4/site-packages/freevo/gui/GUIObject.py", line 267, in 
draw
    self._draw()
  File "/usr/lib/python2.4/site-packages/freevo/gui/LetterBoxGroup.py", line 
190, in _draw
    Container._draw(self)
  File "/usr/lib/python2.4/site-packages/freevo/gui/Container.py", line 121, in 
_draw
    child.draw()
  File "/usr/lib/python2.4/site-packages/freevo/gui/LetterBoxGroup.py", line 
313, in draw
    Button.draw(self)
  File "/usr/lib/python2.4/site-packages/freevo/gui/GUIObject.py", line 267, in 
draw
    self._draw()
  File "/usr/lib/python2.4/site-packages/freevo/gui/Button.py", line 142, in 
_draw
    Container._draw(self)
  File "/usr/lib/python2.4/site-packages/freevo/gui/Container.py", line 121, in 
_draw
    child.draw()
  File "/usr/lib/python2.4/site-packages/freevo/gui/GUIObject.py", line 267, in 
draw
    self._draw()
  File "/usr/lib/python2.4/site-packages/freevo/gui/Label.py", line 208, in 
_draw
    self.surface = self.get_surface()
  File "/usr/lib/python2.4/site-packages/freevo/gui/GUIObject.py", line 380, in 
get_surface
    raise Exception, e
ValueError: subsurface rectangle outside surface area


Any ideas?


Michael

 
---------------------------------
Want to start your own business? Learn how on Yahoo! Small Business.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to