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
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
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
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:
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
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
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
7 matches
Mail list logo