On Feb 25, 10:48 pm, Lynx <[email protected]> wrote: > ulPanel = wx.Window(self, -1) > lc.top.SameAs(self, wx.Top, 10) > lc.left.SameAs(self, wx.Left, 10)
Found a bug - these panels must be made children of the GamePanel, not of TestPanel, so that they'll still be displayed properly when the window gets resized, otherwise they vanish. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
