michaelg has asked for the wisdom of the Perl Monks concerning the following question:
I'm writing code that should become stand alone exe. I need to put a logo in it , well I did it using
Well ofcourse that when I execute the binary at a place that does not contain the needed gif the app crash down.my $image = $nw->Photo(-file => "./tsl_logo1.gif"); my $t_im = $nw->Label(-image => $image, -background => $color )->pack( -side => 'left', -expand => 1, -fill => 'both' );
Do you monks have a way to solve that .
thxedited: Sun Nov 16 16:17:55 2003 by jeffa - code tags formatting
janitored by ybiC: Append "TK" to title
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using an image in binary perl
by zentara (Cardinal) on Nov 16, 2003 at 23:05 UTC | |
|
Re: using an image in binary perl
by Roger (Parson) on Nov 16, 2003 at 22:38 UTC | |
|
Re: using an image in binary perl
by simonm (Vicar) on Nov 16, 2003 at 15:21 UTC | |
by michaelg (Beadle) on Nov 16, 2003 at 15:33 UTC | |
by bart (Canon) on Nov 16, 2003 at 17:50 UTC | |
by simonm (Vicar) on Nov 16, 2003 at 16:12 UTC | |
|
Re: using an image in binary perl
by Itatsumaki (Friar) on Nov 16, 2003 at 15:35 UTC | |
by liz (Monsignor) on Nov 16, 2003 at 15:42 UTC | |
by Itatsumaki (Friar) on Nov 16, 2003 at 18:46 UTC |