My favorites | Sign in
Project Home Downloads Issues
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 104: Flowchart broken when using keyboard inside desktop
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  txprog
Closed:  Nov 2009


 
Project Member Reported by txprog, Sep 7, 2009
Following backtrace :
Traceback (most recent call last):
  File "start.py", line 264, in <module>
    runTouchApp()
  File "/usr/lib/python2.6/pymt/mtpyglet.py", line 254, in runTouchApp
    pymt_evloop.run()
  File "/usr/local/lib/python2.6/dist-packages/pyglet/app/xlib.py", line
94, in run
    sleep_time = self.idle()
  File "/usr/lib/python2.6/pymt/mtpyglet.py", line 153, in idle
    window.dispatch_event('on_draw')
  File "/usr/local/lib/python2.6/dist-packages/pyglet/window/__init__.py",
line 1217, in dispatch_event
    EventDispatcher.dispatch_event(self, *args)
  File "/usr/local/lib/python2.6/dist-packages/pyglet/event.py", line 349,
in dispatch_event
    getattr(self, event_type)(*args)
  File "/usr/lib/python2.6/pymt/ui/window.py", line 277, in on_draw
    w.dispatch_event('on_draw')
  File "/usr/lib/python2.6/pymt/ui/widgets/widget.py", line 315, in
dispatch_event
    if func(*args):
  File "/usr/lib/python2.6/pymt/ui/widgets/widget.py", line 420, in on_draw
    w.dispatch_event('on_draw')
  File "/usr/lib/python2.6/pymt/ui/widgets/widget.py", line 315, in
dispatch_event
    if func(*args):
  File "/usr/lib/python2.6/pymt/ui/widgets/scatter.py", line 220, in on_draw
    super(MTScatterWidget, self).on_draw()
  File "/usr/lib/python2.6/pymt/ui/widgets/widget.py", line 417, in on_draw
    self.draw()
  File "/usr/lib/python2.6/pymt/ui/widgets/composed/vkeyboard.py", line
441, in draw
    self._current_cache['keys'].draw()
  File "/usr/lib/python2.6/pymt/graphx/statement.py", line 76, in draw
    glCallList(self.dl)
  File "/usr/local/lib/python2.6/dist-packages/pyglet/gl/lib.py", line 105,
in errcheck
    raise GLException(msg)
pyglet.gl.lib.GLException: invalid value

Sep 7, 2009
Project Member #1 txprog
(No comment was entered for this change.)
Labels: Milestone-0.3.1 Component-Examples
Nov 2, 2009
Project Member #2 txprog
(No comment was entered for this change.)
Status: Done

Powered by Google Project Hosting