-
int32 committed patchset 110 of module Win32-GuiTest to the Win32::GuiTest CVS repository, changing 5 files.
2009-10-19 16:04:14 UTC by int32
-
int32 committed patchset 109 of module Win32-GuiTest to the Win32::GuiTest CVS repository, changing 1 files.
2009-09-25 15:33:21 UTC by int32
-
Windows XP SP3, Perl 5.10
Win32::GuiTest 1.56
On, e. g. german system, which use a ',' as decimal marker t/02_calc.t will fail, because it expects the content of the calculator's output field to use the '.' as decimal marker when performing the tests for decimal numbers (t/02_calc.t:46 and t/02_calc.t:98).
2009-04-03 14:12:12 UTC by nobody
-
int32 committed patchset 108 of module Win32-GuiTest to the Win32::GuiTest CVS repository, changing 1 files.
2009-03-28 22:36:34 UTC by int32
-
I had the same problem with GuiTest 1.55
I have VS6 and perl 5.7 on the first and install Win32::GuiTest 1.55.
Install Komodo and compile my script by perlapp and ALL work without error!!!
Then I install VS2008 and perl 5.8 ): try install Win32::GuiTest 1.55 again and compile the scripts by perlapp run exe and get the same error. Copy site\lib\auto\Win32\GuiTest\guitest.dll from first...
2009-01-10 14:56:40 UTC by maksim7
-
I had the same problem with GuiTest 1.55
I have VS6 and perl 5.7 on the first and install Win32::GuiTest 1.55.
Install Komodo and compile my script by perlapp and ALL work without error!!!
Then I install VS2008 and perl 5.8 ): try install Win32::GuiTest 1.55 again and compile the scripts by perlapp run exe and get the same error. Copy site\lib\auto\Win32\GuiTest\guitest.dll from first...
2009-01-10 14:56:00 UTC by maksim7
-
I had the same problem with GuiTest 1.55
I have VS6 and perl 5.7 on the first and install Win32::GuiTest 1.55.
Install Komodo and compile my script by perlapp and ALL work without error!!!
Then I install VS2008 and perl 5.8 ): try install Win32::GuiTest 1.55 again and compile the scripts by perlapp run exe and get the same error. Copy site\lib\auto\Win32\GuiTest\guitest.dll from first...
2009-01-10 14:51:27 UTC by nobody
-
If the example calc.pl is run using perl v5.8.8 on windows XP, the code runs ok but I get 2 warnings:
Use of uninitialized value in string eq at C:/Perl/site/lib/Win32/GuiTest.pm lin
e 648.
This arises in the sub FindWindowLike() in the 'if($_[0] eg...)' tests.
Copying the the version of this if structure from v1.56 (availible on cpan but not as far as I can tell as a ppm package...
2009-01-06 22:31:51 UTC by nobody
-
See bug: 1192980
I've taken his work and written a helper macro file RSNDMSG.h (remote send message) and also patched GuiTest.xs so I can now control the listview32 controls without using hookproc.
I'll attach a patch next.
2008-10-09 11:11:17 UTC by samjam
-
The attached patch to latest CVS on 9 Oct 2008, allows GetLVItemText to work without needing to hook the wndproc.
Which is good, as hooking isn't working for me - maybe a cygwin problem.
2008-10-09 08:39:52 UTC by samjam