From: Mattia B. <mb...@ds...> - 2001-04-13 20:39:05
|
> Here's a small example demonstrating the issues we've found with the > PlSizer object. What do you mean exactly wuth 'PlSizer'? Wx::PlSizer is meant for user defined sizers: say you want a sizer doing something different than the standard sizers ( i.e. it lets you override a couple of sizer methods ). the MyPlSizer in the sample is (should) be just a Perl-written wxBoxSizer: excepting bugs, it does nothing else than a wxBoxSizer, if you look at the code, it is almost identical... > The enclosed app is mostly ripped from the WxPerl sample, Layout.pl . Thanks for the report ( I will correct the sample ASAP... ) > We posted this here, instead of to the Tracker, since it's notclear > if the problem lies in our methods, the PlSizer's code, wxWindows, or > simply the supplied manual. From what I understand, this is a problem in the sample ( the MyBoxSizer is broken in some way... ), not in Wx::PlSizer itself. Please correct me if I am wrong! ( and use Wx::BoxSizer ) Thanks Mattia |