Re: [win32gui] [perl-win32-gui-users] DragDrop Functionality?

2005-07-11 Thread Robert May
Jason, The XS changes that are required are in Win32::GUI (and have been for some time), and that package seems to work fine for me in the quick test I just did (Win98, Perl 5.8.7, Win32::GUI 1.02). I'll put adding the required functions on the TODO list, as it would be nice to get rid of th

[perl-win32-gui-users] DragDrop Functionality?

2005-07-11 Thread Jason P.
I know there is an old patch available to add DragDrop capabilites to Win32::GUI, however it is OUTDATED as all, well, u get the point. Has it been considered for integration with the main package as of yet? Jason.

Re: [win32gui] [perl-win32-gui-users] The window -backgroud option

2005-07-11 Thread Robert May
That doesn't work here either, and I agree that it should. I raised a tracker for this one too: 1236283 Rob. Jeremy White wrote: Can anyone remember if this has ever worked? Looking at the options logic within Win32-GUI you should be able to do: my $win = new Win32::GUI::Window( -name

Re: [win32gui] RE: [perl-win32-gui-users] Window Background Color

2005-07-11 Thread Robert May
I can confirm that I get the same behaviour under Win98: AP 5.6.1 has a green background AP 5.8.7 has a grey background Rob. Jeremy White wrote: Does not work on WinXP SP2, Perl 5.8.4 and Win32::GUI v1.0.3 Just normal grey background, even tried dropping the ::class and and $winBackBrush as -

RE: [perl-win32-gui-users] listview text color

2005-07-11 Thread Robert May
Glenn W Munroe wrote: I'm afraid the short answer is "no" (as far as I'm aware)--at least not using the latest Win32::GUI release. Someone asked this a year or so ago and I looked into it, eventually coming up with a tremendous hack (using hooks) to get it to work. Since then, the XS code has ch

[perl-win32-gui-users] ANNOUNCE: Win32::GUI v1.02

2005-07-11 Thread Robert May
I am please to announce that v1.02 of Win32::GUI is available for download from SourceForge. Win32::GUI is a Perl extension allowing creation of native Win32 GUI applications. Project summary and download: http://sourceforge.net/projects/perl-win32-gui/ Release notes: http://sourceforge.net/p

[perl-win32-gui-users] The window -backgroud option

2005-07-11 Thread Jeremy White
Can anyone remember if this has ever worked? Looking at the options logic within Win32-GUI you should be able to do: my $win = new Win32::GUI::Window( -name=> "WinMain", -pos => [100, 100], -size => [100, 100], -background => [0,255,0], ); Which would set the ba

RE: [perl-win32-gui-users] Window Background Color

2005-07-11 Thread Jeremy White
Does not work on WinXP SP2, Perl 5.8.4 and Win32::GUI v1.0.3 Just normal grey background, even tried dropping the ::class and and $winBackBrush as -background to ::Window - still no joy. Just tried this under 5.8.6 and the window is gray. Under 5.6 the window is green. Both on xp SP2, and the

RE: [perl-win32-gui-users] Window Background Color

2005-07-11 Thread Chris Wearn
Hi All, Does not work on WinXP SP2, Perl 5.8.4 and Win32::GUI v1.0.3 Just normal grey background, even tried dropping the ::class and and $winBackBrush as -background to ::Window - still no joy. Regards Chris -Original Message- From: "Jeremy White" <[EMAIL PROTECTED]> To: [EMAIL PROTE

RE: [perl-win32-gui-users] Window Background Color

2005-07-11 Thread Jeremy White
I cannot manage to get a main windows background to properly change color when using the following code: Humm - it works for me - see code below. I get green window showing - what do you get? WinXP SP2 ActiveState 5.8.4 Win32::GUI 1.0 I'm on perl 5.6 - everything else the same. Cheers, j