FastSplash and "WxPerl,beyond Frames and Buttons"

Steve Cookson <[email protected]>
Newsgroups gmane.comp.lang.perl.wxperl
Message-ID <[email protected]>
Hi People,

I was just look for something to replace SplashScreen, which I don't 
really like and it gives me errors when testing with Valgrind (If you 
haven't tried Valgrind, you really should "valgrind perl foobar.pl") and 
I found this:

http://lichtkind.de/vortrag/beyondwxp.pdf

and I thought I would give it a bit of publicity.  Nicely done, Herbert.

It's a good summary of what wxPerl can do.

And it mentioned FastSplash, by Mark D.

So I looked that up on cpan

   sub  BEGIN{
     use  Wx::Perl::SplashFast;
     Wx::Perl::SplashFast->new("./logo.jpg",5000);
   }

Which just hits the spot.  No Valgrind errors now!

Great job Mark and Herbert.

Regards,

Steve.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.