[perl-win32-gui-users] Release: Win32::GUI::XMLBuilder 0.35

2004-07-05 Thread Blair Sutton
There is a new release of Win32::GUI::XMLBuilder. You can view the module at: - http://search.cpan.org/~bsdz/Win32-GUI-XMLBuilder-0.35/ The module depends on XML::Twig and Win32::GUI. Please try the samples and read the documentation! Summary of changes. 0.34 -> 0.35 Allow _Generic Widgets

[perl-win32-gui-users] Gif support in Win32::GUI::DIBitmap

2004-07-05 Thread Pavel
Hi 7 July LZW patent (GIF) is over. Is new version of Win32::GUI::DIBitmap with integrated Gif support planned? thanks -- Pavel

Re: [perl-win32-gui-users] AxWindow not receiving certain keystrokes

2004-07-05 Thread Jez White
Hi, I can reproduce this bug - I then did a little digging, and realised it's not a bug:) If you use the method SetSel instead of Select, you should see that it works. Apparently this is the selection method you should use when the listbox is in multiple select mode - this is a windows feature (!