Re: Dynamic events & the mouse events

2008-09-22 Thread Ian Macdonald
Thanks for that, Mattia, prototype() working nicely. On Mon, Sep 22, 2008 at 6:03 AM, Mattia Barbon <[EMAIL PROTECTED]>wrote: > Ian Macdonald wrote: > > Hi, > > I'm working on a application framework using wxPerl and I need to assign >> event handlers dynamically, eg the name of the event is su

Internationalization issue

2008-09-22 Thread PR Software
Hello, I want to use WxPerl to develop an application with a graphical interface for Win32 and Linux. As my application is multi-language (en, fr, de, ...), I want to use the mechanisms integrated in WxPerl (call to gettext in the source code) but I'm totally lost (I'm a newbie with WxWidget

Padre 0.10 released - initial Parrot and Perl 6 support

2008-09-22 Thread Gabor Szabo
I am happy to announce that version 0.10 of Padre, the Perl IDE was released. It can be installed from your CPAN mirror. For help with the installation look at http://padre.perlide.org/wiki/Download If you'd like to try the binary distribution we have for linux it can be also downloaded from the s

Re: Internationalization issue

2008-09-22 Thread Mattia Barbon
PR Software wrote: Hi, I want to use WxPerl to develop an application with a graphical interface for Win32 and Linux. As my application is multi-language (en, fr, de, ...), I want to use the mechanisms integrated in WxPerl (call to gettext in the source code) but I'm totally lost (I'm a n

wxSTC Question / German Umlauts

2008-09-22 Thread Carsten Zandecki
Hi there, is StyleGetCharacterSet() implemented in wxSTC yet ? Tried it but it returns undef. Also i have trouble with StyleSetCharacterSet: $self->{Editor}->StyleSetCharacterSet->(wxSTC_STYLE_DEFAULT,wxSTC_CHARSET_ANSI); returns Uncaught exception from user code: Usage: Wx::StyledTextCtrl::Styl

Wx on Solaris, HP-UX or AIX?

2008-09-22 Thread Gabor Szabo
Is there any chance running WxWidgets and WxPerl on any of Solaris, HP-UX or IBM-AIX ? Has anyone tried it? Gabor