[wxPython-users] About sizers..
David Woods
dwoods at wcer.wisc.edu
Fri Jun 9 08:40:58 PDT 2006
> Hi,
>
> Im build a cross platform application develop with Python and
> wxPython and I ask for your opinions about if is a good
> choice use sizers for my frames design? or not?
>
> Other techniques?
>
> Thanks in advance!
>
>
> Mi configuracion/My config:
>
> Ubuntu Dapper 6.06
> Linux Kernel 2.6.15.23.386
> Python 2.4.3
> wxPython 2.6.1.2Pre
>
> --
> Saludos / Best regards
>
> Mario Lacunza Vásquez
Mario,
In my experience, Sizers are the only way to go if you're working
cross-platform. They make many things easier than Layout Constraints or
(shudder) absolute positioning and OnSize handlers.
Sizers are a little tough to learn, (at least they were for me,) and they
can be a little obtuse and hard to debug if you get into complex,
multi-layered layouts. But if you keep things moderately simple and
straight-forward, they really do work amazingly well.
Just my opinion, of course.
David K. Woods
Transana Lead Developer
Wisconsin Center for Education Research
University of Wisconsin, Madison
http://www.transana.org
More information about the wxpython-users
mailing list