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: Mike S. <Mik...@Do...> - 2006-07-09 22:47:21
|
Mattia Barbon wrote: > I just found and fixed the bug; I will commit the fix > and release 0.53 in an hour or so. > > Thanks Mattia -- one other thing I found in the generated Makefile -- it fails to create some needed directories at the end for the wxPerl generation for OSX. macbook:~/src/Wx-0.53 mike$ diff Makefile.org Makefile 1077a1078,1080 > mkdir -p cpp/wxPerl.osx/build/wxPerl.app > mkdir -p cpp/wxPerl.osx/build/wxPerl.app/Contents > mkdir -p cpp/wxPerl.osx/build/wxPerl.app/Contents/MacOS |
From: herbert b. <dei...@we...> - 2006-07-09 22:11:12
|
it was 2.6.1.2 Mattia Barbon wrote: > On Sat, 08 Jul 2006 12:24:59 +0200 > herbert breunung <dei...@we...> wrote: > > Hello, > > >> maybe i help you, when i pointing you to some problems one of our board members had to compile wxperl. shure its german but may the errormsg is helpful to you. >> >> http://board.perl-community.de/cgi-bin/ikonboard/ikonboard.cgi?s=60d7df9b51ef5e4a660626f7e5310cf1;act=ST;f=4;t=207;st=0;r=1;&#entry6 >> > > I understand the poster is using Linux, but in this > case the important part is: which wxWidgets version? > > Could you ask them for me? (I do not know German...) > > Thanks, > Mattia > > |
From: Mattia B. <mat...@li...> - 2006-07-09 10:37:03
|
On Sat, 08 Jul 2006 14:52:44 -0600 Mike Schroeder <Mik...@Do...> wrote: Hi, > Wx-0.52 does fix the wxMediaCtrl compile issues, but here is a new one > on OSX 10.4.7 -- I think all the other version numbers are below. Let > me know if you need anything else... I just found and fixed the bug; I will commit the fix and release 0.53 in an hour or so. Thanks! Mattia |
From: Mike S. <Mik...@Do...> - 2006-07-08 20:52:54
|
Wx-0.52 does fix the wxMediaCtrl compile issues, but here is a new one on OSX 10.4.7 -- I think all the other version numbers are below. Let me know if you need anything else... macbook:~/src/Wx-0.52 mike$ make g++ -c -I. -I. -I/Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/mac_2_6_3/lib/wx/include/mac-ansi-release-2.6 -I/Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/mac_2_6_3/include/wx-2.6 -UWX_PRECOMP -O3 -DVERSION=\"0.52\" -DXS_VERSION=\"0.52\" "-I/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE" -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA Wx.c Wx.c: In function 'void XS_Wx__Sound_CreateData(PerlInterpreter*, CV*)': Wx.c:10278: error: conversion from 'STRLEN' to 'const wxString' is ambiguous /Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/mac_2_6_3/include/wx-2.6/wx/string.h:679: note: candidates are: wxString::wxString(const wchar_t*, wxMBConv&, size_t) <near match> /Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/mac_2_6_3/include/wx-2.6/wx/string.h:674: note: wxString::wxString(const unsigned char*, size_t) <near match> /Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/mac_2_6_3/include/wx-2.6/wx/string.h:649: note: wxString::wxString(const wxChar*) <near match> /Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/mac_2_6_3/include/wx-2.6/wx/string.h:643: note: wxString::wxString(wxChar, size_t) /Library/Perl/5.8.6/darwin-thread-multi-2level/Alien/wxWidgets/mac_2_6_3/include/wx-2.6/wx/string.h:633: note: wxString::wxString(int) make: *** [Wx.o] Error 1 |
From: Mattia B. <mat...@li...> - 2006-07-08 20:16:59
|
On Sat, 08 Jul 2006 12:24:59 +0200 herbert breunung <dei...@we...> wrote: Hello, > maybe i help you, when i pointing you to some problems one of our board members had to compile wxperl. shure its german but may the errormsg is helpful to you. > > http://board.perl-community.de/cgi-bin/ikonboard/ikonboard.cgi?s=60d7df9b51ef5e4a660626f7e5310cf1;act=ST;f=4;t=207;st=0;r=1;&#entry6 I understand the poster is using Linux, but in this case the important part is: which wxWidgets version? Could you ask them for me? (I do not know German...) Thanks, Mattia |
From: herbert b. <dei...@we...> - 2006-07-08 10:25:11
|
hello mattia, maybe i help you, when i pointing you to some problems one of our board members had to compile wxperl. shure its german but may the errormsg is helpful to you. http://board.perl-community.de/cgi-bin/ikonboard/ikonboard.cgi?s=60d7df9b51ef5e4a660626f7e5310cf1;act=ST;f=4;t=207;st=0;r=1;&#entry6 keep up the good work herbert ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 |
From: Mattia B. <mat...@li...> - 2006-07-07 20:04:09
|
On Fri, 07 Jul 2006 17:12:37 +0200 "AOu...@fr..." <AOu...@fr...> wrote: Hello, > here a sample (modified hello.pl from wxPerl) that demonstrate the error > when I try to use HitTest with right mouse button. Just klick the right > mouse button over any tab. > > Also, I looked at the source (Notebook.xs), there is something odd, that > might explain it. As I understand it, there is line 84 "#if > WXPERL_W_VERSION_LE( 2, 5, 1 )" and the HitTest is only compiled when > "#if WXPERL_W_VERSION_GE( 2, 5, 2 )" at line 129. Seems to me that this > cant work (maybe a #endif is missing before line 129 ???). There is no missing #endif, but the HitTest block must be moved outside the conditional. Now done. Thanks Mattia |
From: <AOu...@fr...> - 2006-07-07 15:12:45
|
Hi, here a sample (modified hello.pl from wxPerl) that demonstrate the error when I try to use HitTest with right mouse button. Just klick the right mouse button over any tab. Also, I looked at the source (Notebook.xs), there is something odd, that might explain it. As I understand it, there is line 84 "#if WXPERL_W_VERSION_LE( 2, 5, 1 )" and the HitTest is only compiled when "#if WXPERL_W_VERSION_GE( 2, 5, 2 )" at line 129. Seems to me that this cant work (maybe a #endif is missing before line 129 ???). Cheers, Andre Code: use strict; use Wx; package MyApp; use vars qw(@ISA); @ISA = qw(Wx::App); sub OnInit { my( $this ) = shift; my( $frame ) = MyFrame->new(); $this->SetTopWindow( $frame ); $frame->Show( 1 ); } package MyFrame; use vars qw(@ISA); @ISA = qw(Wx::Frame); use Wx::Event qw(EVT_RIGHT_DOWN); use Wx qw(wxDefaultPosition); sub new { my( $this ) = shift->SUPER::new( undef, -1, 'Hello, world!', wxDefaultPosition , [350, 100] ); $this->SetIcon( Wx::GetWxPerlIcon() ); $this->{NoteBook} = Wx::Notebook->new($this, Wx::NewId()); $this->{NoteBook}->AddPage(Wx::Panel->new($this->{NoteBook}), "Page1", 1); $this->{NoteBook}->AddPage(Wx::Panel->new($this->{NoteBook}), "Page2", 1); EVT_RIGHT_DOWN($this->{NoteBook}, sub { my ($that, $hEvent) = @_; my $wMouseX = $hEvent->GetX(); my $wMouseY = $hEvent->GetY(); $this->{NoteBook}->HitTest([$wMouseX,$wMouseY]); } ); return $this; } package main; my( $app ) = MyApp->new(); $app->MainLoop(); |
From: Eriam S. <er...@er...> - 2006-07-07 06:55:02
|
Hello Still having problems with custom controls in XRC, now my problem is to handle styles. Though I do a $this->AddStyle('wxLC_REPORT', 0x0020); Before creating the control my $ctrl = My::Own::ListCtrl->new( $this->GetParentAsWindow, $this->GetID, $this->GetPosition, $this->GetSize, $this->GetStyle( "style", 0 ) ); But I still get an error message .. "Unknown style flag wxLC_REPORT". Thank you -- Eriam Schaffter Rue des Lilas 10 1202 Geneve Phone +41 (22) 534 95 71 |
From: John R. <jr...@ce...> - 2006-07-06 17:18:56
|
On Jul 6, 2006, at 10:09 AM, Eriam Schaffter wrote: > John Ralls a =E9crit : >> I've had trouble with FindWindowByName. Try FindWindow instead. > Thank you John :) > > FindWindow worked just like a charm .. > > It is still strange though. It sounds like a little bug, maybe I =20 > can report this at some place ? You're welcome. I've never taken the time to determine whether it's a wxWidgets or a =20 wxPerl problem. Perhaps you could. If it's a wxPerl problem, you can mention it either on wxperl-users =20 or file a bug report at www.sourceforge.net/projects/wxperl. If it =20 turns out to be in wxWidgets, wx-...@li... is the =20 place to bring it up. Incidentally, if you're not already joined =20 there, that's an excellent list for keeping up with wxWidgets. Regards, John Ralls |
From: John R. <jr...@ce...> - 2006-07-06 16:25:15
|
On Jul 5, 2006, at 12:25 AM, Mattia Barbon wrote: > [Forwarding to the correct list] > > Hello, > > I am trying to subclass controls created using XRC but I am having > difficulty with the initialisation. > > The problem is that the controls are created with the 2-step > process using > the default contructor when subclassed by the XRC loading mechanism. > > For example, > > Wx::SomeCtrl->new; # without parameters > Wx::SomeCtrl::Create( @_ ); # all parameters specified here > > Unfortunately the Create() method is not virtual (is that the correct > terminology?) or I cannot override this method, so I am unable to > "assist" > woth the control creation, and provide additional initialisation > parameters > > Is this possible in plain Perl or do I need to go deeper to the XS > level? > > Many thanks > Mark I hope Mark is actually reading this list... Yes, it appears that it isn't possible to override Create nor to pass it arguments. The way I work around that is to write an init function for my subclasses which I call explicitly after loading a resource which uses them. It's neither elegant nor convenient, but it can be done in Perl. I think that the way to fire off the subclass's create (as well as to parse and pass additional parameters from the resource file) is to write a custom XmlResourceHandler, but I have not tried this myself. Regards, John Ralls |
From: Eriam S. <er...@er...> - 2006-07-06 09:21:44
|
Hello I wrote a custom control that inherits from wxListCtrl and I also wrote a custom handler to add it to a window when I include it in a XRC file: <object class=3D"My::Own::ListCtrl" name=3D"results"> <pos>45,45</pos> <size>360,100</size> </object> Now it works very fine and I can access control's ID with Wx::XmlResource::GetXRCID and assign events to controls like that. Though when I want to ru methods on this object I would do just like usually for other controls, simply with the Wx::Window::FindWindowByName but sadly it does not work for my custom control I built. I though maybe I made a mistake in the XRC (Wx::PlXmlResourceHandler) handler but I checked and it seems everything looks like in the demo (create the control and SetupWindow and CreateChildren). So the problem is I can retrieve the ID of the created object but I can't retreive the object itself to run methods on it. Any idea gentlemen ? Thank you and have a great day. -- Eriam Schaffter Rue des Lilas 10 1202 Geneve Phone +41 (22) 534 95 71 |
From: Mattia B. <mat...@li...> - 2006-07-05 18:19:51
|
On Wed, 05 Jul 2006 12:30:42 +0200 "AOu...@fr..." <AOu...@fr...> wrote: Hello, > I have just compiled the new wxPerl with Alien. The question for me is > now, which wxWidgets is in use when I start my app. The one under Alien > or the one under Wx ? The one that you choose when installing Alien. > Is the Version String correct with a comma (was a point before) ? Maybe you are printing the version _number_ under a German locale? > And when I try to use Wx::Notebook HitTest, I get an error that the > function isn't implemented. But when I check the XS files it is defined > there. Are you sure it is a Wx::Notebook instance? Code snippet? > Did I do something wrong ? Should I have deleted the old wxPerl before > compiling ? make clean in the wxPerl/Alien directory suffices. > Systeminfo: Windows XP SP2, Perl 5.8.6, wxWidgets 2.6.3 Regards Mattia |
From: <AOu...@fr...> - 2006-07-05 10:30:53
|
Hi, I have just compiled the new wxPerl with Alien. The question for me is now, which wxWidgets is in use when I start my app. The one under Alien or the one under Wx ? Is the Version String correct with a comma (was a point before) ? And when I try to use Wx::Notebook HitTest, I get an error that the function isn't implemented. But when I check the XS files it is defined there. Did I do something wrong ? Should I have deleted the old wxPerl before compiling ? Systeminfo: Windows XP SP2, Perl 5.8.6, wxWidgets 2.6.3 Thanks for the great work so far and keep it going, Andre |
From: Mattia B. \<mattia\.barbon\@libero\.it\> <mat...@li...> - 2006-07-05 07:25:28
|
[Forwarding to the correct list] Hello, I am trying to subclass controls created using XRC but I am having difficulty with the initialisation. The problem is that the controls are created with the 2-step process usin= g the default contructor when subclassed by the XRC loading mechanism. For example, Wx::SomeCtrl->new; # without parameters Wx::SomeCtrl::Create( @_ ); # all parameters specified here Unfortunately the Create() method is not virtual (is that the correct terminology?) or I cannot override this method, so I am unable to "assist= " woth the control creation, and provide additional initialisation paramete= rs Is this possible in plain Perl or do I need to go deeper to the XS level?= Many thanks Mark Using Tomcat but need to do more? Need to support web services, security?= Get stuff done quickly with pre-integrated technology to make your job ea= sier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ wxperl-commits mailing list wxp...@li... https://lists.sourceforge.net/lists/listinfo/wxperl-commits |
From: Mark W. <ma...@ne...> - 2006-07-05 05:53:25
|
Hello, I have a very strange problem where I eventually end up with an application error on WinXP. The sequence of steps are as follows: - connect to a MS SQL database using DBI - DBD ODBC - disconnect from database - connect to the same or another database - all controls now show without XP style - notebook tabs show a black background This sequence is part of a large, complicated program so I am unable to produce a small, scaled down sample. Has anyone else ever experienced the same or similar problems? What is the best way to troubleshoot the XP application errors? Any help appreciated Regards Mark |
From: Mattia B. <mat...@li...> - 2006-07-04 18:07:06
|
On Tue, 4 Jul 2006 12:17:10 +0200 Jouke Visser <jo...@pv...> wrote: > And yet another method that is not wrapped yet...as you can see I'm exploring the depths of the wxWidgets possibilities ;-) > wxPanel::SetFocusIgnoringChildren Added to wxDialog and wxSplitterWindow as well. Regards Mattia |
From: Jouke V. <jo...@pv...> - 2006-07-04 09:51:49
|
And yet another method that is not wrapped yet...as you can see I'm exploring the depths of the wxWidgets possibilities ;-) wxPanel::SetFocusIgnoringChildren Can you wrap this one too Mattia? Thanks, Jouke |
From: Mattia B. <mat...@li...> - 2006-07-03 19:34:45
|
On Mon, 03 Jul 2006 12:09:50 +0200 Jouke Visser <jo...@bo...> wrote: Hello, > It looks like Wx::Window::UpdateWindowUI (and DoUpdateWindowUI) is not > wrapped, and neither are the constants that this function accepts: > > wxUPDATE_UI_NONE = 0x0000, // No particular value > wxUPDATE_UI_RECURSE = 0x0001, // Call the function for descendants > wxUPDATE_UI_FROMIDLE = 0x0002 // Invoked from On(Internal)Idle > > Can you fix this please? Fixed. Regards Mattia |
From: Jouke V. <jo...@bo...> - 2006-07-03 10:10:05
|
Hi Mattia, It looks like Wx::Window::UpdateWindowUI (and DoUpdateWindowUI) is not wrapped, and neither are the constants that this function accepts: wxUPDATE_UI_NONE = 0x0000, // No particular value wxUPDATE_UI_RECURSE = 0x0001, // Call the function for descendants wxUPDATE_UI_FROMIDLE = 0x0002 // Invoked from On(Internal)Idle Can you fix this please? -- ___________________________________________ [ ] [ Jouke Visser Senior Developer ] [ jo...@bo... +31.6.13843599 ] [ Bookings Europe BV a Priceline company ] [___________________________________________] |
From: Mattia B. <mat...@li...> - 2006-07-02 14:05:42
|
On Fri, 30 Jun 2006 09:10:44 +0200 Jouke Visser <jo...@pv...> wrote: Hello, > If I do > > use Wx qw(:allclasses) > > it doesn't include Wx::Media, so I have to explicitly use that. I think > that shouldn't be necessary. Agreed and done. > Besides that, I couldn't discover where (if at all) the following > constants are defined: > wxMEDIASTATE_STOPPED > wxMEDIASTATE_PAUSED > wxMEDIASTATE_PLAYING > wxMEDIACTRLPLAYERCONTROLS_NONE > wxMEDIACTRLPLAYERCONTROLS_DEFAULT ext/media/cpp/me_constants.h, but there were a couple of errors that meant the definitions weren't used > wxMEDIABACKEND_DIRECTSHOW > wxMEDIABACKEND_QUICKTIME > wxMEDIABACKEND_MCI > wxMEDIABACKEND_GSTREAMER Missing and added. > I've tried using Wx with :everything, explicitly importing these > constants, and doing the same for Wx::Media, but it seems they haven't > been defined (yet). > > Could you include these before the 0.51 release? Done. Now let's hope I can fix the MSVC8 build problems... Thanks! Mattia |
From: Mark D. <mar...@zn...> - 2006-07-02 05:39:10
|
There is now an updated module to help with PAR / PDK/Perlapp and Perl2Exe. Wx::Perl::Packager is available at http://www.gigi.co.uk/wxperl/. This is now a pure perl module taking advantage of the methods wxPerl provides. PDK /Perlapp no longer includes the wxWidgets DLLs automatically since wxPerl 0.49. The package contains a script - wxpdk - which helps with this by creating a .perlapp file with the wxWidgets DLLs already noted. Also at http://www.gigi.co.uk/wxperl/ppm.html their are PPMs available for Wx-0.50 and Alien-wxWidgets-0.14. Install Alien-wxWidgets first. Regards Mark |
From: Ed W <li...@wi...> - 2006-06-30 22:05:54
|
Donovan Allen wrote: > Ed W write: > >> for a couple of projects and it's pretty decent under Linux, Windows and >> (never tested) Mac. If you needed a much more advanced cross platform >> library then look very hard at that >> >> http://www.music.mcgill.ca/~gary/rtaudio/ >> > > >> It would be great to see this wrapped under (or both) perl and wxWidgets >> > > Thanks for sharing that link Ed! I have been struggling with finding an good cross platform audio library as well. Indeed, it would be great to wrap this for perl. > Portaudio is the classic library and more mature, but at the time I found RtAudio cleaner and easier for smaller projects and also the Jack support was important to me. RtAudio would also lend itself to implementation in a Wx style by hooking the non blocking API into wx events. So basically you would instantiate a WxSound object, then set it to start playing at a certain sample rate with a certain number of channels and it would just fire a "feed me" event which lets you load it up with the next block of data and the same again to let you have any recorded samples. PortAudio and RtAudio are the only two really mature cross platform libraries that I am aware of though. Ed W |
From: Donovan A. <al...@Zo...> - 2006-06-30 19:23:01
|
Ed W write: > for a couple of projects and it's pretty decent under Linux, Windows = and=20 > (never tested) Mac. If you needed a much more advanced cross platform = > library then look very hard at that >=20 > http://www.music.mcgill.ca/~gary/rtaudio/ > It would be great to see this wrapped under (or both) perl and = wxWidgets Thanks for sharing that link Ed! I have been struggling with finding an = good cross platform audio library as well. Indeed, it would be great to = wrap this for perl. |
From: Ed W <li...@wi...> - 2006-06-30 09:18:50
|
Jouke Visser wrote: > Hi, > > Since the wxWave class has been dropped (I believe since wxWidgets > 2.5.1), wxSound has been the replacement. However, the wxPerl sources > still refer to wxWave, and don't have support for wxSound. > > Can this be fixed? > Only slightly related to your problems, but I have worked with RtAudio for a couple of projects and it's pretty decent under Linux, Windows and (never tested) Mac. If you needed a much more advanced cross platform library then look very hard at that http://www.music.mcgill.ca/~gary/rtaudio/ I have sent in a few patches which are included in the latest release for handling simultaneous record and playback and actually the library is now more than accurate for taking impulse response measurements for measuring rooms and loudspeakers - so basically you have a lot of control and the library is accurate. Supports just about every sound API out there as well! It would be great to see this wrapped under (or both) perl and wxWidgets Good luck Ed W |