On Feb 10, 9:08 pm, Rayene Ben Rayana <[email protected]> wrote: > Your GUI > works<http://picasaweb.google.com/lh/photo/qcWBTUO-IywTVW-xOeqfHQ?feat=dire...>like > a charm. Great job! Thanks :)
> I extracted the GUI code from your deviceconf project and I am using it as a > standalone library. I didn't do it yet because its kind of in flux for me, and I think its all a bit hacky. > I also added a small grip in the bottom right of the dialog to be able to > resize it. > It does not work yet, I did not figure out what widget have to be resized to > get the dialog box resized. That'd probably be a bit of problem, because the layout is inside out. It means that the children of a widget determine the widgets size, and if the children resize, they trigger a relayout to the parent. However there's no constraint system that applies layout constraints back to children. > I was wondering if it is possible to store the code somewhere in pyglet's > contrib or in your > repository and develop it ? And, yes, what name would you give it ? :) I prefer mercurial repositories rather then svn ones. For sharing and collaboration with mercurial I could recommend http://bitbucket.org/ (I might clone/pull from there to my own repo). I haven't thought of a name really, maybe you could call it something like pgwidgets, pgwk, glwidgety, etc. Cheers, Florian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
