On 9/1/07, Alex Holkner <[EMAIL PROTECTED]> wrote: > > Andre Roberge wrote: > > pyglet works well using Crunchy ;-) (code.google.com/p/crunchy) I am > > in the process of writing a crunchy-ready pyglet tutorial, learning > > pyglet as I go along. > > > That's really neat, thanks for the note! My only problem was the dir() > list that pops up obscures the input box (because pyglet classes are > quite large). Perhaps you could hide the private identifiers by default? > Thank you for pointing this out. I'm using the Python built-in dir() so I don't think I could easily change its behavior. However, I will look at the possibility of making the popup window resizable.
> I also noticed that the "Crunchy" blog link on googlecode is broken. > That was a link to Johannes Wollard's blog which seems to be gone. I removed it; once again, thanks for pointing this out. > For your pyglet tutorial, you might consider using something like Brian > Jorgensen's ManagedWindow class (look in > http://sympy.googlecode.com/svn/trunk/sympy/modules), which pushes the > run loop into a separate thread -- handy for interactive use. This link did not work for me; however I found http://sympy.googlecode.com/svn/trunk/sympy/plotting/managed_window.py which I take is what you referred to. I'll have to look at it; thanks for the suggestion. > Cheers > 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 -~----------~----~----~----~------~----~------~--~---
