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] 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

[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

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