Hi,

The wonders of Wx::AUI.

Workaround = wait till your Frame is fully constructed before processing 
size events

In Padre::Wx::Main in constructor

around line 139

$self->Freeze;

at the end of timer_start method

around line 412

$self->Thaw;

It would be better to figure out what precisely is happening of course, 
but I am not too familiar with how Wx::AuiManager intercepts events etc.

H.T.H.

Mark


On 24/05/2011 18:57, Gabor Szabo wrote:
> Hi Bo,
>
> thank you for your report.
>
>
> On Mon, May 23, 2011 at 11:03 PM, Bo Johansson<bo.johans...@lsn.se>  wrote:
>> Hej!
>>
>> I have installed strawberry-perl-5.12.3.0.msi
>>    (This is perl 5, version 12, subversion 3 (v5.12.3) built for
>> MSWin32-x86-multi-thread)
>>
>
> May I recommend you that instead of that you try the
> Padre-on-Strawberry I released recently?
> It is still not perfect but at least it has a lot of modules already
> installed that can save you a lot of time.
>
> See the top of this page:
>
> http://padre.perlide.org/trac/wiki/DownloadWindows
>
> regards
>     Gabor
> _______________________________________________
> Padre-dev mailing list
> Padre-dev@perlide.org
> http://mail.perlide.org/mailman/listinfo/padre-dev

_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to