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

2014-11-09 Thread Glenn Munroe
All,

Just repeating some off-list communication, v 1.11 has fixed the black
background problem.

Regards,
Glenn

On Saturday, 8 November 2014, kmx k...@atlas.cz wrote:

  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 from 1.08 to 1.09. That may help narrow the search a little.

  Regards,
 Glenn

 On Saturday, 8 November 2014, kmx k...@atlas.cz
 javascript:_e(%7B%7D,'cvml','k...@atlas.cz'); wrote:

  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


  On 8.11.2014 9:23, Glenn Munroe wrote:

 First off, thanks to KMX for his latest work on this project; it had gone
 kind of quiet recently.

  I just upgraded from 1.06 to the new 1.09. Running ActivePerl, I see a
 change in default main window background colour. The hello world example
 in the tutorial used to look like the attachment HelloWorld_106.png, but
 now looks like HelloWorld_109.png (if the attachments don't come through,
 the window background has changed from the same grey as the label to black).

  Do others see this? Is there an easy fix for it?

  Glenn



--
___
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

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


On 8.11.2014 9:23, Glenn Munroe wrote:
First off, thanks to KMX for his latest work on this project; it had gone 
kind of quiet recently.


I just upgraded from 1.06 to the new 1.09. Running ActivePerl, I see a 
change in default main window background colour. The hello world 
example in the tutorial used to look like the attachment 
HelloWorld_106.png, but now looks like HelloWorld_109.png (if the 
attachments don't come through, the window background has changed from 
the same grey as the label to black).


Do others see this? Is there an easy fix for it?

Glenn


--


___
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/


--
___
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

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

2014-11-08 Thread Glenn Munroe
Thanks, kmx.

I just downloaded, and installed, versions 1.07 and 1.08 to check. The
change was from 1.08 to 1.09. That may help narrow the search a little.

Regards,
Glenn

On Saturday, 8 November 2014, kmx k...@atlas.cz wrote:

  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


  On 8.11.2014 9:23, Glenn Munroe wrote:

 First off, thanks to KMX for his latest work on this project; it had gone
 kind of quiet recently.

  I just upgraded from 1.06 to the new 1.09. Running ActivePerl, I see a
 change in default main window background colour. The hello world example
 in the tutorial used to look like the attachment HelloWorld_106.png, but
 now looks like HelloWorld_109.png (if the attachments don't come through,
 the window background has changed from the same grey as the label to black).

  Do others see this? Is there an easy fix for it?

  Glenn


 --



 ___
 Perl-Win32-GUI-Users mailing listperl-win32-gui-us...@lists.sourceforge.net 
 javascript:_e(%7B%7D,'cvml','Perl-Win32-GUI-Users@lists.sourceforge.net');https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-usershttp://perl-win32-gui.sourceforge.net/



--
___
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

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 from 1.08 to 1.09. That may help narrow the search a little.


Regards,
Glenn

On Saturday, 8 November 2014, kmx k...@atlas.cz mailto:k...@atlas.cz wrote:

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


On 8.11.2014 9:23, Glenn Munroe wrote:

First off, thanks to KMX for his latest work on this project; it had
gone kind of quiet recently.

I just upgraded from 1.06 to the new 1.09. Running ActivePerl, I see
a change in default main window background colour. The hello world
example in the tutorial used to look like the attachment
HelloWorld_106.png, but now looks like HelloWorld_109.png (if the
attachments don't come through, the window background has changed
from the same grey as the label to black).

Do others see this? Is there an easy fix for it?

Glenn




--
___
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/