> I've been playing with wxPython/Pyglet but I've run into a problem, I > can't seem to make the wx.BoxSizers work in the WxCanvas it provides. > They never seem to want to expand to fill the available space in the > client. Has anyone else tried sizers or other layout tools for > wxPython/Pyglet?
Have you tried setting the sizer's proportion to (at least) 1 and set wx.EXPAND? I use wxPython here at work, but not in combination with pyglet. Cheers! Laurens --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
