Re: [perl-win32-gui-users] A guide for adding resources (bitmaps, binary objects and XP manifest) to your exe

2004-02-23 Thread sam . dela . cruz
This worked well with perlapp, thanks very much Jez! Regards, Sam Dela Cruz "Jez White" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 02/23/04 02:38 AM To: "Win32-GUI" cc: (bcc: Sam Dela Cruz/SVL/SC/PHILIPS) Subject:[perl-win32-gui-users] A g

Re: [perl-win32-gui-users] Hook and WM_ERASEBKGND

2004-02-23 Thread Jez White
Ok - this is the code I've got (run in the samples folder to pick up the bitmap). I've hooked the WM_ERASEBKGND for one of the child controls, and I think I'm calling the WM_ERASEBKGND for the parent window - still no joy - the background is not correct - am I missing something simple? Cheers,

Re: [perl-win32-gui-users] Hook and WM_ERASEBKGND

2004-02-23 Thread Jez White
Arh! The problem (from msdn): "Normally, if you wanted the dialog bar band to appear transparent, you would set the WM_EX_TRANSPARENT extended style for the dialog bar object. However, because WM_EX_TRANSPARENT has some issues with properly painting the background of a dialog bar, you will need

[perl-win32-gui-users] Hook and WM_ERASEBKGND

2004-02-23 Thread Jez White
Steve, I'm still playing with rebars, and have come across an interesting problem:) To quote from msdn:

[perl-win32-gui-users] A guide for adding resources (bitmaps, binary objects and XP manifest) to your exe

2004-02-23 Thread Jez White
This mini guide will take you through the steps that I go through when I add bitmaps, binary objects and an XP manifest to my exe. These steps should work with perl2exe and perlapp. I have tried to make these steps as simple as possible, I apologies in advance if this approach turns out to be t

Re: [perl-win32-gui-users] Setting individual item properties

2004-02-23 Thread Aldo Calpini
On Fri, 2004-02-20 at 20:19, Jonathan Southwick wrote: > What needs to be done is set the item's UseItemStyleForSubItems property to > false but am not sure if it can be done using the Win32::GUI module. where is this property you are talking about? it is Visual Basic, Delphi, C#, or Java? this "