You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
(7) |
Mar
(5) |
Apr
(4) |
May
(15) |
Jun
(10) |
Jul
(4) |
Aug
(12) |
Sep
(39) |
Oct
(22) |
Nov
(46) |
Dec
(65) |
2002 |
Jan
(19) |
Feb
(27) |
Mar
(50) |
Apr
(73) |
May
(85) |
Jun
(52) |
Jul
(49) |
Aug
(95) |
Sep
(152) |
Oct
(81) |
Nov
(42) |
Dec
(62) |
2003 |
Jan
(45) |
Feb
(47) |
Mar
(101) |
Apr
(110) |
May
(53) |
Jun
(72) |
Jul
(125) |
Aug
(77) |
Sep
(87) |
Oct
(69) |
Nov
(55) |
Dec
(71) |
2004 |
Jan
(127) |
Feb
(68) |
Mar
(93) |
Apr
(102) |
May
(64) |
Jun
(92) |
Jul
(40) |
Aug
(113) |
Sep
(44) |
Oct
(61) |
Nov
(44) |
Dec
(100) |
2005 |
Jan
(57) |
Feb
(51) |
Mar
(101) |
Apr
(73) |
May
(45) |
Jun
(97) |
Jul
(92) |
Aug
(94) |
Sep
(46) |
Oct
(83) |
Nov
(82) |
Dec
(68) |
2006 |
Jan
(92) |
Feb
(116) |
Mar
(84) |
Apr
(66) |
May
(40) |
Jun
(57) |
Jul
(89) |
Aug
(82) |
Sep
(58) |
Oct
(94) |
Nov
(104) |
Dec
(70) |
2007 |
Jan
(86) |
Feb
(108) |
Mar
(193) |
Apr
(84) |
May
(71) |
Jun
(54) |
Jul
(17) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jouke V. <jo...@co...> - 2001-09-14 12:03:50
|
on Perl.com the first in a series of tutorials about wxPerl has been published. This tutorial is a real 'first steps into wxPerl'. The second one will be a bit more advanced. Cheers! Jouke Visser |
From: Jouke V. <jo...@co...> - 2001-09-14 08:01:10
|
It *should* be possible to port it to the Mac and I'd be delighted if someone took the chance to try. Mattia is the one to answer it, but since wxWindows itself is available for the Mac, wxPerl should be able to be ported too. Jouke On Fri, Sep 14, 2001 at 06:24:14AM +0100, Christian Jaeger wrote: > Hello > > I'm happy to find today the announcement of a wxwindows-perl > interface in www.perl.com's newsletter. It could just be what I'm > looking for: some perl gui for MacOS (9/)X. Tough I'm a bit in doubt > whether wxperl will work on the mac (primarily MacOSX, MacOS9 would > be cool too)? > > I want to create a rather simple gui: create popup dialogs on top of > the desktop (maybe floating windows). It's for a networked message > application. It should pop up a window if it receives a message. > > I've been thinking about porting the perl Mac::* toolbox modules to > carbon, but wxperl seems much more comfortable and if I can save the > porting work - even better. > > One important thing that I'm not clear about is the event handling: > I'm using nonblocking networking code (uses select() currently), so > somehow I need either to get an event from wxwindows' event handler > (?) or maybe will have to build an own event loop? Maybe as an ugly > workaround solution short timeouts (~0.2sec) in both loops and then > alternating them would be enough. > > christian. > > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users > |
From: Christian J. <chr...@sl...> - 2001-09-14 04:27:33
|
Hello I'm happy to find today the announcement of a wxwindows-perl interface in www.perl.com's newsletter. It could just be what I'm looking for: some perl gui for MacOS (9/)X. Tough I'm a bit in doubt whether wxperl will work on the mac (primarily MacOSX, MacOS9 would be cool too)? I want to create a rather simple gui: create popup dialogs on top of the desktop (maybe floating windows). It's for a networked message application. It should pop up a window if it receives a message. I've been thinking about porting the perl Mac::* toolbox modules to carbon, but wxperl seems much more comfortable and if I can save the porting work - even better. One important thing that I'm not clear about is the event handling: I'm using nonblocking networking code (uses select() currently), so somehow I need either to get an event from wxwindows' event handler (?) or maybe will have to build an own event loop? Maybe as an ugly workaround solution short timeouts (~0.2sec) in both loops and then alternating them would be enough. christian. |
From: Mattia B. <mb...@ds...> - 2001-08-30 17:48:27
|
> One thing I mention in the tutorial is that wxPerl is not available on > CPAN. I would urge you to put your work on CPAN, because it will a) > improve the accessibility of wxPerl since every Perl developer looks > there for new modules and b) it would enlarge the number of people who > have heard of wxPerl. As you might arlready have seen, it entered CPAN yesterday; hasn't yet propagated to by-module and the modulelist, though. Regards Mattia |
From: Mattia B. <mb...@ds...> - 2001-08-27 12:00:12
|
> Initial Comment: > It would be very nice if the MDI feature availabe in > WxWindows would be integrated into wxPerl also the Noted > possibility of using GIF Images for instance as a > replacement for platform specific Bitmaps an Icons > would be welcome too. GIF ( and PNG, and a bunch of other formats ) images are already there: just do Wx::InitAllImageHandlers() at the beginning of your ptogram, or Wx::Image::AddHandler( new Wx::XXXImageHandler ) replacing XXX with one of BMP, PNG, JPEG, GIF, PCX, PNM, TIFF Regards Mattia |
From: <no...@so...> - 2001-08-22 14:43:50
|
Feature Requests item #454227, was opened at 2001-08-22 07:43 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=365655&aid=454227&group_id=15655 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: GIF Image and MDI Support Initial Comment: It would be very nice if the MDI feature availabe in WxWindows would be integrated into wxPerl also the possibility of using GIF Images for instance as a replacement for platform specific Bitmaps an Icons would be welcome too. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=365655&aid=454227&group_id=15655 |
From: Mattia B. <mb...@ds...> - 2001-08-17 21:57:33
|
> > I know of someone who is busy converting the C samples that are > > available with the wxWindows distribution to Perl code. When he's > > finished that (or if he won't I will), I'll ask him to send them to you > > to include them in the samplebundle. > Mmh... I have a work-in-progress wxPerl Demo, much like the wxPython > one ( OK almost equal to the wxPython one... ): > http://wxperl.sourceforge.net/demo.gif > for a screenshot. I'll be on vacation from tomorrow ( saturday 18 ) to sunday 26, so I just packed said demo; you can find it at ftp://wxperl.sourceforge.net/pub/wxperl/demo/demo.zip some of the samples will not work with 0.07 ( they require the current CVS ); however the framework is there Regards Mattia |
From: Mattia B. <mb...@ds...> - 2001-08-16 17:40:13
|
> Hi, > > I noticed that in earlier messages of this mailinglist there was talk > about some sample files. It turns out that those are only distributed in > the sourcedistribution. I think it would be a good idea to distribute > those seperately. Many Win32 users will only download the PPM package > and will never find the samples... Yes, they are in ftp://wxperl.sourceforge.net/pub/wxperl/0.06/Wx-0.06-samples.zip I and forgot to put them in the download page for 0.07... I'll do it ASAP > Furthermore I've written (or in fact, still editing) a wxPerl > introduction - a first in a series of tutorials for Perl.com. I already > spoke with Simon Cozens - the Senior Editor of Perl.com and he will > publish them. When they are published you can add a link on the wxPerl > homepage if you wish. Cool! Thanks! > One thing I mention in the tutorial is that wxPerl is not available on > CPAN. I would urge you to put your work on CPAN, because it will a) > improve the accessibility of wxPerl since every Perl developer looks > there for new modules and b) it would enlarge the number of people who > have heard of wxPerl. Yes, I just wanted to wait until my user base grew a bit ( I think it helps saying: "the 0.07 release had 800+ downloads" when submitting to CPAN... ) ( I submitted the request for a PAUSE ID right now ) > I know of someone who is busy converting the C samples that are > available with the wxWindows distribution to Perl code. When he's > finished that (or if he won't I will), I'll ask him to send them to you > to include them in the samplebundle. Mmh... I have a work-in-progress wxPerl Demo, much like the wxPython one ( OK almost equal to the wxPython one... ): http://wxperl.sourceforge.net/demo.gif for a screenshot. The advantages are: 1 - saves a lot of common code ( app initialization, etc ) 2 - it is nice to have all the demos together, with a short description If you could contact this person ( or give me its address so I could contact him directly ), he could work directly on the demo, saving a lot of effort. Thanks for your interest ( and work! ) in the project! Mattia |
From: Jouke V. <jo...@co...> - 2001-08-16 11:18:52
|
Hi, I noticed that in earlier messages of this mailinglist there was talk about some sample files. It turns out that those are only distributed in the sourcedistribution. I think it would be a good idea to distribute those seperately. Many Win32 users will only download the PPM package and will never find the samples... Furthermore I've written (or in fact, still editing) a wxPerl introduction - a first in a series of tutorials for Perl.com. I already spoke with Simon Cozens - the Senior Editor of Perl.com and he will publish them. When they are published you can add a link on the wxPerl homepage if you wish. One thing I mention in the tutorial is that wxPerl is not available on CPAN. I would urge you to put your work on CPAN, because it will a) improve the accessibility of wxPerl since every Perl developer looks there for new modules and b) it would enlarge the number of people who have heard of wxPerl. I know of someone who is busy converting the C samples that are available with the wxWindows distribution to Perl code. When he's finished that (or if he won't I will), I'll ask him to send them to you to include them in the samplebundle. Cheers! Jouke |
From: Mattia B. <mb...@ds...> - 2001-08-11 14:10:57
|
> Summary: EVT_SPLITTER_DOUBLECLICKED > > Initial Comment: > When I try to define event: > > EVT_SPLITTER_DOUBLECLICKED( $this, > \&OnSplitterDoubleclick ); > > an error accurs: > > Can't call method "GetId" on unblessed reference at > D:/Perl/site/lib/Wx/Event.pm line 26. Now that I read more carefully ( sorry for not doing it in the first place... ) EVT_SPLITTER_DOUBLECLICKED takes _two_ parameters _in C++_, so in wxPerl, it takes _three_: you should call it as: EVT_SPLITTER_DOUBLECLICKER( $this, $splitter, \&Function ); of course if you are catching the event in the splitter itself you should use: EVT_SPLITTER_DOUBLECLICKER( $splitter, $splitter, \&Function ); Always remember that wxPerl wants as the first parameter the event handler. HTH Mattia |
From: Mattia B. <mb...@ds...> - 2001-08-11 13:50:34
|
> Initial Comment: > When I try to define event: > > EVT_SPLITTER_DOUBLECLICKED( $this, > \&OnSplitterDoubleclick ); > > an error accurs: > > Can't call method "GetId" on unblessed reference at > D:/Perl/site/lib/Wx/Event.pm line 26. Well, could you post the surrounding code? The problem is clear, but it could be a bug almost anywhere ( even in your code :) ), and without a testcase it is really difficult to see it. Thanks! Mattia |
From: <no...@so...> - 2001-08-10 11:49:06
|
Bugs item #449777, was opened at 2001-08-10 04:49 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=115655&aid=449777&group_id=15655 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: EVT_SPLITTER_DOUBLECLICKED Initial Comment: When I try to define event: EVT_SPLITTER_DOUBLECLICKED( $this, \&OnSplitterDoubleclick ); an error accurs: Can't call method "GetId" on unblessed reference at D:/Perl/site/lib/Wx/Event.pm line 26. lzap ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=115655&aid=449777&group_id=15655 |
From: Jouke V. <jo...@co...> - 2001-08-10 06:33:01
|
Hi Lukas, To compile it you could use PerlApp (from ActiveState's Perl Development Kit), which runs on Windows NT, Linux and Solaris, or you could use IndigoStar's Perl2Exe which runs on a lot of platforms, also Win98/NT/2000. To make a nice installer, I recommend the free (and open Source) InnoSetup, which creates an InstallShield like interface. Greetings, Jouke On Fri, Aug 10, 2001 at 08:10:06AM +0200, Lukas Zapletal wrote: > Hello, I wrote a small util using wxPerl and I need to make installation and > deployment. Is anybody experienced in creating final distributions (I have > no idea HOW to do it), compiling to native code etc. on Windows > (ActiveState) ? > > Thanks for help > > lzap > > Lukas Zapletal [lz...@ba...] > BACH systems Ltd. [www.bach.cz] > web programmer > > > _______________________________________________ > wxperl-users mailing list > wxp...@li... > http://lists.sourceforge.net/lists/listinfo/wxperl-users > |
From: Lukas Z. <lz...@ba...> - 2001-08-10 06:16:03
|
Hello, I wrote a small util using wxPerl and I need to make installation and deployment. Is anybody experienced in creating final distributions (I have no idea HOW to do it), compiling to native code etc. on Windows (ActiveState) ? Thanks for help lzap Lukas Zapletal [lz...@ba...] BACH systems Ltd. [www.bach.cz] web programmer |
From: <no...@so...> - 2001-08-09 08:07:55
|
Bugs item #449415, was opened at 2001-08-09 01:07 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=115655&aid=449415&group_id=15655 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: wxPerl 0.04 warnings in toolbar.pl sampl Initial Comment: For all bitmaps in the sample Perl prints these warnings: Argument "bitmaps/print.bmp" isn't numeric in addition (+) at D:/Perl/site/lib/Wx.pm line 147. Use of uninitialized value in subroutine entry at D:/Perl/site/lib/Wx.pm line 148. I run 'perl -W toolbar.pl'. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=115655&aid=449415&group_id=15655 |
From: Jouke V. <jo...@co...> - 2001-07-23 08:47:02
|
> > > and a far from complete Manual. > ? Did you look at the manual at > ftp://wxperl.sf.net/pub/wxperl/0.06/wxWindows-2.2-docs-chm.chm > ftp://wxperl.sf.net/pub/wxperl/0.06/wxWindows-2.2-docs-html.chm > ftp://wxperl.sf.net/pub/wxperl/0.06/wxWindows-2.2-docs-tex.chm > > now that I though of it, it is not linked from the main page... Indeed...I did not find this. Even these links are incorrect, but I found them by entering the directory on the FTP server. I'm going to look into it... > Of course there are various ways. ATM the API documentation is > complete ( in fact it's the wxWIndows docs + some small wxPerl > notes ). Of course if you want to help testing/writing > tutorials/spellchecking my english/whatever, I can just thank you for > your help! I will take a close look at all existing documentation and I will try to find the things that should be improved or added. I'll keep you updated on it. Jouke |
From: Mattia B. <mb...@ds...> - 2001-07-22 19:51:18
|
A new version of wxPerl, the Perl bindings to wxWindows is out! You can download the source from http://prdownload.sourceforge.net/wxperl/Wx-0.07.tar.gz Binary packages for ActivePerl/Win32 6xx builds, Redhat Linux 7.1 and Debian GNU/Linux "woody" are available along with documentation in HTML and MS HTML Help format from http://sourceforge.net/project/showfiles.php?group_id=15655 and http://wxperl.sourceforge.net/ Regards Mattia |
From: Mattia B. <mb...@ds...> - 2001-07-19 22:14:32
|
> I am totally convinced that wxPerl is a major improvement for GUI programming in Perl. I'm happy you think so! > However to convince more people to use wxPerl it should be properly documented. Right > and a far from complete Manual. ? Did you look at the manual at ftp://wxperl.sf.net/pub/wxperl/0.06/wxWindows-2.2-docs-chm.chm ftp://wxperl.sf.net/pub/wxperl/0.06/wxWindows-2.2-docs-html.chm ftp://wxperl.sf.net/pub/wxperl/0.06/wxWindows-2.2-docs-tex.chm now that I though of it, it is not linked from the main page... > It's already a big step forward that you provide an ActivePerl PPD package! Good work! > > How can I help? I'd like to see this project better documented! I want to know where > to start! Of course there are various ways. ATM the API documentation is complete ( in fact it's the wxWIndows docs + some small wxPerl notes ). Of course if you want to help testing/writing tutorials/spellchecking my english/whatever, I can just thank you for your help! Thanks! Mattia |
From: Jouke V. <jo...@co...> - 2001-07-19 19:29:53
|
Hi, I am totally convinced that wxPerl is a major improvement for GUI programming in Perl. However to convince more people to use wxPerl it should be properly documented. What I find now is a partially completed tutorial and a far from complete Manual. It's already a big step forward that you provide an ActivePerl PPD package! Good work! How can I help? I'd like to see this project better documented! I want to know where to start! Jouke Visser http://jouke.perlmonks.org |
From: Mattia B. <mb...@ds...> - 2001-06-28 16:45:57
|
Hello, I just found that _ is already used in Perl... ( see perlfunc -> -X, at the bottom ) So using use Wx qw(_); # as the docs say in your programs will break other perl code, even outside your program/module. This will be fixed in 0.07. For now use Wx::GetTranslation() HTH Mattia |
From: Mattia B. <mb...@ds...> - 2001-06-21 21:25:04
|
> Hello all! > I need to write a perl windowing app. I have to compile it when I am done > into a .exe file . I'd like to use this windowing kit to do so. I also would > like to minimize the size of the executable if possible. How would I do this > using this library? For compiling Perl scripts into executables: use Perl Dev Kit ( from ActiveState ); it's commercial, but a trial version is available for download, if you need to test it http://aspn.activestate.com/ASPN/Downloads/PDK/More there is some _experimental_ support for compilation into native exe in the perl distribution ( see perlcompile ) Now, I didn't use any of the two, so if you are succesful, please report back to the list HTH Mattia |
From: kevin1 <ke...@ch...> - 2001-06-21 17:58:43
|
Hello all! I need to write a perl windowing app. I have to compile it when I am done into a .exe file . I'd like to use this windowing kit to do so. I also would like to minimize the size of the executable if possible. How would I do this using this library? |
From: Mattia B. <mb...@ds...> - 2001-06-11 18:43:39
|
> actually, we've managed to figure out that it also happens with 2.2.7 and > 2.3, and so now we're looking through the code for wxWindows to see if we > can figure out what is causing it. I know that wx developers will be glad if you debug their code :), however posting a bug report to wx lists ( better with a testcase ) will speed things up for you > We did figure out that the bizarre sizing (making it so the printout > appeared really huge on the screen) was a result of having a dual-monitor > setup (they use the screen size as part of the computation of the scaling > factor to display the preview of the printed page, and having a non-standard > aspect ratio (from two monitors placed side-by-side) messes up the math). Regards Mattia |
From: D.J.Moon <lm...@es...> - 2001-06-11 11:34:19
|
actually, we've managed to figure out that it also happens with 2.2.7 and 2.3, and so now we're looking through the code for wxWindows to see if we can figure out what is causing it. We did figure out that the bizarre sizing (making it so the printout appeared really huge on the screen) was a result of having a dual-monitor setup (they use the screen size as part of the computation of the scaling factor to display the preview of the printed page, and having a non-standard aspect ratio (from two monitors placed side-by-side) messes up the math). d. -----Original Message----- From: wxp...@li... [mailto:wxp...@li...]On Behalf Of Mattia Barbon Sent: Thursday, June 07, 2001 4:48 PM To: wxp...@li... Subject: RE: [wxperl-users] Wx::HtmlEasyPrinting > behaviors also happen in the WxWindows samples, it is most likely an issue > with the WxWindows version we have. We're going to try using 2.2.7, and see > how that goes. If you have a test case I could test it on 2.2.7 without you trying it Regards Mattia _______________________________________________ wxperl-users mailing list wxp...@li... http://lists.sourceforge.net/lists/listinfo/wxperl-users |
From: Mattia B. <mb...@ds...> - 2001-06-07 20:47:47
|
> behaviors also happen in the WxWindows samples, it is most likely an issue > with the WxWindows version we have. We're going to try using 2.2.7, and see > how that goes. If you have a test case I could test it on 2.2.7 without you trying it Regards Mattia |