RE: How to add a new module to Wx

2010-04-22 Thread Steve Cookson
Hi Mattia, Thanks very much for that. It worked perfectly. I don't know whether it's because I'm on Kubuntu, or just that my directory structure is different, but the steps I used were: $ sudo -s $ [password] $ svn co https://wxperl.svn.sourceforge.net/svnroot/wxperl/wxPerl/trunk # Upper case '

Re: How to add a new module to Wx

2010-04-21 Thread Mattia Barbon
Steve Cookson wrote: Hi, Mark Dootson said: What does aptitude show g++ | grep State: give you? Hi Mark, Good point, I noticed that but I wan't sure it was important. This is what I get. State: not installed. I've now installed it (but I don't understand how it's been working up unt

RE: How to add a new module to Wx

2010-04-20 Thread Steve Cookson
>I don't have full access to everything on Windows, so I need to continue my >testing on Linux. OK, now I'm on Linux and I've tried to install from CPAN, I have some errors and 97.01 won't install. Sorry about the length of the dump, but there are some errors at the beginning and at the end. Th

RE: How to add a new module to Wx

2010-04-20 Thread Steve Cookson
: wxperl-users@perl.org Subject: RE: How to add a new module to Wx Hi Mark and Mattia, First, a big thank you to both of you, Mark for the wrapping and Mattia for surreptitiously updating it into the RichText demo. I had similar difficulties to Alexander with updating the wxPerl, and so I unin

RE: How to add a new module to Wx

2010-04-16 Thread Steve Cookson
Hi Mark and Mattia, First, a big thank you to both of you, Mark for the wrapping and Mattia for surreptitiously updating it into the RichText demo. I had similar difficulties to Alexander with updating the wxPerl, and so I uninstalled Perl 5.8 and installed 5.10 and then reinstalled wx. I avoide

Re: How to add a new module to Wx

2010-04-14 Thread Mark Dootson
riginal Message- From: Mark Dootson [mailto:mark.doot...@znix.com] Sent: 14 April 2010 17:44 To: Steve Cookson Cc: wxPerl users Subject: Re: How to add a new module to Wx Hi, If you have a working Perl + compiler combination, then the standard stuff should work :- Download tarball or svn fo

RE: How to add a new module to Wx

2010-04-14 Thread Steve Cookson
;t much clearer. Regards Steve -Original Message- From: Mark Dootson [mailto:mark.doot...@znix.com] Sent: 14 April 2010 17:44 To: Steve Cookson Cc: wxPerl users Subject: Re: How to add a new module to Wx Hi, If you have a working Perl + compiler combination, then the standard st

Re: How to add a new module to Wx

2010-04-14 Thread Mark Dootson
I'd be grateful to hear from you. Regards Steve -Original Message- From: Mark Dootson [mailto:mark.doot...@znix.com] Sent: 13 April 2010 14:03 To: wxperl-users@perl.org Cc: Mattia Barbon; Steve Cookson Subject: Re: How to add a new module to Wx Hi, I thought I'd chip in with a p

RE: How to add a new module to Wx

2010-04-14 Thread Steve Cookson
otson [mailto:mark.doot...@znix.com] Sent: 13 April 2010 14:03 To: wxperl-users@perl.org Cc: Mattia Barbon ; Steve Cookson Subject: Re: How to add a new module to Wx Hi, I thought I'd chip in with a populated template for Steve to test. However, basic testing here brought up a problem. wxRic

Re: How to add a new module to Wx

2010-04-13 Thread Mattia Barbon
Mark Dootson wrote: Hi, I thought I'd chip in with a populated template for Steve to test. However, basic testing here brought up a problem. wxRichTextPrinting has no wxRTTI information (there's no IMPLEMENT_CLASS macro) so the wxPerl code ( wxPli_object_2_sv ) throws warnings. The attach

Re: How to add a new module to Wx

2010-04-13 Thread Mark Dootson
Hi, I thought I'd chip in with a populated template for Steve to test. However, basic testing here brought up a problem. wxRichTextPrinting has no wxRTTI information (there's no IMPLEMENT_CLASS macro) so the wxPerl code ( wxPli_object_2_sv ) throws warnings. The attached patch wraps wxRichTe

Re: How to add a new module to Wx

2010-04-10 Thread Mattia Barbon
Steve Cookson wrote: Hi, I'm not sure whether I should be sending this to the group or directly to Mattia Better to the group (it will be in the archives, and there are other people beside me that have some experience in wrapping wxWidgets classes). but I'm trying to understand how to

How to add a new module to Wx

2010-04-08 Thread Steve Cookson
Hi People, I'm not sure whether I should be sending this to the group or directly to Mattia, but I'm trying to understand how to print a wxRichTextCtrl from wxPerl. I understand that wxRichTextPrinting and wxRichTextPrintout are not implemented yet in wxPerl. So I need to do something to access