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: Mattia B. <mb...@ds...> - 2001-12-16 21:17:13
|
> On Sun, 16 Dec 2001 11:49:16 +0100, you wrote: > > >> - Right-Click event ( I ask because this has been difficult in > >> Win32::GUI ) > > >Yes; > > Great! But .. > > Where can I find a sample for a Right-Click.. or a lead in a document? I have a > GUI where I need to (need as in: would like to) detect a right-click on a > button. docs for wxMouseEvent -> Event table macros -> EVT_RIGHT_DOWN(func) just remember that in wxPerl you need to pass an addition Wx::EvtHandler ( any Wx::Windows is a Wx::EvtHandler ) as the first parameter ( so for wxPerl EVT_RIGHT_DOWN($evthandler,$coderef); use Wx::Event qw(EVT_RIGHT_DOWN); my $button = new Wx::Button( ... ); EVT_RIGHT_DOWN( $button, sub { ... } ); # or EVT_RIGHT_DOWN( $button, \&OnRightDown ); Regards Mattia |
From: Matt F. <ma...@iw...> - 2001-12-16 15:49:06
|
Take a look at this page of mouse events: http://www.lpthe.jussieu.fr/~zeitlin/wxWindows/docs/wxwin260.htm#wxmouseevent It's the documentation for wxWindows, not wxPerl, so the usage may be slightly different in Perl than in C++, but it should give you an idea. Also, you might want to bookmark the wxWindows documentation: http://www.lpthe.jussieu.fr/~zeitlin/wxWindows/docs/wxwin.htm Matt --- Alexander F.Gutfeldt <per...@bl...> wrote: >On Sun, 16 Dec 2001 11:49:16 +0100, you wrote: > >>> - Right-Click event ( I ask because this has been difficult in >>> Win32::GUI ) > >>Yes; > >Great! But .. > >Where can I find a sample for a Right-Click.. or a lead in a document? I ha= >ve a >GUI where I need to (need as in: would like to) detect a right-click on a >button. > > >Greetings from Berne, Switzerland >'lexu > >_______________________________________________ >wxperl-users mailing list >wxp...@li... >https://lists.sourceforge.net/lists/listinfo/wxperl-users _____________________________________________________________ |
From: Alexander F. G. <per...@bl...> - 2001-12-16 12:14:04
|
On Sun, 16 Dec 2001 11:49:16 +0100, you wrote: >> - Right-Click event ( I ask because this has been difficult in >> Win32::GUI ) >Yes; Great! But .. Where can I find a sample for a Right-Click.. or a lead in a document? I = have a GUI where I need to (need as in: would like to) detect a right-click on a button. Greetings from Berne, Switzerland 'lexu |
From: Mattia B. <mb...@ds...> - 2001-12-16 10:48:45
|
> Could you tell me whether the following controls have been implemented, > or are planned to be. I'm seriously considering moving to wxPerl. > > - Windows System Tray Icon In CVS, will be in the next release ( Wx::TaskBarIcon ) > - Multiple File selector (I can see menus for this in one of the > samples) if you mean a file dialog in which you can select multiple files, then yes ( it is the standard Win32 dialog ). > - Tooltips Yes ( Wx::Tooltip ) > - Right-Click event ( I ask because this has been difficult in > Win32::GUI ) Yes; > Where can I find out what has already been implemented? Attached there is a list of all implemented classes ( + Wx::TaskBarIcon and various Wx::Grid* if they are not listed there ) Regards Mattia |
From: Marcus <li...@wo...> - 2001-12-16 03:58:54
|
Could you tell me whether the following controls have been implemented, or are planned to be. I'm seriously considering moving to wxPerl. - Windows System Tray Icon - Multiple File selector (I can see menus for this in one of the samples) - Tooltips - Right-Click event ( I ask because this has been difficult in Win32::GUI ) Where can I find out what has already been implemented? Thanks, Marcus |
From: Mattia B. <mb...@ds...> - 2001-12-15 08:38:16
|
> Hello Mattia, thanks for the reply. > > Mattia said: > >To test wxWindows, just > > > >cd path_to_wx_build_dir/samples/minimal > >make > >./minimal > > Hmm, that's odd. When I do so, I get this: > > >mem: ~/Telechargement/wxMAC-2.3.2/samples/minimal % make ./minimal do not do "make ./minimal", just "make" and then run the resulting program ./minimal ( or maybe it has some extension in Mac ) ( I don't know if it makes any difference, but just try ) > >g++ minimal.cpp -o minimal > >make: g++: Command not found > >make: *** [minimal] Error 127 > > I don't have g++ and I see that gcc is symlinked to cc, so I > symlinked g++ to cc in /usr/bin. this should not be necessay, but it does not hurt, neither > Now I get this when I run the command make ./minimal: > > >~/Telechargement/wxMAC-2.3.2/samples/minimal > >mem: ~/Telechargement/wxMAC-2.3.2/samples/minimal % make ./minimal > >g++ minimal.cpp -o minimal > >In file included from /usr/local/include/wx/defs.h:23, <snip> > >/usr/local/include/wx/thread.h:21: wx/setup.h: No such file or directory > >make: *** [minimal] Error 1 > > I have a lot of header files at /usr/local/include/wx. Regards Mattia |
From: Emmanuel. M. D. <em...@sc...> - 2001-12-15 01:04:29
|
>I don't have g++ and I see that gcc is symlinked to cc, so I >symlinked g++ to cc in /usr/bin. I tried also with g++ symlinked to c++ and I get exactly the same errors. I'm not an Unix guru, so I don' t understand what's happening here. TIA -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Emmanuel D=E9carie - Consultant Programmation pour le Web - Programming for the Web UserLand Frontier - Perl - JavaScript - AppleScript - HTML - XML http://www.scriptdigital.com ---> The Frontier Newbie Toolbox: <http://www.scriptdigital.com/fnt/frontierNewbieToolbox.html> |
From: Emmanuel. M. D. <em...@sc...> - 2001-12-15 00:51:28
|
Hello Mattia, thanks for the reply. Mattia said: >To test wxWindows, just > >cd path_to_wx_build_dir/samples/minimal >make >./minimal Hmm, that's odd. When I do so, I get this: >mem: ~/Telechargement/wxMAC-2.3.2/samples/minimal % make ./minimal >g++ minimal.cpp -o minimal >make: g++: Command not found >make: *** [minimal] Error 127 I don't have g++ and I see that gcc is symlinked to cc, so I symlinked g++ to cc in /usr/bin. Now I get this when I run the command make ./minimal: >~/Telechargement/wxMAC-2.3.2/samples/minimal >mem: ~/Telechargement/wxMAC-2.3.2/samples/minimal % make ./minimal >g++ minimal.cpp -o minimal >In file included from /usr/local/include/wx/defs.h:23, > from /usr/local/include/wx/wxprec.h:13, > from minimal.cpp:21: >/usr/local/include/wx/platform.h:62: wx/setup.h: No such file or directory >In file included from /usr/local/include/wx/debug.h:17, > from /usr/local/include/wx/defs.h:298, > from /usr/local/include/wx/wxprec.h:13, > from minimal.cpp:21: >/usr/local/include/wx/wxchar.h:400: warning: `_T' redefined >/usr/include/ctype.h:82: warning: this is the location of the >previous definition >/usr/local/include/wx/wxchar.h:455: #error "Please define string >case-insensitive compare for your OS/compiler" >In file included from /usr/local/include/wx/memory.h:20, > from /usr/local/include/wx/object.h:20, > from /usr/local/include/wx/wx.h:16, > from minimal.cpp:30: >/usr/local/include/wx/string.h:170: #error "Please define string >case-insensitive compare for your OS/compiler" >In file included from /usr/local/include/wx/wx.h:22, > from minimal.cpp:30: >/usr/local/include/wx/log.h:19: wx/setup.h: No such file or directory >In file included from /usr/local/include/wx/event.h:28, > from /usr/local/include/wx/wx.h:23, > from minimal.cpp:30: >/usr/local/include/wx/thread.h:21: wx/setup.h: No such file or directory >make: *** [minimal] Error 1 I have a lot of header files at /usr/local/include/wx. TIA ps: I'm on the digest, but I check the archive on the web to see if there is more developments to this query. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Emmanuel D=E9carie - Consultant Programmation pour le Web - Programming for the Web UserLand Frontier - Perl - JavaScript - AppleScript - HTML - XML http://www.scriptdigital.com ---> The Frontier Newbie Toolbox: <http://www.scriptdigital.com/fnt/frontierNewbieToolbox.html> |
From: Mattia B. <mb...@ds...> - 2001-12-14 22:04:49
|
> Hello, > > I have installed WxWindow (wxMAC-2.3.2) with success (I think) on OS > X 10.1.1, but WxPerl fail to install. This is on G4 400 AGP with 320 > MB of RAM. > > I tried from CPAN.pm or from the sources that I got here: > <http://prdownloads.sourceforge.net/wxperl/Wx-0.08.tar.gz> > > > Here's the what I get back for the tests. > > >mem: ~/Telechargement/Wx-0.08 % make test > >make[1]: Nothing to be done for `all'. > >make[1]: Nothing to be done for `all'. > >PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > >-I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use > >Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' > >t/*.t > >t/1_load...........ClassInfo initialization failed 'wxTimer' at > >/System/Library/Perl/darwin/DynaLoader.pm line 200. > >Compilation failed in require at t/1_load.t line 6. > >BEGIN failed--compilation aborted at t/1_load.t line 6. > >t/1_load...........dubious > > Test returned status 255 (wstat 65280, 0xff00) > >DIED. FAILED test 1 > > Failed 1/1 tests, 0.00% okay > >t/2_inheritance....ClassInfo initialization failed 'wxTimer' at > >/System/Library/Perl/darwin/DynaLoader.pm line 200. > >Compilation failed in require at t/2_inheritance.t line 4. > >BEGIN failed--compilation aborted at t/2_inheritance.t line 4. > >t/2_inheritance....dubious > > Test returned status 255 (wstat 65280, 0xff00) > >t/3_event..........ClassInfo initialization failed 'wxTimer' at > >/System/Library/Perl/darwin/DynaLoader.pm line 200. > >Compilation failed in require at t/3_event.t line 9. > >BEGIN failed--compilation aborted at t/3_event.t line 9. > >t/3_event..........dubious > > Test returned status 255 (wstat 65280, 0xff00) > >DIED. FAILED test 1 > > Failed 1/1 tests, 0.00% okay > >t/4_userdata.......ClassInfo initialization failed 'wxTimer' at > >/System/Library/Perl/darwin/DynaLoader.pm line 200. > >Compilation failed in require at t/4_userdata.t line 9. > >BEGIN failed--compilation aborted at t/4_userdata.t line 9. > >t/4_userdata.......dubious > > Test returned status 255 (wstat 65280, 0xff00) > >DIED. FAILED tests 1-5 > > Failed 5/5 tests, 0.00% okay > >Failed Test Stat Wstat Total Fail Failed List of Failed > >------------------------------------------------------------------------------- > >t/1_load.t 255 65280 1 1 100.00% 1 > >t/2_inheritance.t 255 65280 ?? ?? % ?? > >t/3_event.t 255 65280 1 1 100.00% 1 > >t/4_userdata.t 255 65280 5 5 100.00% 1-5 > >Failed 4/4 test scripts, 0.00% okay. 7/7 subtests failed, 0.00% okay. > >make: *** [test_dynamic] Error 2 > > Each test seems to fail on the line: > > "use Wx;" > > So, what should I do to test that WxWindows was properly builds and > to be able to install WxPerl. To test wxWindows, just cd path_to_wx_build_dir/samples/minimal make ./minimal for wxPerl I am afraid I can't help you ( if the above test works ); I just compiled wxPerl for wxMac once, on the SF compile farm, and was not able to see it ( can't run a graphic app over ssh ); HTH Mattia |
From: Emmanuel. M. D. <em...@sc...> - 2001-12-14 20:56:35
|
Hello, I have installed WxWindow (wxMAC-2.3.2) with success (I think) on OS X 10.1.1, but WxPerl fail to install. This is on G4 400 AGP with 320 MB of RAM. I tried from CPAN.pm or from the sources that I got here: <http://prdownloads.sourceforge.net/wxperl/Wx-0.08.tar.gz> Here's the what I get back for the tests. >mem: ~/Telechargement/Wx-0.08 % make test >make[1]: Nothing to be done for `all'. >make[1]: Nothing to be done for `all'. >PERL_DL_NONLAZY=3D1 /usr/bin/perl -Iblib/arch -Iblib/lib >-I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use >Test::Harness qw(&runtests $verbose); $verbose=3D0; runtests @ARGV;' >t/*.t >t/1_load...........ClassInfo initialization failed 'wxTimer' at >/System/Library/Perl/darwin/DynaLoader.pm line 200. >Compilation failed in require at t/1_load.t line 6. >BEGIN failed--compilation aborted at t/1_load.t line 6. >t/1_load...........dubious = > Test returned status 255 (wstat 65280, 0xff00) >DIED. FAILED test 1 > Failed 1/1 tests, 0.00% okay >t/2_inheritance....ClassInfo initialization failed 'wxTimer' at >/System/Library/Perl/darwin/DynaLoader.pm line 200. >Compilation failed in require at t/2_inheritance.t line 4. >BEGIN failed--compilation aborted at t/2_inheritance.t line 4. >t/2_inheritance....dubious = > Test returned status 255 (wstat 65280, 0xff00) >t/3_event..........ClassInfo initialization failed 'wxTimer' at >/System/Library/Perl/darwin/DynaLoader.pm line 200. >Compilation failed in require at t/3_event.t line 9. >BEGIN failed--compilation aborted at t/3_event.t line 9. >t/3_event..........dubious = > Test returned status 255 (wstat 65280, 0xff00) >DIED. FAILED test 1 > Failed 1/1 tests, 0.00% okay >t/4_userdata.......ClassInfo initialization failed 'wxTimer' at >/System/Library/Perl/darwin/DynaLoader.pm line 200. >Compilation failed in require at t/4_userdata.t line 9. >BEGIN failed--compilation aborted at t/4_userdata.t line 9. >t/4_userdata.......dubious = > Test returned status 255 (wstat 65280, 0xff00) >DIED. FAILED tests 1-5 > Failed 5/5 tests, 0.00% okay >Failed Test Stat Wstat Total Fail Failed List of Failed >---------------------------------------------------------------------------= ---- >t/1_load.t 255 65280 1 1 100.00% 1 >t/2_inheritance.t 255 65280 ?? ?? % ?? >t/3_event.t 255 65280 1 1 100.00% 1 >t/4_userdata.t 255 65280 5 5 100.00% 1-5 >Failed 4/4 test scripts, 0.00% okay. 7/7 subtests failed, 0.00% okay. >make: *** [test_dynamic] Error 2 Each test seems to fail on the line: "use Wx;" So, what should I do to test that WxWindows was properly builds and to be able to install WxPerl. TIA -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Emmanuel D=E9carie - Consultant Programmation pour le Web - Programming for the Web UserLand Frontier - Perl - JavaScript - AppleScript - HTML - XML http://www.scriptdigital.com ---> The Frontier Newbie Toolbox: <http://www.scriptdigital.com/fnt/frontierNewbieToolbox.html> |
From: James L. <ja...@mi...> - 2001-12-13 11:12:31
|
Mattia, Thanks, as usual, for the to-the-point and quick support! If/when I manage to produce a useful validator, I would be more than happy to submit it. Currently I'm still getting my head round how everything fits together! James > -----Original Message----- > From: Mattia Barbon [mailto:mb...@ds...] > Sent: 13 December 2001 11:04 > To: wxp...@li... > Subject: [wxperl-users] Re: wxValidator available via wxPerl >=20 >=20 > > Dear Mattia, > > I would like to use validators in my Perl application, but=20 > am not clear > > whether they have been wrapped. > >=20 > > Are they available? > Yes, and no; you can use Wx::PlValidator and derive > your own valiadtors, but the standard > Wx::TextValidator and Wx::GenericValidator are not wrapped, > because at the time I has quite a lot other more important=20 > classes to wrap ( it was=20 > before wxPerl 0.01 ), and then just forgot about it. >=20 > By the way, I think that wxGenericValidator and wxTextValidator are > quite limited, and their functionalities can be implemented > in Perl ( using Wx::PlValidator ), probably with a better interface. >=20 > To derive a new validator: >=20 > package MyValidator; >=20 > use vars qw(@ISA); @ISA =3D qw(Wx::PlValidator); >=20 > sub new { > my $class =3D shift; > my $this =3D $class->SUPER::new(); >=20 > ... >=20 > return $this; > } >=20 > # see the docs for the three following functions > sub TransferFromWindow { ... } > sub TransferToWindow { ... } > sub Validate { ... } >=20 > 1; >=20 > Of course no one stops you from contributing your validators > back to wxPerl, if you feel like it... >=20 > Regards > Mattia >=20 > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users >=20 >=20 |
From: James L. <ja...@mi...> - 2001-12-13 11:07:17
|
Dear Mattia, I would like to use validators in my Perl application, but am not clear whether they have been wrapped. Are they available? Thanks, James Lavery MicroSec Ltd > -----Original Message----- > From: Mattia Barbon [mailto:mb...@ds...] > Sent: 08 December 2001 13:31 > To: wxp...@li... > Subject: Re: [wxperl-users] wxPerl tutorial at the German=20 > Perl Workshop >=20 >=20 > > As you might have heard already I will be giving a half-day=20 > tutorial on > > wxPerl at the German Perl Workshop. The registration for=20 > this event has > > just opened, so if you're interested.... > >=20 > > Besides the second article on wxPerl for Perl.com is to be=20 > finished this > > weekend, and will probably be published within some days after that > > (care to review Mattia?). > Sure, just send it. > =20 > > I'm currently writing a book on "GUI Programming with Perl"=20 > for Manning, > > to be published somewhere in 2002. The main part of the=20 > examples in that > > book will be written in wxPerl.... > >=20 > > I just wanted you all to know.... > >=20 > > There is also a slight chance I will give a wxPerl tutorial=20 > at TPC next > > year.... >=20 > Thanks for all your work! >=20 > Regards > Mattia >=20 > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users >=20 >=20 |
From: Mattia B. <mb...@ds...> - 2001-12-13 11:03:00
|
> Dear Mattia, > I would like to use validators in my Perl application, but am not clear > whether they have been wrapped. > > Are they available? Yes, and no; you can use Wx::PlValidator and derive your own valiadtors, but the standard Wx::TextValidator and Wx::GenericValidator are not wrapped, because at the time I has quite a lot other more important classes to wrap ( it was before wxPerl 0.01 ), and then just forgot about it. By the way, I think that wxGenericValidator and wxTextValidator are quite limited, and their functionalities can be implemented in Perl ( using Wx::PlValidator ), probably with a better interface. To derive a new validator: package MyValidator; use vars qw(@ISA); @ISA = qw(Wx::PlValidator); sub new { my $class = shift; my $this = $class->SUPER::new(); ... return $this; } # see the docs for the three following functions sub TransferFromWindow { ... } sub TransferToWindow { ... } sub Validate { ... } 1; Of course no one stops you from contributing your validators back to wxPerl, if you feel like it... Regards Mattia |
From: Matt S. <ma...@se...> - 2001-12-11 19:54:01
|
On Tue, 11 Dec 2001, soapy wrote: > > Win32::Process ? > > the programm should be os independent... Yeah, so you have to wrap it up a bit. Or use POE. -- <!-- Matt --> <:->Get a smart net</:-> |
From: soapy <ad...@so...> - 2001-12-11 19:51:42
|
> Win32::Process ? the programm should be os independent... thanks anyway marco |
From: Matt S. <ma...@se...> - 2001-12-11 19:47:15
|
On Tue, 11 Dec 2001, Marco Trudel wrote: > > > can someone give me a little example how to use wxThread in wxPerl? > > > i really can't figure out how this works... > > wxThread is not yet wrapped; I didn't wrap it because if you want threads, > you should > > use Perl threads, not wx ones; the only caveat is that you can only call > the GUI > > functions from the main thread > > ( the one in wich Wx::App was created ); other threads can communicate > with the main > > thread using Wx::EvtHandler::AddPendingEvent(); > > > > HTH > > Mattia > > ok, > i'll tried it with fork()... (looks like active perl doesn't support > Thread.pm) > the problem is that i have a process that needs some time, if i just call it > the gui freezes while the process works... > how can i prevent this? thought it would be a solution to make a thread and > wait for it, but this freezes the window too (right? didn't test it) > > so, can someone give me an example how to solve this problem? > would be great Win32::Process ? -- <!-- Matt --> <:->Get a smart net</:-> |
From: Marco T. <wx...@so...> - 2001-12-11 19:44:50
|
> > can someone give me a little example how to use wxThread in wxPerl? > > i really can't figure out how this works... > wxThread is not yet wrapped; I didn't wrap it because if you want threads, you should > use Perl threads, not wx ones; the only caveat is that you can only call the GUI > functions from the main thread > ( the one in wich Wx::App was created ); other threads can communicate with the main > thread using Wx::EvtHandler::AddPendingEvent(); > > HTH > Mattia ok, i'll tried it with fork()... (looks like active perl doesn't support Thread.pm) the problem is that i have a process that needs some time, if i just call it the gui freezes while the process works... how can i prevent this? thought it would be a solution to make a thread and wait for it, but this freezes the window too (right? didn't test it) so, can someone give me an example how to solve this problem? would be great thanks and by marco |
From: James L. <ja...@mi...> - 2001-12-11 14:43:57
|
Mattia, Thanks - will await the next build/release. James > -----Original Message----- > From: Mattia Barbon [mailto:mb...@ds...] > Sent: 11 December 2001 14:26 > To: James Lavery > Cc: wxp...@li... > Subject: RE: [wxperl-users] Using wxConfig in wxPerl >=20 >=20 > > Dear Mattia, > > I don't think there is a Wx::Config, either (at least, not on my > > machine)! =20 > Well, you are right ( and why was I so sure I had wrapped > wxConfig? ); Now in the todo for the next version. >=20 > > Looking in Wx.pm, there is mention of Wx::App etc, but not of > > Wx::Config. > =20 > > There is a wxConfig.pm in the build directory under my=20 > Wx-0.08 directory > > (i.e. where I unzipped the distribution). Should I have=20 > used extra make > > options to make/install wxConfig? Or is this wxConfig.pm being used > > just to control the make/build? > Yes, it is used just while building. > =20 > > I'm sure I'm missing something simple.... > No, _I_ was wrong >=20 > Sorry > Mattia >=20 >=20 |
From: Mattia B. <mb...@ds...> - 2001-12-11 14:33:04
|
> Dear Mattia, > I don't think there is a Wx::Config, either (at least, not on my > machine)! Well, you are right ( and why was I so sure I had wrapped wxConfig? ); Now in the todo for the next version. > Looking in Wx.pm, there is mention of Wx::App etc, but not of > Wx::Config. > There is a wxConfig.pm in the build directory under my Wx-0.08 directory > (i.e. where I unzipped the distribution). Should I have used extra make > options to make/install wxConfig? Or is this wxConfig.pm being used > just to control the make/build? Yes, it is used just while building. > I'm sure I'm missing something simple.... No, _I_ was wrong Sorry Mattia |
From: James L. <ja...@mi...> - 2001-12-11 12:29:28
|
Dear Mattia, I don't think there is a Wx::Config, either (at least, not on my machine)! =20 Looking in Wx.pm, there is mention of Wx::App etc, but not of Wx::Config. There is a wxConfig.pm in the build directory under my Wx-0.08 directory (i.e. where I unzipped the distribution). Should I have used extra make options to make/install wxConfig? Or is this wxConfig.pm being used just to control the make/build? I'm sure I'm missing something simple.... James > -----Original Message----- > From: Mattia Barbon [mailto:mb...@ds...] > Sent: 11 December 2001 11:57 > To: James Lavery > Cc: wxp...@li... > Subject: Re: [wxperl-users] Using wxConfig in wxPerl >=20 >=20 > On Tue, 11 Dec 2001, James Lavery wrote: >=20 > >I want to use wxConfig to save window position etc., and am having > >trouble doing so. > > > >It seems that wxConfig.pm has not been installed by default when > There is no wxConfig... when looking at wx docs, wxFoo is Wx::Foo > in wxPerl ( think wxApp -> Wx::App ). >=20 > Regards > Mattia >=20 >=20 |
From: Mattia B. <mb...@ds...> - 2001-12-11 11:57:49
|
On Tue, 11 Dec 2001, James Lavery wrote: >I want to use wxConfig to save window position etc., and am having >trouble doing so. > >It seems that wxConfig.pm has not been installed by default when There is no wxConfig... when looking at wx docs, wxFoo is Wx::Foo in wxPerl ( think wxApp -> Wx::App ). Regards Mattia |
From: James L. <ja...@mi...> - 2001-12-11 09:32:46
|
I want to use wxConfig to save window position etc., and am having trouble doing so. It seems that wxConfig.pm has not been installed by default when building/installing wxPerl, as when I try: use wxConfig; my $objConfig =3D wxConfig->new('MyApp'); I get the following error: Can't locate wxConfig.pm in @INC (@INC contains: c:/perl/5.6.1/lib/MSWin32-x86 c:/perl/5.6.1/lib c:/perl/site/5.6.1/lib/MSWin32-x86 c:/perl/ site/5.6.1/lib .) at C:\MYDOCU~1\TFFC\MSEC-052\play\Test.pl line 11. BEGIN failed--compilation aborted at C:\MYDOCU~1\TFFC\MSEC-052\play\Test.pl line 11. Of course, I'm new to wxWindows, so my understanding of *how* to use wxConfig is probably at fault, too! Help/pointers would be appreciated. Thanks, James Lavery MicroSec Ltd |
From: Mattia B. <mb...@ds...> - 2001-12-09 14:47:35
|
> can someone give me a little example how to use wxThread in wxPerl? > i really can't figure out how this works... wxThread is not yet wrapped; I didn't wrap it because if you want threads, you should use Perl threads, not wx ones; the only caveat is that you can only call the GUI functions from the main thread ( the one in wich Wx::App was created ); other threads can communicate with the main thread using Wx::EvtHandler::AddPendingEvent(); HTH Mattia |
From: Marco T. <wx...@so...> - 2001-12-09 14:24:53
|
can someone give me a little example how to use wxThread in wxPerl? i really can't figure out how this works... thanks marco |
From: Mattia B. <mb...@ds...> - 2001-12-08 13:29:51
|
> As you might have heard already I will be giving a half-day tutorial on > wxPerl at the German Perl Workshop. The registration for this event has > just opened, so if you're interested.... > > Besides the second article on wxPerl for Perl.com is to be finished this > weekend, and will probably be published within some days after that > (care to review Mattia?). Sure, just send it. > I'm currently writing a book on "GUI Programming with Perl" for Manning, > to be published somewhere in 2002. The main part of the examples in that > book will be written in wxPerl.... > > I just wanted you all to know.... > > There is also a slight chance I will give a wxPerl tutorial at TPC next > year.... Thanks for all your work! Regards Mattia |