Re: [rt.cpan.org #53430] Cannot compile Wx using MSVC6

2010-01-08 Thread Serguei Trouchelle via RT
Thu Jan 07 16:20:30 2010: Request 53430 was acted upon. Transaction: Correspondence added by STRO Queue: Wx Subject: Re: [rt.cpan.org #53430] Cannot compile Wx using MSVC6 Broken in: 0.76, 0.77, 0.78, 0.79, 0.80, 0.81, 0.82, 0.83, 0.84, 0.85, 0.86, 0.87, 0.88, 0.89, 0.90, 0.91, 0.92

Re: wxRichTextCtrl

2010-01-08 Thread Jiří Pavlovský
Dne 8.1.2010 14:24, Steve Cookson napsal(a): Can you do a "LoadFile" too? Probably, but I did not get to it yet. Hi Jiri, I've tried: line # 53 my $HTML_handler = Wx::RichTextHTMLHandler->new; 54 open (my $fh, "LoadFile ($buffer, $fh); 57 $self->{rich_text_ctrl_1}

RE: wxRichTextCtrl

2010-01-08 Thread Steve Cookson
>> Can you do a "LoadFile" too? >Probably, but I did not get to it yet. Hi Jiri, I've tried: line # 53 my $HTML_handler = Wx::RichTextHTMLHandler->new; 54 open (my $fh, "LoadFile ($buffer, $fh); 57 $self->{rich_text_ctrl_1}->SetValue ($buffer ); Where I've just created output.ht

Re: [rt.cpan.org #53471] Win32_MinGW.pm patch to support mingw-w64 toolchain

2010-01-08 Thread Mattia Barbon via RT
Thu Jan 07 17:05:33 2010: Request 53471 was acted upon. Transaction: Correspondence added by mattia.bar...@libero.it Queue: Alien-wxWidgets Subject: Re: [rt.cpan.org #53471] Win32_MinGW.pm patch to support mingw-w64 toolchain Broken in: (no value) Severity: (no value) Own

Re: [rt.cpan.org #53430] Cannot compile Wx using MSVC6

2010-01-08 Thread Serguei Trouchelle via RT
Fri Jan 08 06:21:14 2010: Request 53430 was acted upon. Transaction: Correspondence added by STRO Queue: Wx Subject: Re: [rt.cpan.org #53430] Cannot compile Wx using MSVC6 Broken in: 0.76, 0.77, 0.78, 0.79, 0.80, 0.81, 0.82, 0.83, 0.84, 0.85, 0.86, 0.87, 0.88, 0.89, 0.90, 0.91, 0.92

[rt.cpan.org #53293] Support for mingw-w64 gcc compiler (MS Windows)

2010-01-08 Thread kmx via RT
Fri Jan 08 04:54:32 2010: Request 53293 was acted upon. Transaction: Correspondence added by KMX Queue: Alien-wxWidgets Subject: Support for mingw-w64 gcc compiler (MS Windows) Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: k...@cpan.org Statu

[rt.cpan.org #53471] Win32_MinGW.pm patch to support mingw-w64 toolchain

2010-01-08 Thread kmx via RT
Fri Jan 08 04:16:15 2010: Request 53471 was acted upon. Transaction: Correspondence added by KMX Queue: Alien-wxWidgets Subject: Win32_MinGW.pm patch to support mingw-w64 toolchain Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: k...@cpan.org S

Re: [rt.cpan.org #53430] Cannot compile Wx using MSVC6

2010-01-08 Thread Mattia Barbon via RT
Thu Jan 07 17:21:14 2010: Request 53430 was acted upon. Transaction: Correspondence added by mattia.bar...@libero.it Queue: Wx Subject: Re: [rt.cpan.org #53430] Cannot compile Wx using MSVC6 Broken in: 0.76, 0.77, 0.78, 0.79, 0.80, 0.81, 0.82, 0.83, 0.84, 0.85, 0.86, 0.87, 0.88, 0.8

Re: [rt.cpan.org #53293] Support for mingw-w64 gcc compiler (MS Windows)

2010-01-08 Thread Mattia Barbon via RT
Thu Jan 07 16:57:40 2010: Request 53293 was acted upon. Transaction: Correspondence added by mattia.bar...@libero.it Queue: Alien-wxWidgets Subject: Re: [rt.cpan.org #53293] Support for mingw-w64 gcc compiler (MS Windows) Broken in: (no value) Severity: (no value) Owner:

Re: [rt.cpan.org #53430] Cannot compile Wx using MSVC6

2010-01-08 Thread Mattia Barbon via RT
Thu Jan 07 15:59:09 2010: Request 53430 was acted upon. Transaction: Correspondence added by mattia.bar...@libero.it Queue: Wx Subject: Re: [rt.cpan.org #53430] Cannot compile Wx using MSVC6 Broken in: 0.76, 0.77, 0.78, 0.79, 0.80, 0.81, 0.82, 0.83, 0.84, 0.85, 0.86, 0.87, 0.88, 0.8

[rt.cpan.org #53471] Win32_MinGW.pm patch to support mingw-w64 toolchain

2010-01-08 Thread kmx via RT
Thu Jan 07 05:48:43 2010: Request 53471 was acted upon. Transaction: Ticket created by KMX Queue: Alien-wxWidgets Subject: Win32_MinGW.pm patch to support mingw-w64 toolchain Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: k...@cpan.org Status:

Wx::RichTextPrinting

2010-01-08 Thread Steve Cookson
Hi All, Does anyone know if Wx::RichTextPrinting has been implemented yet in wxP? If not, what are the alternatives? Thanks. Regards Steve <>