[wxPython] Boa and Layout Constraints

Greetings.
This message is more related to Boa (the RAD) than to wxPython itself, so if it's offtopic I appologise and if you could give me a link to the correct mailing list I would be gratefull.

The reason for this message is that when trying to use Layout Constraints as Boa provides, they don't seam to make a difference.
I have used them as I have seen in the examples and they work correctly but the code generated by boa is not working.
I'm using:
           Windows ME
           Python 2.1
           wxPython 2.3.2.1
           Boa 0.0.13 from CVS slightly modified :slight_smile:
             just to make it work with wxPython 2.3.2.1. Could this be the problem?

A sample piece of code is attached.

Thanks in advance,
                   Javier Ruere

Child.py (1.08 KB)

wxWindows2.py (1.02 KB)

···

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

This message is more related to Boa (the RAD) than to wxPython itself, so

if

it's offtopic I appologise and if you could give me a link to the correct
mailing list I would be gratefull.

boa-constructor-users@lists.sourceforge.net

The reason for this message is that when trying to use Layout Constraints

as

Boa provides, they don't seam to make a difference.
I have used them as I have seen in the examples and they work correctly

but

the code generated by boa is not working.

There were some changes to the layout constraints code a while back, but I
don't see how that would have affected this. I'm checking in a change now
that should fix it though.

When you use SameAs() it actually calls Set() with wxPercent and a
percentage of 100, not wxSameAs as you would think. I'll change it so when
you call Set() directly it will switch wxSameAs to wxPercent in the same
way.

···

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