Hi Herbert,

Are all these problems with 11.4?  I too have been having problems, but with
MediaCtrl.  Did you go via 10.10, or straight from an earlier version.  I
went 9.4 fine, 9.10 fine, 10.4 fine, 10.10 big problems, 11.4 big problems.

If you post some code I'll run it under 10.4 and 11.4 and let you know what
I get.

Just tell me what tests to run under each piece of code.

Regards

Steve



-----Original Message-----
From: deirdre_s...@web.de [mailto:deirdre_s...@web.de] 
Sent: 01 July 2011 19:11
To: wxperl-users
Subject: further Wx::Log problems

hai,

has this anyone used this ebfore?

i just

        my $log = Wx::LogTextCtrl->new( $txt[3] );
        Wx::Log::SetActiveTarget( $log );
        open my $FH, '>', 'log.txt';
        my $chain = Wx::LogChain->new( Wx::LogStderr->new( $FH ) );
        ...
        Wx::LogWarning( "Warn: " );
        $chain->DetachOldLog();

and now i get

Can't locate object method "DetachOldLog" via package "Wx::LogChain" at
log.pl
line 40.

which shouldnt be.

its under ubuntu 11.4 x64

best lichtkind

Reply via email to