I guess this may not make a difference, but some items are duplicated in the @EXPORT_OK = qw() list. eg. PostMessage, SendMessage I'll grab this oportunity to...
41
mm_ke
Feb 14, 2002 12:41 pm
Hi I'd like to clear up an issue one of you guys had in an earlier post, where the installed win32-guitest package was an older version. For a while the...
42
erngui
Feb 14, 2002 8:33 pm
... duplicated ... Thanks! I'll fix the duplicates in the next version, which hopefully will be out sometime soon... Cheers, Ernesto....
43
oradba_us
Feb 19, 2002 6:03 pm
I have written a short perl script to try to capture the text portion of a window. However, I get nothing back when I execute the perl script. I know that the...
44
backrev
Feb 20, 2002 2:57 am
Could it be as simple as your findwindow is wrong ? I cut and pasted your script, edited your one line to read @jabber_windows = FindWindowLike(0,"VDB56","");...
45
gbouzas
Feb 21, 2002 10:20 am
I am new at Perl, and because of this package I am learning it (as needed). Could somebody give me more information on the function GetWindowRect? When I...
46
paulbt2000
Feb 21, 2002 3:24 pm
Sounds like to me your a passing GetWindowRect a invalid window handle. This has happened to me several times. If you need to know how to check this let me...
47
erngui
Feb 21, 2002 10:49 pm
Hi, somebody recently asked me: "I would like to know if there is any way to retrieve the text from a msgbox call. I need to trap an error an application...
48
paulbt2000
Feb 22, 2002 3:45 pm
Which tool do yall use for bitmap comparison? Thanks, Paul...
49
bvf_99
Feb 26, 2002 8:24 pm
Is there a place where I can download some sample code that uses GUITEST Thanks...
50
paulhoaduk
Feb 27, 2002 11:15 am
Is there a way of Sleeping in milliseconds rather than using a select? Paul Hoad...
51
paulhoaduk
Feb 27, 2002 11:18 am
... There used to be a toolset called pbmplus, thas various tools for doing arithmetic operations on images http://www.acme.com/software/pbmplus/ is was a unix...
52
gbouzas
Feb 27, 2002 5:41 pm
Is there a way to select a named edit control in order to fill it in with the SendKeys function? IŽd rather prefer not using tabs after a SetForegroundWindow...
53
erngui
Feb 27, 2002 7:16 pm
Hi, ... in ... Instead of just selecting the control and typing, you can use WMGetText on the control directly. You'll need to get the window handle first...
54
erngui
Feb 27, 2002 7:21 pm
Hi, ... SendKeys "{PAUSE 50}"; # sleeps 50 milliseconds Originally there so that you could specify an interval between keystrokes, but increasingly being used...
55
paulbt2000
Feb 27, 2002 7:33 pm
In my product code how do I name an edit box? I am using C++. Paul ... it ... does...
56
erngui
Feb 27, 2002 7:55 pm
Hi, ... It normally already has a number that identifies it (that's the control id). In MFC it normally is a define that looks like IDC_EDIT1. You can then...
57
paulbt2000
Feb 27, 2002 8:13 pm
very cool, I will try that as soon as I get a chance. Thanks Ernesto. Paul...
58
erngui
Feb 27, 2002 8:40 pm
Hi, ... GUITEST The distribution (http://groups.yahoo.com/group/perlguitest/files/Win32-GuiTest- 1_3.zip) has an 'eg' subdirectory with some samples. That's...
59
Steve Eaton
backrev
Feb 28, 2002 4:40 pm
Does anyone have a WORKING sample line using sendkeys with the delay option. I have tryed a few forms and can't seem to get the syntax correct, normal...
60
ctrondlpaulsden
Feb 28, 2002 10:04 pm
... SendKeys uses milliseconds and the default is 50 according to the documentation. Here are a few examples that specify an alternative delay: # Delay of 1...
61
janvanmansum
Mar 6, 2002 5:26 am
Hello group, I am new to Win32::GUITest. I have been writing GUI based automated test with WinRunner and Rational Robot for about two years. I was wondering if...
62
paulbt2000
Mar 7, 2002 7:11 am
I am new to testing and have a few questions about WinRunner and Robot for you if you don't mind. 1. Which one do you like the most and why? 2. Which is easier...
63
huazhi_ca
Mar 13, 2002 10:12 pm
... Perl is FREE. Perl skills are more resellable in the marketplace, than just closed solutions. Having Perl skills can lead to higher paid jobs. Perl has...
64
huazhi_ca
Mar 13, 2002 10:17 pm
The febuary issue of Windows Developer (http://www.wd-mag.com/articles/2002/0202/0202toc.htm?topic=articles) has an article. There's a code snippet from: ...
65
huazhi_ca
Mar 13, 2002 10:18 pm
... Nope. Don't even know what that is. I am going to use DejaGNU, which has excellent documentation and is bundled with Cygwin....
66
huazhi_ca
Mar 13, 2002 10:27 pm
I grabbed the zip file of 5.6.1 from ActiveState and unzipped the archive into C:\. The result is perl.exe is located into C:\ActivePerl92;Perl. I found the...
67
huazhi_ca
Mar 13, 2002 10:41 pm
Hello All. Believe or not I am actually a Macintosh user and UNIX fan. However, my recent job has a product for MS Exchange server, and I do whitebox QA. I...
68
huazhi_ca
Mar 13, 2002 10:52 pm
I just picked my magazine up today at Border's....
69
huazhi_ca
Mar 13, 2002 10:54 pm
When I type PPM I get this. I installed this from a zip from ActiveState. :-( Failed to load PPM_DAT file Can't use an undefined value as a SCALAR reference...