-
When I change the background on an entry widget it seem to permanently loose a small amount of memory. In the code below if I have selected the "no_color" option memory is stable. If I don't select this option memory grows until it exhausts what is available.
if (! $no_color){
if ($machine_status{$s} eq "Responded") {...
2009-09-22 20:21:10 UTC by nobody
-
robertemay added stevebondy to the Win32::GUI project.
2009-09-11 10:46:52 UTC by robertemay
-
See also http://rt.cpan.org/Public/Bug/Display.html?id=37665.
2009-03-04 03:51:38 UTC by wintrmute
-
Attempt to run the following trivial program:
#!perl
use strict;
use warnings;
use DateTime;
use Win32::GUI ();
Note that it fails with an error that (Win32::GUI::)DateTime cannot be loaded as the version does not match.. because somehow the bootstrap_subpackage() routine in Win32::GUI is getting confused.
I attach a patch that seems to solve this problem; It passes Win32::GUI...
2009-03-04 03:51:04 UTC by wintrmute
-
Hope Win32::GUI can support unicode.
2009-02-19 04:49:41 UTC by mobear
-
see http://bugs.activestate.com/show_bug.cgi?id=73572
for full details. Basic overview below.
I've looked at the Win32-GUI-1.06 issue and understand what is happening:
The SciLexer.dll is stored in the same directory as Scintilla.dll, but there is
no explicit reference to it in Scintilla.dll. Therefore it is not being loaded
automatically, but has to be loaded "manually" with...
2008-11-11 14:27:39 UTC by nobody
-
I am getting a crash when using Perl 5.10 and Win32::GUI 1.6. The same application doesn't crash under 5.8.7 or 5.8.8. I've tracked down the "problem", but I'm not convinced it's the actual underlying issue. The crash was occurring at:
GUI_Helpers.cpp line 757 proc WindowsHookMsgProc
When I was selecting from the main menu of the application. The problem is the line:
arrayref =...
2008-04-13 09:47:23 UTC by jwgui
-
Can't call method "STORE" on an undefined value during global destruction. Happens under Perl 5.10 (activestate build 1002) and the latest version of Win32::GUI (V1.6 ppm and mingw built version).
The script below shows the issue. It's an odd script, as it's been cut down from a larger test case. Commenting out any of the lines removes the error messages - this is because it changes the order...
2008-04-13 08:50:13 UTC by jwgui
-
I am please to announce that v1.06 of Win32::GUI is available for download from SourceForge and CPAN.
Win32::GUI is a Perl extension allowing creation of native Win32 GUI applications.
MORE INFORMATION
Project Homepage:
http://perl-win32-gui.sourceforge.net/
Project summary:
http://sourceforge.net/projects/perl-win32-gui/
Downloads:
- Source and ActiveState Perl PPM...
2008-02-13 17:27:22 UTC by robertemay
-
robertemay committed patchset 322 of module Win32-GUI to the Win32::GUI CVS repository, changing 6 files.
2008-02-13 15:24:04 UTC by robertemay