Re: wxperl binaries

2015-06-24 Thread Jiří Pavlovský
(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 Guttman Subject: Re: wxperl binaries Dne 23. 6. 2015 v 15:24 Meir Guttman napsal

ComboBox and utf8

2013-04-28 Thread Jiří Pavlovský
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

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

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

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 following

{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

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

Re: PerlApp stopped working

2010-03-02 Thread Jiří Pavlovský
PerlApp 7.3 And all seems to work OK ? What is your version of ActivePerl? There is a test script at perl/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, till today I

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, output.htm) or die cant open output file: $!; 55 my