On Jun 2, 11:09 am, Tristam MacDonald <[email protected]> wrote: > The major issue is ordering - if I have two windows open, either one can be > placed in front of the other...
Ah, got it, I was asking when you would want to have an element that belongs to several different dialogs at the same time. I haven't thought about the problem of having several dialogs on screen and being able to bring one to the top of the stack, I agree that can cause an issue with batches if you insert all dialogs into the same batch. I could see ordered groups working, you can have each dialog create an OrderedGroup off of the passed-in group (or None) and change the group's order to max+1 when you pop it to the top. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
