Beefy Boxes and Bandwidth Generously Provided by pair Networks RobOMonk
There's more than one way to do things
 
PerlMonks  

Re: wxPerl tutorial 3 --

by Anonymous Monk
on Dec 07, 2004 at 17:44 UTC ( [id://413034]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to wxPerl tutorial 3 --

Code out of date 2004/12/07.

Replies are listed 'Best First'.
Re^2: wxPerl tutorial 3 --
by boo_radley (Parson) on Dec 10, 2004 at 10:49 UTC
    In any particular way? Or has it wound up on Mr. Blackwell's list of out-of-date code for 2004? Generating errors or new methods in Wx that obsolete something I've done? Help me out here.
      well, it doesn't work for me either. It seems that Wx::Image is not the current version of wx-perl. I've downloaded the lastest CPAN version (0.22) of Wx and I tried to install Wx::Image, but both failed in during the tests. So I installed the debian package of wx-perl. But no Wx::Image..

      maybe not everything has been ported from the wxwidgets 2.5 API? I have no idea...

        I got this to work on wxPerl with wxWidgets release gtk2-unicode-release-2.6 and WxPerl 0.27 with the following changes (line numbers are approximate depending on how you copy the source).
        Line 35: remove "use Wx::Image" -- it's integrated now
        Line 47: change to an image I have.
        Line 54: change $bmp = $image->ConvertToBitmap(); to $bmp = Wx::Bitmap->new($image);
        Line 144: remove use Win32; and use HTML::SimpleLinkExtor;
        Line 168: remove $dir=Win32::GetShortPathName($dir);
        Line 204: Same change as line 54 above.
        Line 214: Remove $parent->Clear()
        
        It runs without crashing, but the ScaleImage doesn't work yet.

        gk

        Actually a separate 'use Wx::Image' is now no longer needed (even gives an error). There were some other things that stopped working. I made some fixes and you may download a working version from the wxPerl Wiki.

        Don't let this stop you from using wxPerl, it's actually pretty good.

        Peter
Re^2: wxPerl tutorial 3 --
by Steve_BZ (Chaplain) on Feb 11, 2009 at 08:02 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://413034]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.