pamlinux@surfeu.ch wrote:
Hello,
Sorry about that. Some things were changing slightly with the wxGLCanvas class, and some more work was supposed to be done on it later, but I never went back and finished things up in the Python wrappers afterwards. I'll fix it for the next release.
Thank you very much for your fast answer.
Does it mean that the problem is not in the demo, but in wxPython itself ? So if I well understand, it means that it is of no use for me to change anything to my application. Even if I read the doc, I could not correct the problem myself in my application if I use the 2.7.1 version. Am I right ?
Yes and no. SetCurrent was changed to take a wx.glcanvas.GLContext object parameter, but the version that takes no parameters was added back later to aid in compatibility of old code, but I never went back and fixed the wrappers to accept either method. I've done that now. (Also, wxMac hasn't yet been updated to have the version that accepts a GLContext, so things are still a little confused...)
ยทยทยท
On Mon, 23 Oct 2006 01:08:27 -0700, Robin Dunn wrote:
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!