Hi.

You can comment out lines 66 and 67 in nabla-test/nabla/app/viewport.py, that should fix it:

65: self.window=pyglet.window.Window(style=style,
66:        #                        width=self.w,
67:        #                        height=self.h,
68:                                 resizable=resizable,

(It seems that pyglet on Linux can not resize a Window if it was initialized with width=0 and height=0, on Win32 it does fine)

Thanks for trying, now I'm writing a real application using this framework, so a lot of thing are changing, I hope to release an usable thingy for Xmas.

Cheers

El 30/09/2010 3:26, Patrick Devine escribió:
I tried it and it just hangs at:

--------------------------------------------------------------------------------
Resorces:/home/patrickd/Desktop/nabla-test/nabla/gui/resources
OpenGL Version 2.1.2 NVIDIA 185.18.36
GLSL Shaders supported.
  Screen 0: 1600x1200 at (0, 0)
  Screen 1: 1600x1200 at (1600, 0)
  Desktop 3200x1200
Path= /home/patrickd/Desktop/nabla-test
Home= /home/patrickd/Desktop/nabla-test
                                                           Nabla Framework 0.2.0
--------------------------------------------------------------------------------

Do I need to do anything else?

--
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en.

Reply via email to