Re: [perl-win32-gui-hackers] Commit ExtCreateRegion and GetRegionData

2006-06-26 Thread Reini Urban
Robert May schrieb: Robert May wrote: Reini Urban wrote: why not Win32::GUI::Region->ExtCreateRegion() and Win32::GUI::Region->GetRegionData() ? Rgn != Region You're quite correct. I thought I was being consistent with all other region functions, but we should be being consistent with the

Re: [perl-win32-gui-hackers] [win32-gui] Re: Possible WinXP memory leak [Was:Commit]

2006-06-26 Thread Chris Wearn
Hi, Can someone run this with a fixed number of iterations, and tell me how much memory is leaked per iteration? >>> 56 - 60 K each iteration >> Hummm - I seem to leak about 108 bytes per itteration. >I find the 108 byte figure more believable. At 56-60k per loop >iteration you'd r

Re: [perl-win32-gui-hackers] [win32-gui] Re: Possible WinXP memory leak [Was:Commit]

2006-06-26 Thread Robert May
Jeremy White wrote: Does it still leak if we only create a window (without the button)? YES! For me, I get no leak when just the window. I also played with a few other controls, and they leak too (a listview seemed to leak more than a button). Adding a child window to the parent window almos

[perl-win32-gui-hackers] Preparing for a 1.04 release

2006-06-26 Thread Robert May
All, Although I have not completed the full set of things that I had planned for a 1.04 release, I think it is time. So I have bumped everything that remains on my list to 1.05. Specifically this includes: - Reini's CustomDraw changes - Reini's other changes - Thread support (Win32::GUI::Thr

[perl-win32-gui-hackers] Last addition before a 1.04 release?

2006-06-26 Thread Robert May
All, I just committed a script (win32-gui-demos.pl) in a new scripts directory, along with the Makefile.PL changes necessary to get this script installed in the perl bin directory. It's a script that lists the sample/demo code distributed with Win32::GUI, and allows viewing of the sample sou

Re: [perl-win32-gui-hackers] Commit ExtCreateRegion and GetRegionData

2006-06-26 Thread Robert May
Robert May wrote: Reini Urban wrote: why not Win32::GUI::Region->ExtCreateRegion() and Win32::GUI::Region->GetRegionData() ? Rgn != Region You're quite correct. I thought I was being consistent with all other region functions, but we should be being consistent with the Win32 API. I'll cha

Re: [perl-win32-gui-hackers] [Commit ExtCreateRgn and GetRgnData function (Tracker: 1469648)

2006-06-26 Thread Robert May
Reini Urban wrote: why not Win32::GUI::Region->ExtCreateRegion() and Win32::GUI::Region->GetRegionData() ? Rgn != Region You're quite correct. I thought I was being consistent with all other region functions, but we should be being consistent with the Win32 API. I'll change it. Rob.

Re: [perl-win32-gui-hackers] Commit ExtCreateRgn and GetRgnData function (Tracker: 1469648)

2006-06-26 Thread Reini Urban
why not Win32::GUI::Region->ExtCreateRegion() and Win32::GUI::Region->GetRegionData() ? Rgn != Region 2006/6/24, Robert May <[EMAIL PROTECTED]>: I just committed 2 new functions for handling windows regions: New region method: my $data = $rgn->GetRgnData(); wraps the win32 API GetRegionData

Re: [perl-win32-gui-hackers] Possible WinXP memory leak [Was:Commit]

2006-06-26 Thread Jeremy White
>Does it still leak if we only create a window (without the button)? YES! For me, I get no leak when just the window. I also played with a few other controls, and they leak too (a listview seemed to leak more than a button). Adding a child window to the parent window almost doesn't leak - a