On Mon, Mar 3, 2008 at 8:15 PM, Casey <[EMAIL PROTECTED]> wrote:
>
>  On Mar 3, 12:22 am, "Alex Holkner" <[EMAIL PROTECTED]> wrote:
>  > [..]
>
> > The problem is the projection matrix is not getting set, because the
>  > on_resize handler is not being called (because the window is already
>  > visible when the handler is set).  Replacing "win.set_visible()" on
>  > line 518 with "resize(win.width, win.height)" fixes the problem.
>
>  Thanks Alex! That was caused by some sloppy work on my part adding the
>  "Calculating Terrain..." loading text before I posted it. Before that
>  the window was hidden until it finished calculating the mesh.
>
>  My only question is why it worked for me? I hate it when that happens!
>  8^)

Just lucky I guess ;-)  Also plausible that your window manager sends
out more configure notify events than it needs to.

Alex.

--~--~---------~--~----~------------~-------~--~----~
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