Hi all,

My app is packaged in an exe with PAR. I'm using a splashscreen with
following code, but (of course) the splashscreen only shows up once the
exe is decompressed and perl is lauched. At first start this takes ages
and after that it takes up to 10 secs.

Any idea how I can make the splashscreen show up faster ?

--8<---------------cut here---------------start------------->8---
my $sc;
BEGIN {
    require Wx::Perl::SplashFast;
    $sc = Wx::Perl::SplashFast->new('LOGO.bmp');
}

... # load stuff

$sc->Destroy();

$app->MainLoop();
--8<---------------cut here---------------end--------------->8---


thx
--
erik

Reply via email to