Search the web
Sign In
New User? Sign Up
perlguitest · Win32::GuiTest (Perl)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 32 - 61 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32
Adds the ability to set the window position and other attributes. BOOL SetWindowPos(hWnd, hWndInsertAfter, X, Y, cx, cy, uFlags) HWND hWnd; HWND...
paulbt2000
Offline Send Email
Feb 1, 2002
10:41 pm
33
This is great stuff, and is really working well !!! Is it possible to set the time delay on sendkeys ? Thanks...
backrev
Offline Send Email
Feb 8, 2002
7:06 am
34
Ernesto, I've not used perl much before, but I am now! this module is what I've been looking for... now I've already started my application and opened a couple...
paulhoaduk
Offline Send Email
Feb 8, 2002
1:36 pm
35
Yes, from the README ... - SendKeys now takes an optional parameter to change the default 50 ms delay between keystrokes. Suggested by Wilson P. Snyder II ...
paulbt2000
Offline Send Email
Feb 8, 2002
5:42 pm
36
As a side note, I am trying to add the listview stuff, I am just running into some memory errors right now. Hopefull I will figure out my problems soon. Paul...
paulbt2000
Offline Send Email
Feb 8, 2002
5:45 pm
37
Has anyone used perl scripts with either T-Plan or Rational Test Manager? Paul...
paulbt2000
Offline Send Email
Feb 11, 2002
9:46 pm
38
I still cannont find this magazine in any bookstore I have gone to. I have looked in both Dallas and LA at several bookstores in each city. The problem is not...
paulbt2000
Offline Send Email
Feb 11, 2002
10:19 pm
39
As far as I know the mag is only available by subscription. Check their web site, and see if you can get a back/current issue, etc. ... ...
Eric W. Holzapfel
eholz1
Offline Send Email
Feb 13, 2002
5:22 am
40
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...
mm_ke
Offline Send Email
Feb 14, 2002
12:34 pm
41
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...
mm_ke
Offline Send Email
Feb 14, 2002
12:41 pm
42
... duplicated ... Thanks! I'll fix the duplicates in the next version, which hopefully will be out sometime soon... Cheers, Ernesto....
erngui
Offline Send Email
Feb 14, 2002
8:33 pm
43
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...
oradba_us
Offline Send Email
Feb 19, 2002
6:03 pm
44
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","");...
backrev
Offline Send Email
Feb 20, 2002
2:57 am
45
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...
gbouzas
Offline Send Email
Feb 21, 2002
10:20 am
46
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...
paulbt2000
Offline Send Email
Feb 21, 2002
3:24 pm
47
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...
erngui
Offline Send Email
Feb 21, 2002
10:49 pm
48
Which tool do yall use for bitmap comparison? Thanks, Paul...
paulbt2000
Offline Send Email
Feb 22, 2002
3:45 pm
49
Is there a place where I can download some sample code that uses GUITEST Thanks...
bvf_99
Offline Send Email
Feb 26, 2002
8:24 pm
50
Is there a way of Sleeping in milliseconds rather than using a select? Paul Hoad...
paulhoaduk
Offline Send Email
Feb 27, 2002
11:15 am
51
... 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...
paulhoaduk
Offline Send Email
Feb 27, 2002
11:18 am
52
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...
gbouzas
Offline Send Email
Feb 27, 2002
5:41 pm
53
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...
erngui
Offline Send Email
Feb 27, 2002
7:16 pm
54
Hi, ... SendKeys "{PAUSE 50}"; # sleeps 50 milliseconds Originally there so that you could specify an interval between keystrokes, but increasingly being used...
erngui
Offline Send Email
Feb 27, 2002
7:21 pm
55
In my product code how do I name an edit box? I am using C++. Paul ... it ... does...
paulbt2000
Offline Send Email
Feb 27, 2002
7:33 pm
56
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...
erngui
Offline Send Email
Feb 27, 2002
7:55 pm
57
very cool, I will try that as soon as I get a chance. Thanks Ernesto. Paul...
paulbt2000
Offline Send Email
Feb 27, 2002
8:13 pm
58
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...
erngui
Offline Send Email
Feb 27, 2002
8:40 pm
59
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...
Steve Eaton
backrev
Offline Send Email
Feb 28, 2002
4:40 pm
60
... 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...
ctrondlpaulsden
Offline Send Email
Feb 28, 2002
10:04 pm
61
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...
janvanmansum
Offline Send Email
Mar 6, 2002
5:26 am
Messages 32 - 61 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help