[wxPython] Layout question

The glitch is gone. Don't know what it was.
I'll test harder from now on.
I apologise.

Regards,
        Javier Ruere

···

From: "Leazen ." <leazen@hotmail.com>
Reply-To: wxpython-users@lists.wxwindows.org
To: wxpython-users@lists.wxwindows.org
Subject: [wxPython] Layout question
Date: Fri, 22 Feb 2002 16:22:02 -0300

Can Anchors and Constraints be mixed to control de layout of the controls in
a panel?
Because it seams as if they wanted to work but have some glitches.

Regards,
       Javier Ruere

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users

_________________________________________________________________
Join the world�s largest e-mail service with MSN Hotmail. http://www.hotmail.com

>Can Anchors and Constraints be mixed to control de layout of the controls
>in
>a panel?
>Because it seams as if they wanted to work but have some glitches.

The glitch is gone. Don't know what it was.
I'll test harder from now on.
I apologise.

The main thing to remember about constraints is that the windows must always
be fully constrained (meaning that position and size must be able to be
determined) otherwise the layout mechanism gives up and leaves the window
where it is. Usually this means that there must be four individual
constraints specified.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!