Hi Robin,
On 31/05/2012 19:00, Robin Dunn wrote:
> On 5/30/12 4:15 PM, R'bot wrote:
>> Hi,
>>
>> A new test build of wxPython has been uploaded.
>>
>> Version: 2.9.4.0.b20120530
>> URL:
http://wxPython.kosoftworks.com/preview/20120530
>> Changes:
>>
http://wxPython.kosoftworks.com/preview/20120530/CHANGES.html
>>
>> Have fun!
>> R'bot
>>
>
> Werner, this build has the origin fix for wx.StaticBox on MSW. Please
> test using widgets as the child of the static box, which are in a
> sizer that is assigned to the static box. The origin is offset from
> the top and sides the number of dialog units suggested by Microsoft in
> their style guide.
>
It kind of works:-( . If I make the StaticBox proportion=1 and
flag=wx.EXPAND things look fine, but I can't figure out how to size the
SB just large enough for the containing controls.
I attached the code I used for the test, am I still doing something wrong?
Werner