Re: Wx::DirPickerCtrl on linux

2014-04-22 Thread Steve Cookson - gmail
Hi Bruce, On 18/04/14 19:17, Bruce Ravel wrote: Any advice on how this can be made to work? I tried your code and actually it crashed nicely for me (by nicely, I mean with an error message). Firstly there are a few typos in your code, but this does not seem to be why it crashed. These

Re: wx::Grid::SetCol/RowLabelSize()

2014-05-02 Thread Steve Cookson - gmail
Hi Jim, On 01/05/14 17:55, Jim Clark wrote: I would like to use wxGRID_AUTOSIZE with wx::Grid::SetCol/RowLabelSize(), but it doesn't seem to be implemented in wxPerl. Can anyone lend a hand as to what I am doing wrong? Well, I looked into this. I can see no sign of it being wrapped. I

Re: wx::Grid::SetCol/RowLabelSize()

2014-05-02 Thread Steve Cookson - gmail
Hi Again Jim, On 01/05/14 17:55, Jim Clark wrote: I tried: $grid-SetColLabelSize(wx::Grid::wxGRID_AUTOSIZE); $grid-SetColLabelSize(wx::wxGRID_AUTOSIZE); $grid-SetColLabelSize(wxGRID_AUTOSIZE); What's the deal? is this not implemented? Well I don't believe it is implemented in wxPerl

Re: AutoSizeColumn() issue

2014-05-06 Thread Steve Cookson - gmail
Hi Jim, I had a look at this. As I understand it your update adjusts the size of the column while ignoring any HTML like uUnderlined Header/u, to ignore the width of the formatting characters u/u. It's a nice idea. This is the sort of thing that we could add onto wxPerl as an improvement

Re: Patch for wxTimer::StartOnce

2014-05-11 Thread Steve Cookson - gmail
Hi Eric, I guess it's already in your version of the repository, here https://github.com/ecocode/wxPerl. Is StartOnce a new function, or was it just unwrapped until now? Regards Steve On 09/05/14 07:07, Erik Colson wrote: Here's a patch to support wxTimer::StartOnce. best

Re: Installation scripts

2014-05-25 Thread Steve Cookson - gmail
On 25/05/14 07:52, Jon wrote: We should write a Chef recipe... How do you install? Mine is a humongous script that takes all morning to run! I'll try to post a simplified version here in due course. Regards Steve

Re: upcoming perl 5.20 breaks Wx

2014-05-27 Thread Steve Cookson - gmail
Hi Garu, On 26/05/14 15:03, breno wrote: just found out it breaks MDOOTSON/Wx-0.9923.tar.gz The relevant thread, which includes diagnostics on why it happened and potential ways to fix it, is available at: https://rt.perl.org/Public/Bug/Display.html?id=121930 I did see this. They seem to

Re: Installation scripts

2014-05-29 Thread Steve Cookson - gmail
Hi Johan, On 28/05/14 22:36, Johan Vromans wrote: Fedora 20 with a fresly perlbrewed 5.20.0, system provided wxGTK. Basically, I installed the system wxGTK-devel package # yum install wxGTK-devel and then $ perlbrew install 5.20.0 $ perlbrew use 5.20.0 $ cpanm -l /tmp/p520 Wx I

Re: Installation scripts

2014-05-29 Thread Steve Cookson - gmail
Hi Johan, On 29/05/14 11:17, Johan Vromans wrote: When I run Wx::Demo I can load a jpeg in its wxMediaCtrl demo. Does that qualify? I guess it does, if the dependencies are not present, the standard wxWidgets script does not even compile that module. Does GStreamer com with Fedora? On the

Re: The Elephant in the room - maintenance

2014-05-30 Thread Steve Cookson - gmail
Hi Guys, On 30/05/14 15:29, Erik Colson wrote: Hi, The new repo link is :https://github.com/wxPerl/wxPerl Nice. For the case someone feels uncomfortable to ask me: I have no objection to remove myself from the owners if requested. Erik, in spite of your protests, you are the one who started

Re: The Elephant in the room - maintenance

2014-05-31 Thread Steve Cookson - gmail
Hi People, On 31/05/14 07:32, Steve Cookson wrote: In my projects I often make more changes to wxWidgets than to wxPerl. I see too that there is a wxWidgets repositary and I've also linked to this. Are you able to send me a link on how to create these repositories? I'd like to try. I've

Re: wxperl drag and drop

2014-06-13 Thread Steve Cookson - gmail
Hi James, I don't use it myself, but there is an example in Wx::Demo. The relevent code looks like this: # files drop target Wx::StaticText-new( $this, -1, 'Drop files below', [ 10, 140 ] ); my $dropfiles = Wx::ListBox-new( $this, -1, [ 10, 170 ], [ 150, 50 ] );

Re: Wx::Event::EVT_AUINOTEBOOK_PAGE_CLOSE dead?

2014-08-28 Thread Steve Cookson - gmail
Hi Herbert, Could you post an example of the code? I'll happily run it and take a look. What version of wxWidgets are you running? Steve. On 24/08/14 13:36, herbert breunung wrote: cheers good devs after i updates WxPerl this event stopped firing on mint perl 5.16, any ideas? and yes - I

Re: no Wx::Event::EVT_AUINOTEBOOK_PAGE_CLOSE bug

2014-09-05 Thread Steve Cookson - gmail
Hi Herbert, It's a nice little test utility, thanks for posting it. Works fine for me. Glad you sorted it out. Regards Steve. On 04/09/14 12:11, herbert breunung wrote: hai steve, made simples possible prototype and all worked :) just appended it for maybe future usufulness bug was on my

Re: XUL konflict, (was Wx::Event::EVT_AUINOTEBOOK_PAGE_CLOSE bug)

2014-09-05 Thread Steve Cookson - gmail
Hi Herbert, One of the things that have never understood about your code is the way you call events. You use this structure: Wx::Event::EVT_AUINOTEBOOK_PAGE_CLOSE( $bar, -1, sub { I use this structure: Wx::Event::EVT_AUINOTEBOOK_PAGE_CLOSE( $frame, $bar, sub { And the doc says:

Re: Building Alien::wxWidgets on OSX, perl 5.20.0

2014-09-11 Thread Steve Cookson - gmail
Hi Gabor, On 11/09/14 08:26, Gabor Szabo wrote: Hmm... Looks like a unified diff to me... The text leading up to this was: -- |--- src/generic/grid.cpp 2009-09-04 06:52:48.0 +0200 |+++ src/generic/grid.cpp 2009-10-18 14:43:42.0 +0200

Re: cant install 0.9923 on mint 17 64bit

2014-09-19 Thread Steve Cookson - gmail
Is your compiler installed? On 19/09/14 14:21, herbert breunung wrote: /bin/sh: 1: g++: not found

Re: Installation Cookbook

2014-10-02 Thread Steve Cookson - gmail
Hi James: On 01/10/14 15:32, James Lynes wrote: I saw a few recent posts concerning an Installation Cookbook and was wondering if any more work has been done on this topic. I'd like to install the newest wxWidgets and wxPerl packages. My system Perl is v5.18.2. I'll leave Herbert to give you

Re: Alien::Wx : where is the 3.0

2014-10-06 Thread Steve Cookson - gmail
Hi Herbert, What OS are you using? On 05/10/14 21:56, herbert breunung wrote: greeting nice people, earthlings congrats steve for the newest Alien, but even with it I seem to cant reach the Wxwidgets 3.0. did i overlooked some dumb error or have I forgotten to enable it or something? You

Re: subversion

2014-10-07 Thread Steve Cookson - gmail
Hi Johan, On 07/10/14 10:36, Johan Vromans wrote: BTW: Would it be possible to migrate the svn to git, as this is nowadays the vcs of choice? Eric has already set up a mirror, here: http://sourceforge.net/p/wxperl/code/HEAD/tree/Alien-wxWidgets/ But it's not obvious to me if Mark's changes

Re: Building Alien::wxWidgets on OSX, perl 5.20.0

2014-10-07 Thread Steve Cookson - gmail
Hi Gabor, Did you ever get this to work? I just found this in one of my installation files. Maybe it would work for you too, particularly this package: libtiff4-dev. apt-get -y install libexpat1-dev libtiff4-dev libpng12-dev libjpeg-dev libcairo2-dev libxmu-dev libwebkitgtk-dev Regards

Re: Alien::Wx : where is the 3.0

2014-10-08 Thread Steve Cookson - gmail
Hi Herbert, On 06/10/14 22:16, herbert breunung wrote: excuse me was just late but its still same main machine :) Linux 3.13 Mint 17 Cinamon 64 Bit but error message i cant provider i just use Wx and its: WxPerl 0.9923 wxWidgets 2.8.12 but i have installed alien 0.65 or have i there basic

Re: New Wiki users.

2014-10-11 Thread Steve Cookson - gmail
Well, clearly the lesson here is don't trust PHP. Never would have happened with CGI Perl! Do we maintain this site? Steve. On 10/10/14 22:31, Johan Vromans wrote: Steve Cookson steve.cook...@sca-uk.com writes: If I log out of my account and request a new logon with this:

Re: wxdemo programs

2014-10-11 Thread Steve Cookson - gmail
Hi Herbert, Thanks for this. I ran it on my pc, but actually, it still asks for bitmaps that I don't have. I guess it's this code here: my $img_button = DI_Toolbar-new({ parent = $frame, ID_base = $leftid, checked = 1, radio_pos = 1, orient = 'vertical',

Re: wxdemo programs

2014-10-11 Thread Steve Cookson - gmail
Hi Herbert, It's still not obvious to me how to download the icons. I think it would be better if you just used text buttons and didn't need icons at all, unless you use stock icons already available on every machine. Here are my errors. 18:53:33: can't open file

Re: New Wiki users.

2014-10-11 Thread Steve Cookson - gmail
Ok, looks good, works for me. http://wiki.wxperl.nl/Special:RequestAccount Thanks Johan. Steve. On 11/10/14 14:27, Johan Vromans wrote: Steve Cookson - gmail steveco.1...@gmail.com writes: Well, clearly the lesson here is don't trust PHP. Never would have happened with CGI Perl! :) Do

Re: Native Language Dialogue boxes.

2014-10-17 Thread Steve Cookson - gmail
Great, I'll try it. On 17/10/14 12:22, Johan Vromans wrote: Steve Cookson steve.cook...@sca-uk.com writes: Most of you must use wxPerl in some other language than English. I do... My native language is English, but I'm developing in Portuguese. When I switch the system language to

Re: Native Language Dialogue boxes.

2014-10-17 Thread Steve Cookson - gmail
Hi Johan, Thanks for this. On 17/10/14 12:22, Johan Vromans wrote: use Wx qw(wxLANGUAGE_DEFAULT wxLOCALE_LOAD_DEFAULT); my $local = Wx::Locale-new(wxLOCALE_LOAD_DEFAULT, wxLOCALE_LOAD_DEFAULT ); $local-AddCatalog(app); # replace with the appropriate catalog name I'm not sure

Re: Native Language Dialogue boxes.

2014-10-18 Thread Steve Cookson - gmail
just need to update the _T()'s in those. Actually, I'm thinking of getting rid of the Wx::HtmlHelpController anyway and writing my own. Regards Steve On 18-10-2014 13:14, Johan Vromans wrote: [Quoting Steve Cookson - gmail, on October 18 2014, 12:46, in Re: Native Language ] Thanks for taking

Re: Native Language Dialogue boxes.

2014-10-18 Thread Steve Cookson - gmail
; } Regards Steve. On 17-10-2014 22:47, Johan Vromans wrote: Steve Cookson - gmail steveco.1...@gmail.com writes: Hi Johan, Thanks for this. On 17/10/14 12:22, Johan Vromans wrote: use Wx qw(wxLANGUAGE_DEFAULT wxLOCALE_LOAD_DEFAULT); my $local = Wx::Locale-new(wxLOCALE_LOAD_DEFAULT

Re: Install Script Feedback

2014-10-20 Thread Steve Cookson - gmail
Hi James, Thanks for putting it out there. And great response. My comments follow. Steve. On 20-10-2014 18:20, James Lynes wrote: I got the following feedback from posting the install script on Perl Monks. Any thoughts? Willing to keep it updated as needed. I see 3.0.2 is available.

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Steve Cookson - gmail
Hi Eric, On 21-10-2014 09:20, Erik Colson via RT wrote: In conclusion: destroying $frame destroys $panel, but won't destroy $dialog, because it is_not_ the child of $panel. So, you are on your own to destroy the dialog with $dialog-Destroy; you can argue against this behaviour, but this is

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Steve Cookson - gmail
Hi Patrick, On 21-10-2014 21:16, Patrick via RT wrote: Thanks for the reply, Steve. I can see what you are saying. I have C and some slight C++ experience from years ago. It was just when OOP was starting to take off. I'd be glad to try to get oriented enough that I could make a little

Re: wxDemo wxTreeCtrl demo

2014-11-03 Thread Steve Cookson - gmail
Hi James, Interesting glitch. But it looks like a Native wxWidgets glitch not a wxPerl glitch. On 03/11/14 01:36, James Lynes wrote: Run the wxDemo TreeCtrl demo Background changes to red(selected) Rename the node Background stays red Mine is blue, so I guess it's dependent

Re: [rt.cpan.org #100550] Wx::ProgressDialog: missing methods

2014-11-26 Thread Steve Cookson - gmail
Hi Oliver, Thanks for this. If I make some patches, would you be able to test it? I've put some draft new code below (untested). It goes in wxPerl/XS/ProcessDialog.xs, at the end of the file. You can update the file and then cd xPerl make make install. I am travelling at the moment, but

Re: [rt.cpan.org #100550] Wx::ProgressDialog: missing methods

2014-12-03 Thread Steve Cookson - gmail
Hi Oliver, I just went in to make these changes and saw that they were already there. If you just download wxPerl again it should work alright. Do you think that it doesn't? What are you seeing? All of: wxProgressDialog::GetRange() wxProgressDialog::GetValue()

Re: wxTreeListCtrl::DeleteAllItems crash

2014-12-08 Thread Steve Cookson - gmail
Hi Sam, You may be right. But I found it a bit hard to test. Firstly, I didn't have this installed, so I had to install Wx::TreeListCtrl separately from CPAN. After I had fixed the variable on 4 redefines earlier object it crashes on my system with: Can't locate object method

Re: How to get the time_t value from a Wx::DateTime

2015-01-02 Thread Steve Cookson - gmail
Hi Dave, GetTicks() returns the number of seconds since the start of 1970. It seems to be the same as GetTimeNow, but as you say, neither seem to be wrapped. However, Perl is so rich in various functions and as you don't seem to need any particular GUI control, I suggest you use something

Re: How to get the time_t value from a Wx::DateTime

2015-01-02 Thread Steve Cookson - gmail
Ah, I didn't check the header file. I just looked at the main file. On 02/01/15 17:30, James Lynes wrote: For my own education, is this a problem of version? I ask because on my 3.0.1 system, I spent some time last night digging around and in wx/datetime.h I found:

Re: Wx::Perl::Imagick

2015-01-14 Thread Steve Cookson - gmail
Hi Daniel, It's a while since I used ImageMagick, although I have had it running in the past. I don't use Citrus, or indeed Windows, myself, but I know others here do. Is it a clean install? It sounds as if your problems are linked. Maybe if you looked into the first one, the second would

Re: Wx::Perl::Imagick

2015-01-20 Thread Steve Cookson - gmail
Hi Garu, I haven't seen you since the SP YAPC. I hope you are well. We have all returned to the UK now. That Wx::Perl::Imagick advice was very nicely done. Good luck, Regards Steve. On 18/01/15 22:49, breno wrote: On Sun, Jan 18, 2015 at 6:47 PM, Daniel danielsw...@yahoo.de

Re: Wx::Perl::Imagick

2015-01-18 Thread Steve Cookson - gmail
to check by typing perl -MImage::Magick -E1 on the command line and seeing if it doesn't complain about the module not being installed), I suggest you reinstall Wx::Perl::Imagick. Let us know how it goes! Cheers, garu On Wed, Jan 14, 2015 at 5:45 PM, Steve Cookson - gmail steveco.1

Re: Clean Shutdown

2015-01-29 Thread Steve Cookson - gmail
Hi James, I've replied to the list as well because I feel it needs a bit of loving! On 28/01/15 18:23, James Lynes wrote: Hi Steve: How's your project rollout going? Very kind of you to ask. The launch went very well, since then we have been dealing with the manufacturer and we are working

Re: Clean Shutdown

2015-01-31 Thread Steve Cookson - gmail
. Thanks for the sample code. James On Thu, Jan 29, 2015 at 12:28 PM, Steve Cookson - gmail steveco.1...@gmail.com mailto:steveco.1...@gmail.com wrote: Hi James, I've replied to the list as well because I feel it needs a bit of loving! On 28/01/15 18:23

Re: Future of wxperl.it

2015-01-05 Thread Steve Cookson - gmail
Thanks Mark, Nice job. Steve. On 05/01/15 18:11, mark.doot...@znix.com wrote: This message is to confirm the successful renewal of wxperl.it for 1 year(s). The new expiration date is 2016-03-03 22:59:59. On 2015-01-05 17:48, Alexander xb wrote: Who is maintaining it now? How much are the

Re: [rt.cpan.org #103129] build failure with wx 2.8 on Ubuntu 14.04: wxComboBox has no member RemoveSelection

2015-03-26 Thread Steve Cookson - gmail
Hi Oliver, I haven’t seen this before. I guess it's to do with Perl 5.20, rather than wx2.8, which I also use: I'm still trying to complete my migration to the 3.0 branch! How did you install the Perl 5.20? I'll try to copy your install. regards Steve On 26/03/15 06:01, Olivier Mengué

Re: help with gif in XRC file

2015-05-04 Thread Steve Cookson - gmail
Hi Francois, I don't recall the your installation was sooo painless! Is the .gif path correct? It looks kinda short. Steve. On 01/05/15 08:22, RAPPAZ Francois wrote: Hi I have upgrade to a recent strawberry and the installation of Wx was painless. The errors when the main frame close are

Re: Help with Wx::Perl::PubSub

2015-05-14 Thread Steve Cookson - gmail
Hi François, This is very interesting. I've not seen it before, what is it supposed to do to events and why is it better than the standard way of handling them? Regards Steve. On 12/05/15 09:29, RAPPAZ Francois wrote: I would like to bind a TextChanged event with a Wx::TextCtrl. I have

Re: [rt.cpan.org #103235] Support for TreeListCtrl-EnsureVisible(item)

2015-04-12 Thread Steve Cookson - gmail
Hi Robert, The corresponding change in wxPerl would be to the file: TreeCtrl.xs in the wxPerl/XS directory. The syntax looks a little painful, maybe because of the history of wxTreeCtrl, but if you took the existing void function IsExpanded and copied it to create this: #if

Re: Help with Wx::Perl::PubSub

2015-05-19 Thread Steve Cookson - gmail
Hi François, On 19/05/15 07:55, RAPPAZ Francois wrote: Another question: I would like to have a dropdbox that list usernames and that return a userid when one select a name. Shall I use a Wx::ListBox or Wx::ListCtrl ? Can you point me to some codes examples ? I would use wx::combobox (here:

Re: Combo and ClientData (was: RE: Help with Wx::Perl::PubSub)

2015-05-21 Thread Steve Cookson - gmail
Hi François, On 21/05/15 04:31, RAPPAZ Francois wrote: Steve, Thanks for the example and the urls. I'm on W7 and I didn't want to install Python + wxPython, so I'm using wxFormBuilder to produce xrc files that I load with perl. The problem with xrc files is that they are not perl, so you

Re: Wx::Perl seems to be leaking memory

2015-05-20 Thread Steve Cookson - gmail
On 14/05/15 15:24, Steve Cookson wrote: That has been a very painful lesson. We've now run over 60 video tests with no crashes, so I hope it is resolved. I spoke too soon: the crashes have just moved to a different part of the system. I've cut down a piece of code to try to isolate the

Re: Reloading a Bitmap

2015-06-17 Thread Steve Cookson - gmail
Hi James, On 13/06/15 15:42, James Lynes wrote: In a script I am working on now, I need to do basically the same thing except in this case the PNG will be changing and the bimaps wil need to update also. How would i go about this? I believe -SetBitmap ($bitmap) will do the job.

Re: How do you share an object(Telnet Sesion) between threads?

2015-09-30 Thread Steve Cookson - gmail
Hi James, I'm not sure what you already know, but any OO-style module should be of the form $obj=Foo::Bar->new(); $obj is a pointer that holds the class and the object as the first two variables and you should be able to access anything from it. use Net::Telnet (); $obj =

Re: How do you share an object(Telnet Sesion) between threads?

2015-10-01 Thread Steve Cookson - gmail
Sorry, I forgot you were talking about communicating between threads. On 30/09/15 18:15, James Lynes wrote: The Monks said basically you can't do that. Not supported by threads::shared. Only references to shared scalers are supported. Possibly a convoluted way to manipulate object internals.

Re: Future of wxperl.it

2016-01-03 Thread Steve Cookson - gmail
Hi Guys, There is a lot of stuff on the wiki. (See here http://wiki.wxperl.nl/Main_Page). How to structure a good wxPerl GUI? (Possibly an existing GUI design text) - Do you mean a development guide? I don't know of a good one. Herbert started to write one but I don't know

Re: Future of wxperl.it

2016-01-04 Thread Steve Cookson - gmail
k. Kind Regards. Ron Grunwald ron...@yahoo.com.au http://www.dvlcorner.org On 4/01/16 7:17 AM, "Steve Cookson - gmail" <steveco.1...@gmail.com> wrote: Hi Guys, There is a lot of stuff on the wiki. (See here http:/

Future of wiki.wxperl.nl

2016-01-09 Thread Steve Cookson - gmail
Hi Johan, I think it's up to you now. We have a group of volunteers, 5 in all, and I think we should just start. They seem to be Me (Steve Cookson), James Lynes, Michael Roberts, Joseph Karwisch and Erik Colson. On 08/01/16 12:58, Joseph Karwisch wrote: Erik, Michael and James Regards

Re: wxPerl Infrastructure Support Issues

2016-01-09 Thread Steve Cookson - gmail
Hi, Herbert seems to have put an entry for the book on the wiki anyway. I've updated the contents list with James' list here. http://wiki.wxperl.nl/WxPerlBook I've put the rest here. http://wiki.wxperl.nl/WxPerlRoadmap Regards Steve. On 09/01/16 01:04, James Lynes wrote: Until I can get

Re: Wx 0.9928 Released

2016-01-03 Thread Steve Cookson - gmail
Hi Mark, Happy New Year. Great that you fixed this. Thanks very much. I looked at code and I didn't understand. It seems that you've added a wxTimer::Notify event. But I don't understand why this should cause a memory leak. Weird. Was there a problem with the undertlying wxWidgets as

Re: Future of wxperl.it

2016-01-08 Thread Steve Cookson - gmail
So we have a lot of Linux experience some windows, but no Mac? Does no one have Mac? It's kind of essential. Steve. On 07/01/16 12:34, Michael Roberts wrote: More specifically: I've used Windows since the early 90's - first because that's where I did my programming work (early GUI stuff and

Re: wxPerl Infrastructure Support Issues

2016-01-12 Thread Steve Cookson - gmail
Hi Mehmet, Thanks for your email. James' list does indeed look intimidating, but I hope once we start the momentum will build. Wx and Alien::Widgets are not abandoned, they are just under-resourced. Here is a list of recent updates at sourceforge:

Re: wxPerl Infrastructure Support Issues

2016-01-14 Thread Steve Cookson - gmail
ore people. The flavors of Perl and the Win/Mac/Linux platforms lead to a lot of combinations. I don't have a feel for the size of the wxPerl audience or the distribution of experience from beginner to package maintainer. James On Wed, Jan 13, 2016 at 2:31 AM, Steve Cookson - gmail

Re: Learning wxPerl - the book

2016-01-18 Thread Steve Cookson - gmail
Hi Ron, Thanks for this. On 17/01/16 12:53, Ron Grunwald wrote: 1. Introduction to GUI programming and wxPerl 2. The wxPerl widgets (currently worked on in the design doc.) 3. Geometry management in wxPerl (to be worked on next in the design doc.) 4. Event handling in wxPerl 5.

Re: The wxPerl wrap (part1)

2016-01-18 Thread Steve Cookson - gmail
Hi James, Do you know of a web version of this, sadly my copy of Perl Cookbook is still in storage after the move. Regards Steve On 17/01/16 15:01, James Lynes wrote: Steve: Your Part 1 is very close to the Perl Cookbook section 12.18 Using h2xs to Make a Module with C Code. I've

Re: The wxPerl wrap (part1)

2016-01-18 Thread Steve Cookson - gmail
Hi David, Thanks very much, Steve. On 18/01/16 17:33, David Kaufman wrote: Hi Steve! On Mon, Jan 18, 2016 at 10:20 AM, Steve Cookson - gmail <steveco.1...@gmail.com> wrote: Do you know of a web version of this, sadly my copy of Perl Cookbook is still in storage after the move.

Re: Future of wiki.wxperl.nl

2016-02-01 Thread Steve Cookson - gmail
Hi Johan, On 01/02/16 13:34, Johan Vromans wrote: 27 days ago, the password forwxp...@gmail.com was changed. I no longer have access to this mailbox. What is wxp...@gmail.com? I should probably know this already. Regards Steve.

Re: Learning wxPerl - the book

2016-01-19 Thread Steve Cookson - gmail
Hi People, On 19/01/16 14:51, Meir Guttman wrote: 1. Shouldn't the name be “Part I - Introduction to GUI programming with wxPerl”? I agree. Maybe we don't want to take on the task of explaining GUI programming from scratch! 1. The equivalent of "Hello World", other than making sure

Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Steve Cookson - gmail via RT
Tue Oct 21 16:38:25 2014: Request 99607 was acted upon. Transaction: Correspondence added by steveco.1...@gmail.com Queue: Wx Subject: Re: [rt.cpan.org #99607] Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors:

Re: [rt.cpan.org #100550] Wx::ProgressDialog: missing methods

2014-11-26 Thread Steve Cookson - gmail via RT
Wed Nov 26 06:51:37 2014: Request 100550 was acted upon. Transaction: Correspondence added by steveco.1...@gmail.com Queue: Wx Subject: Re: [rt.cpan.org #100550] Wx::ProgressDialog: missing methods Broken in: 0.9923 Severity: Wishlist Owner: Nobody Requestors:

Re: [rt.cpan.org #100550] Wx::ProgressDialog: missing methods

2014-12-03 Thread Steve Cookson - gmail via RT
Wed Dec 03 04:41:14 2014: Request 100550 was acted upon. Transaction: Correspondence added by steveco.1...@gmail.com Queue: Wx Subject: Re: [rt.cpan.org #100550] Wx::ProgressDialog: missing methods Broken in: 0.9923 Severity: Wishlist Owner: Nobody Requestors:

Re: [rt.cpan.org #104298] Wx can't be installed in Ubuntu 14.04

2015-05-07 Thread Steve Cookson - gmail via RT
Thu May 07 13:36:32 2015: Request 104298 was acted upon. Transaction: Correspondence added by steveco.1...@gmail.com Queue: Wx Subject: Re: [rt.cpan.org #104298] Wx can't be installed in Ubuntu 14.04 Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: