From: Glenn M. <gwm...@gm...> - 2014-11-08 08:23:45
Attachments:
HelloWorld_106.png
HelloWorld_109.png
|
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 |
From: kmx <km...@at...> - 2014-11-08 08:59:40
|
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 > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > http://perl-win32-gui.sourceforge.net/ |
From: Glenn M. <gwm...@gm...> - 2014-11-08 10:23:47
|
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 <km...@at...> 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 lis...@li... <javascript:_e(%7B%7D,'cvml','Per...@li...');>https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-usershttp://perl-win32-gui.sourceforge.net/ > > > |
From: kmx <km...@at...> - 2014-11-08 13:02:12
|
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 <km...@at... <mailto:km...@at...>> 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 > |
From: Glenn M. <gwm...@gm...> - 2014-11-09 15:04:31
|
All, Just repeating some off-list communication, v 1.11 has fixed the black background problem. Regards, Glenn On Saturday, 8 November 2014, kmx <km...@at...> 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 <km...@at... > <javascript:_e(%7B%7D,'cvml','km...@at...');>> 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 >> >> > |