Re: [PyOpenGL-Users] Multiple OpenGL views with wxPython
Brought to you by:
mcfletch
From: Mark R. <mar...@gm...> - 2010-09-07 20:51:37
|
Ask here as it sounds like a wxpython issue: http://groups.google.com/group/wxpython-users Mark On Tue, Sep 7, 2010 at 11:18 PM, Jason Hayes <Jas...@vo...> wrote: > Has anyone been able to get at least two different OpenGL views to work in a > wxPython app at the same time? I’ve created a basic class using > glcanvas.GLCanvas and am using that to put into a wx.Panel. Well, I need to > have two of these up at the same time, so I put another one into a different > wx.Panel and display them both in a splitter window. However, only the > first one that gets created receives its onPaint message properly. The > second one is visible, but only repaints whenever the wx.Frame is moved. > > > > -Jason > > ________________________________ > This message, including any attachments, may contain privileged and/or > confidential information. Any distribution or use of this email by anyone > other than the intended recipient(s) is strictly prohibited. If you are not > the intended recipient, please notify the sender immediately and delete all > copies. Thank you. > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > PyOpenGL Homepage > http://pyopengl.sourceforge.net > _______________________________________________ > PyOpenGL-Users mailing list > PyO...@li... > https://lists.sourceforge.net/lists/listinfo/pyopengl-users > > |