Re: [perl-win32-gui-users] AS Perl 5.20 Win32-GUI PPM missing modules

2015-06-08 Thread kmx
::XMLBuilder -- kmx On 8.6.2015 16:18, John McMahon wrote: > Hi > > Win32-GUI installed via ActiveState PPM repository for AS Perl 5.20 > seems to be missing some modules compared to AS Perl 5.14 and the CPAN > tarball. > > Specifically the following: > AxWindow.pm > DIBitmap.

[perl-win32-gui-users] Win32-GUI-1.12

2015-06-03 Thread kmx
Win32-GUI-1.12 is available on CPAN with perl-5.22.0 compatibility fix. -- kmx -- ___ Perl-Win32-GUI-Users mailing list Perl-Win32-GUI-Users@lists.sourceforge.net https

Re: [perl-win32-gui-users] Default Window Background Colour

2014-11-08 Thread kmx
Hopefully fixed in https://metacpan.org/release/KMX/Win32-GUI-1.11 Version 1.10 intentionally skipped due to trailing zero troubles in 97_Version.t -- kmx On 8.11.2014 11:23, Glenn Munroe wrote: Thanks, kmx. I just downloaded, and installed, versions 1.07 and 1.08 to check. The change was

Re: [perl-win32-gui-users] Default Window Background Colour

2014-11-08 Thread kmx
Well, that might be introduced by this change I have made when trying to polish misc. pointer related issues: - wcx.hbrBackground = (HBRUSH) SvCOLORREF(NOTXSCALL ST(next_i)); + wcx.hbrBackground = CreateSolidBrush(SvCOLORREF(NOTXSCALL ST(next_i))); I'll try to investigate. -- kmx

[perl-win32-gui-users] Win32-GUI-1.09

2014-11-07 Thread kmx
Win32-GUI-1.09 is available on CPAN Build logs seems to be all green: http://matrix.cpantesters.org/?dist=Win32-GUI%201.09 https://code.activestate.com/ppm/Win32-GUI/ -- kmx

[perl-win32-gui-users] Win32-GUI-1.08_07 - release candidate - please test

2014-10-15 Thread kmx
Please test the latest: https://metacpan.org/release/KMX/Win32-GUI-1.08_07 It should built and pass tests on all platforms I have available: * activestate perl + msvc - both 32/64bit * strawberry perl + mingw - both 32/64bit * cygwin: old v1.5 as well as new v1.7 (both 32/64bit) See changes

Re: [perl-win32-gui-users] Win32-GUI-1.07 released + migrated from CVS to GIT

2014-10-10 Thread kmx
;ll try to do more research and commit necessary patches to git repo. Could meanwhile somebody try to build latest Win32::GUI with MS compiler? -- kmx On 10.10.2014 10:07, Reini Urban wrote: On Oct 10, 2014, at 9:50 AM, Stephane LECOLIER wrote: Hi Kmx, Concerning Cygwin do you have plan some dedi

Re: [perl-win32-gui-users] Win32-GUI-1.07 released + migrated from CVS to GIT

2014-10-09 Thread kmx
Hi, currently my intention is simply to make Win32::GUI compile smoothly and pass all tests on all relevant platforms. Which means making mswin32 and cygwin columns at http://matrix.cpantesters.org/?dist=Win32-GUI+1.07 all green (still not there yet). -- kmx On 9.10.2014 11:19, Jeremy

[perl-win32-gui-users] Win32-GUI-1.07 released + migrated from CVS to GIT

2014-10-08 Thread kmx
Hi, after getting co-maint for Win32::GUI I have released version 1.07 to CPAN - see https://metacpan.org/release/KMX/Win32-GUI-1.07 It contains a merger of fixes related to bugs reported via https://rt.cpan.org/Public/Dist/Display.html?Name=Win32-GUI It should cleanly install at least on