Re: wxPerl-0.26-samples in Linux

2010-03-31 Thread Mark Dootson
Hi, Wx::Demo works with multiple versions of Wx and wxWidgets, so some of the demo modules may not be supported in your particular setup. Wx::HVScrolledWindow is only available in the unstable development 2.9.x versions of wxWidgets and you are no doubt using a stable 2.8.x. The error message

RE: wxPerl-0.26-samples in Linux

2010-03-31 Thread Steve Cookson
Actually, I just noticed I get it on Windows too, but I get three tabs and Wx::Locale works properly. The full Windows message is: 17:34:12: Warning: Skipping module 'Wx::DemoModules::wxHVScrolledWindow' 17:34:12: Warning: Base class package "Wx::PlHVScrolledWindow" is empty. 17:34:12: Warning:

RE: wxPerl-0.26-samples in Linux

2010-03-31 Thread Steve Cookson
Hi Gabor, I get the same message. I haven't tested everything, but as I mentioned before I did notice the Wx::Locale test won't set to other languages in Kubuntu 9.10. On a quick skip through, most of the other functions seem to operate correctly. However, I did get a horrendous amount of erro

[rt.cpan.org #56057] Patch proposal - inc/My/Build/Base.pm

2010-03-31 Thread Mattia Barbon via RT
Tue Mar 30 16:16:43 2010: Request 56057 was acted upon. Transaction: Correspondence added by MBARBON Queue: Alien-wxWidgets Subject: Patch proposal - inc/My/Build/Base.pm Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: k...@cpan.org Status: new

[rt.cpan.org #56058] 64bit MS Windows failure (Controls.c)

2010-03-31 Thread Mattia Barbon via RT
Tue Mar 30 04:12:17 2010: Request 56058 was acted upon. Transaction: Correspondence added by MBARBON Queue: Wx Subject: 64bit MS Windows failure (Controls.c) Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: k...@cpan.org Status: new Ticket http

[rt.cpan.org #56058] 64bit MS Windows failure (Controls.c)

2010-03-31 Thread kmx via RT
Mon Mar 29 10:38:58 2010: Request 56058 was acted upon. Transaction: Ticket created by KMX Queue: Wx Subject: 64bit MS Windows failure (Controls.c) Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: k...@cpan.org Status: new Ticket https://rt.cpa

[rt.cpan.org #53584] Another 64-bit troubles with mingw-w64 compiler

2010-03-31 Thread kmx via RT
Mon Mar 29 10:17:08 2010: Request 53584 was acted upon. Transaction: Correspondence added by KMX Queue: Alien-wxWidgets Subject: Another 64-bit troubles with mingw-w64 compiler Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: k...@cpan.org Statu

[rt.cpan.org #56057] Patch proposal - inc/My/Build/Base.pm

2010-03-31 Thread kmx via RT
Mon Mar 29 09:59:34 2010: Request 56057 was acted upon. Transaction: Ticket created by KMX Queue: Alien-wxWidgets Subject: Patch proposal - inc/My/Build/Base.pm Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: k...@cpan.org Status: new Ticket h

Re: wxPerl-0.26-samples in Linux

2010-03-31 Thread Gabor Szabo
On Thu, Mar 25, 2010 at 8:15 PM, Steve Cookson wrote: > Is Wx::Demo supposed to work under Linux?  It looks very different from the > Windows version and although the 'make' went OK, the 'make test' gave me > hundreds of errors.  However it does run.  However on Windows it has three > tabs in the

Help on LoadOnDialog

2010-03-31 Thread Peter Gordon
I am trying to load a dialog from an xrc file, created by DialogBlocks, and I get this error: Gtk-CRITICAL **: gtk_window_set_modal: assertion `GTK_IS_WINDOW (window)' failed Any help would be appreciated. Peter #!/usr/bin/perl -w package MyDialog; use strict; use Wx qw(:everything); use W