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

2014-11-09 Thread Glenn Munroe
oubles 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. > > Regard

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

2014-11-08 Thread Glenn Munroe
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, G

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

2014-11-08 Thread Glenn Munroe
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 Hello

Re: [perl-win32-gui-users] Borderless Main Window

2010-03-08 Thread Glenn Munroe
Ken, Rob May has written a module for creating splash screens that you may find useful: http://search.cpan.org/~robertmay/Win32-GUI-SplashScreen-0.04/<http://search.cpan.org/%7Erobertmay/Win32-GUI-SplashScreen-0.04/> Regards, Glenn Munroe On 5 March 2010 23:53, Kevin Marshall wrote:

Re: [perl-win32-gui-users] camel

2007-05-24 Thread Glenn Munroe
Rob, I wasn't sure if you were actively maintaining that module or not, but I'm getting "deprecated usage" warnings because of the 'use Win32::GUI;' line. I imagine that will be easy to fix if you're cracking it open to fix the typo. Cheers, Glenn PS Apologies if this doesn't get posted to the l

RE: [perl-win32-gui-users] Treeview -> Sort()/SortChildren()

2006-04-29 Thread Glenn Munroe
Hello Steve, Does this work for you? == #!perl -w use strict; use Win32::GUI; my $obMW = new Win32::GUI::Window( -name => "mw", -text => "TreeView", -pos => [ 100, 100 ], -size => [ 200, 200 ], ); my $obTV = $obMW->AddTreeView( -name => "Tre

RE: [perl-win32-gui-users] Using HTML help within A Win32-GUI app

2006-02-17 Thread Glenn Munroe
Jez, I've toyed with this, so I'd find it useful. Bring 'em on! Glenn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy White Sent: Friday, 17 February, 2006 17:25 To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] Using