*shrug*
you're **RIGHT** !!!!!!!!!!!
..and this is the second time today someone tells me "You'll kick yourself..."
so I guess I will go and do just that.
Thanks for the help ~ I could have spent a month looking at it without
thinking about
the scope of the bitmap itself !
F.
At 08:43 PM 10/4/2004 +0100, Jez White wrote:
You'll kick yourself:) I've been stung with something similar.
Your problem is related to scope. The bitmap is created correctly, but
when InitGUI finishes $logoBitmap is destroyed resulting in no bitmap
being displayed. If $logoBitmap is global, it will work:)
Cheers,
jez.
----- Original Message ----- From: "Francesco Rizzi"
<[EMAIL PROTECTED]>
To: <perl-win32-gui-users@lists.sourceforge.net>
Sent: Monday, October 04, 2004 8:06 PM
Subject: [perl-win32-gui-users] Help? Bitmap not showing up!