Re: New UI Toolkit

2007-08-26 Thread Richard Jones
Gerdus van Zyl wrote: > I am halfway to a first release of a new GUI library for python. It > will be cross platform and follows the Swing philosophy of user > experience and interface fidelity above "but it doesn't look like > windows!" (aside: neither does office 2007 or windowsmediaplayer). > >

Re: New UI Toolkit

2007-08-26 Thread Gerdus van Zyl
> But I'm afraid with the Swing-like interface, i.e : did you use the same > widget positionning ? Not sure what you mean, but each parent widget is responsible for rendering and positioning the children. Can use layout managers, two currently absolute and simple flow. ( In the screenshot, the

Re: New UI Toolkit

2007-08-26 Thread tool69
Gerdus van Zyl a écrit : Seems very promising. But I'm afraid with the Swing-like interface, i.e : did you use the same widget positionning ? -- http://mail.python.org/mailman/listinfo/python-list

Re: New UI Toolkit

2007-08-26 Thread Lawrence Oluyede
Gerdus van Zyl <[EMAIL PROTECTED]> wrote: > Please reply and let your thoughts be known. Is there a need for a new > GUI library for python? I think there's no real point in answering this question. You developed a new toolkit because, I'm guessing, you are not fully satisfied by the current ones.

New UI Toolkit

2007-08-26 Thread Gerdus van Zyl
Hi I am halfway to a first release of a new GUI library for python. It will be cross platform and follows the Swing philosophy of user experience and interface fidelity above "but it doesn't look like windows!" (aside: neither does office 2007 or windowsmediaplayer). The library is built on top o