On Wed, Aug 19, 2009 at 12:44 PM, Martin O'Leary <[email protected]>wrote:
> > Finally got a chance to play around with this properly - very > impressive! One issue, and a few thoughts: > > * If a frame has no children, clicking in it produces a traceback. I think that is fixed in the official 1.0.4 release: http://swiftcoder.wordpress.com/2009/08/17/simplui-1-0-4-released/ * It would be nice if all containers had get_element_by_name, rather > than just frames. That would allow for multiple windows with the same > content to be displayed at once. Good idea - it would involve a recursive search at that point, rather than the current caching approach, but would be a lot more flexible. * At the moment, the default position for a dialogue is (0,0), which > isn't very useful. Maybe centered in the frame by default? Ja, that would make sense. It is a little tricky because dialogues don't know their own size, but we can work around that. * The big thing missing is some sort of list or drop-down box for > selecting options. > All right - I will look at including a list widget and/or a drop-down in the next release. -- Tristam MacDonald http://swiftcoder.wordpress.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
