[perl-win32-gui-users] Re: Problem with (Shift)Tab key

2006-02-15 Thread Waldemar Biernacki
to Robert May. Robert, thank you for your perfect answer to my question! It solves my problem and I am happy again... :) with best wishes, Waldemar Biernacki

RE: [perl-win32-gui-users] Using icon resource from executable

2006-02-15 Thread Jeremy White
I was wondering if anyone knows whether it is possible to use an icon resource from an executable, in much the same way it can be done with a bitmap. For example, the following code will try to load the 'LOGO' resource from an executable (if compiled with, say the PDK), and if it cannot, then wil

RE: [perl-win32-gui-users] Non transparent labels in tabstrip under Windows XP

2006-02-15 Thread Jeremy White
We're seeing problems with groupbox labels and regular text labels having a gray/beige background under Win XP, instead of being transparent; no background color. These widgets in question are enclosed within a tabstrip. All other widgets seem to be rending without problem. Has anyone else run int

RE: [perl-win32-gui-users] Using icon resource from executable

2006-02-15 Thread Jeremy White
So are you saying this is possible: $icon = new Win32::GUI::Bitmap ('MYICON'); $window->SetIcon ($icon) if ($icon); I'm using Perlapp's --icon switch to attach a icon to the executable. However, icon resources don't have names, and so to get the above to work, I would need to use a resource

[perl-win32-gui-users] Listview control - Unicode aware

2006-02-15 Thread Chris Wearn
Hi All, The ListView control has a property ->SetUnicodeFormat(FLAG) which, from the XS shows it to be a Boolean value. Doesn’t appear to have a default, and if setting to 1, enables Unicode is this set as $lvwControl->SetUnicodeFormat(1); Is this all there is to enable graphical charac