On Fri, Jan 27, 2012 at 11:51 AM, greenmoss <[email protected]> wrote: > All, > > If I create two or more pyglet.window.Window instances, how can I > control which window is currently "active" (eg, at the top of the > stack, unobscured by the other window(s))? > > Or perhaps I'm "doing it wrong"? I *could* display within one single > fullscreen window, but if I did this I would still need to have window- > like regions inside my fullscreen window. If I went this route, is > there already code available for me to reuse, or would I have to do it > all from scratch?
Wow, no answer in 4 months. :-/ I would presume that the window object's activate() method is probably what you're looking for. http://pyglet.org/doc/api/pyglet.window.Window-class.html#activate ~ Nathan -- 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.
