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