Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have the following code snippet:
The image is diplayed fine in the raw perl script but when I turn it into an executable the image is droppedmy $gif = $image_label->Label( -image => $message->Photo(-file => Tk->findINC('Xcamel.gif') +), -borderwidth => 2, -relief => 'sunken', )->pack(-side => 'top');
Has anyone evr run into this before, or know of a solution?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: capturing graphics with perl2exe
by bart (Canon) on Oct 01, 2003 at 21:06 UTC | |
|
Re: capturing graphics with perl2exe
by jplindstrom (Monsignor) on Oct 01, 2003 at 18:22 UTC |