Re: wxperl binaries

2015-06-24 Thread Jiří Pavlovský
-minus.' > > Regards, > Meir > > (BTW, After switching to Strawberry perl, I never looked back.) > >> -Original Message- >> From: Jiří Pavlovský [mailto:jir...@gmail.com] On Behalf Of Jirí Pavlovský >> Sent: יום ג 23 יוני 2015 20:02 >> To: Meir Guttm

wxperl binaries

2015-06-23 Thread Jiří Pavlovský
Hello, I just wanted to install WxPerl for ActivePerl on windows and realized that binaries are onla available for perl 5.16 and lower versions. That kind of makes it useless as ActivePerl is now only available for 5.18 and 5.20. Any chance that binaries for recent versions of ActivePerl will be

[rt.cpan.org #85943] utf8 handling bug

2013-06-07 Thread Jiří Pavlovský via RT
est case, so could you report this to bug...@rt.cpan.org? -- Jiří Pavlovský

ComboBox and utf8

2013-04-28 Thread Jiří Pavlovský
from db and DBD::Pg is set to convert them to the perl internal encoding. Also there seem no to be a problem with other controls. Wx::Perl::ListCtrl displays it correctly. Thanks. -- Jiří Pavlovský

Re: Update to wxPerl Web Site

2013-03-08 Thread Jiří Pavlovský
On 7.3.2013 20:12, Mark Dootson wrote: All, I've updated the wxPerl web site links to a new site as explained here: http://www.wxperl.it/2013/03/wxperl-online-pages-update.html Nice work. Those pages are looking very good. -- Jiří Pavlovský

Re: Wx::ListCtrl bugs

2011-12-02 Thread Jiří Pavlovský
On 2.12.2011 4:13, Mark Dootson wrote: Hi, Thanks for the report. I tested the attached simple script on ActivePerl 5.14 with ppms from wxperl.co.uk and found no issues. (Tested Windows 7 64 bit and Vista 32 + 64 bit). Which leaves me stuck on trying to fix the problem you encountered. If at

Wx::ListCtrl bugs

2011-12-01 Thread Jiří Pavlovský
Hello, I've been experiencing problems with Wx::ListCtrl. For example it was freezing whenever I called FindItem. I just find out that the problem appears in Wx from wxperl.co.uk, but the Wx supplied with ActivePerl seems to be ok. I believe I did not mix stuff from ActiveState and wxperl.co

Debugging wxPerl application

2011-11-29 Thread Jiří Pavlovský
Hello, I have a rather large wxPerl application which "suddenly" started to SIGSEGV on me. I'm not even aware of any changes that could cause it. I need some hints as to how to debug it so that I could find out whether it is something Wx related or not. I have ActivePerl 5.14 on Windows and I

Native Client

2011-08-17 Thread Jiří Pavlovský
Hi, recently there was a discussion on gtk list about Native Client. Is there any way to use wx(Perl) in NaCl? Regards, Jiri

Re: Empty Wx::DatePickerCtrl

2010-10-09 Thread Jiří Pavlovský
On 9.10.2010 3:08, Mark Dootson wrote: Hi, Wx::DateTime->new() gives you the same as wxDefaultDateTime or wxInvalidDateTime, not the current datetime. What happens when you pass this to Wx::DatePickerCtrl is defined in the docs. i.e. Wx::DatePickerCtrl will convert to the current datetime

Re: Empty Wx::DatePickerCtrl

2010-10-08 Thread Jiří Pavlovský
On 9.10.2010 1:54, Mark Dootson wrote: Hi, Wx::DateTime->new() will give you a default time - so: That will give a today's date, not empty one which he wants. I don't knwo whether that is possible? I also ended up using Wx::DateTime->new()

{Spam?} Re: WxPerl and Moose

2010-09-12 Thread Jiří Pavlovský
On 12.9.2010 14:46, Octavian Rasnita wrote: Hi, Can WxPerl be used with Moose? I have tried the following test program: package WxTrial; use Moose; use Wx; extends 'Wx::SimpleApp'; 1; package main; #my $t = WxTrial->new; my $t = WxTrial->new(foo => "bar"); The program gives the follow

{Spam?} Re: Unicode problems - euro characters not displaying in widgets - HELP PLEASE

2010-08-04 Thread Jiří Pavlovský
On 4.8.2010 22:28, perltk wrote: It's been a while since I've done stuff in wxPerl but I'm absolutely sure I could display unicode characters without problems. What do you mean exactly when you say unicode? What is the used encoding? UTF-8? Here are some ideas: - Did you test Mattia's suggest

Re: PerlApp stopped working

2010-03-02 Thread Jiří Pavlovský
::Packager 0.20 PerlApp 7.3 And all seems to work OK ? What is your version of ActivePerl? There is a test script at /site/lib/Wx/Perl/Packager/resource/packtest.pl could you try packaging that and check if it works? regards Mark On 02/03/2010 14:35, Jiří Pavlovský wrote: Hello, t

PerlApp stopped working

2010-03-02 Thread Jiří Pavlovský
Hello, till today I was using PerlApp to compile my wxPerl application without a problem. I had to reinstall perl (ActiveState latest build) and cannot get it going since then. I installed all the latest modules from www.wxperl.co.uk. First I noticed that Wx::Perl::Packager no longer contai

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}