develooper Front page | perl.wxperl.users | Postings from July 2008

Re: Can't locate object method "AppendSubMenu" via package "Wx::Menu"

Thread Previous | Thread Next
From:
Mattia Barbon
Date:
July 28, 2008 11:17
Subject:
Re: Can't locate object method "AppendSubMenu" via package "Wx::Menu"
Message ID:
488E0D2B.3010703@libero.it
Gabor Szabo wrote:
> After uploading Padre 0.02 I got several reports with the following failure:
> 
> Can't locate object method "AppendSubMenu" via package "Wx::Menu"
> 
> There were reports both using both Wx 0.83 and 0.84 on various platforms.
> 
> http://www.nntp.perl.org/group/perl.cpan.testers/2008/07/msg1948047.html
> http://www.nntp.perl.org/group/perl.cpan.testers/2008/07/msg1948052.html
> 
> The same code seem to work on my computer.
> 
> All the 8 failing reports are from the same smoker (Andreas Koenig) so there
> might be some issue with his computer or the fact that they are in the smoking
> system.
> 
> Any idea what could have gone wrong?

   AppendSubMenu is only available on wxWidgets 2.7.x or later, my guess
it is that the wxWidgets installation is very old.  Since AppendSubMenu
is a convenience wrapper around Append, I could provide it in the next
version, however I suspect you will encounter many more problems in
making Padre work with wxWidgets 2.6.x.

Regards,
Mattia

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About