And - To the list I intended and in reply to the correct post :-)

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 19:30, Gabor Szabo wrote:
hi,

I see a window sizing issue with Padre on Windows.
I am still trying to figure out if which combinations of Wx and
wxWidgets have the issue and if we can fix it in user-land code or if
it needs some Wx wizardry. In any case if someone here could take a
look at the screenshot, I'd appreciate.
Here is the ticket:   http://padre.perlide.org/trac/ticket/1225

In the meantime I try to check this on other systems as well and put
my findings in the ticket

regards
    Gabor

Reply via email to