Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perlguitest · Win32::GuiTest (Perl)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2444
  • Category: Perl
  • Founded: Jul 25, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

I looked in the article. It's ok, but is limited to just FindWindowLike, SendKeys, SendLButtonDown, MouseMoveAbsPix, etc. I wish there was more sample source...
3 Mar 14, 2002
4:28 pm

huazhi_ca
Send Email

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...
1 Mar 13, 2002
10:54 pm

huazhi_ca
Send Email

Hi all, thought you might be interested in knowing that the current issue (Feb 2002) of the Windows Developer Magazine (http://www.wd-mag.com/) includes the...
6 Mar 13, 2002
10:52 pm

huazhi_ca
Send Email

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...
1 Mar 13, 2002
10:41 pm

huazhi_ca
Send Email

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:\ActivePerl&#92;Perl. I found the...
1 Mar 13, 2002
10:27 pm

huazhi_ca
Send Email

Has anyone used perl scripts with either T-Plan or Rational Test Manager? Paul...
2 Mar 13, 2002
10:18 pm

huazhi_ca
Send Email

Is there a place where I can download some sample code that uses GUITEST Thanks...
3 Mar 13, 2002
10:17 pm

huazhi_ca
Send Email

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...
3 Mar 13, 2002
10:12 pm

huazhi_ca
Send Email

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...
2 Feb 28, 2002
10:04 pm

ctrondlpaulsden
Send Email

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...
5 Feb 27, 2002
8:13 pm

paulbt2000
Send Email

Is there a way of Sleeping in milliseconds rather than using a select? Paul Hoad...
2 Feb 27, 2002
7:21 pm

erngui
Send Email

Which tool do yall use for bitmap comparison? Thanks, Paul...
2 Feb 27, 2002
11:18 am

paulhoaduk
Send Email

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...
1 Feb 21, 2002
10:49 pm

erngui
Send Email

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...
2 Feb 21, 2002
3:24 pm

paulbt2000
Send Email

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...
2 Feb 20, 2002
2:57 am

backrev
Send Email

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...
2 Feb 14, 2002
8:33 pm

erngui
Send Email

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...
1 Feb 14, 2002
12:41 pm

mm_ke
Send Email

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...
2 Feb 8, 2002
5:45 pm

paulbt2000
Send Email

Adds the ability to set the window position and other attributes. BOOL SetWindowPos(hWnd, hWndInsertAfter, X, Y, cx, cy, uFlags) HWND hWnd; HWND...
1 Feb 1, 2002
10:41 pm

paulbt2000
Send Email

Has anyone got the GetListContents function to work? I am on a Win 2000 box. I have tried it serval times and come up empty handed everytime. Thanks everyone. ...
2 Jan 28, 2002
10:25 pm

paulbt2000
Send Email

Here is some stuff I added to be able to mess with tab controls, i am a rookie at all of this, so if I didn't do something correctly let me know. in guitest.xs...
2 Jan 21, 2002
2:45 pm

erngui
Send Email

If I add functionality to GuiTest how do I share that with everyone? Thanks. Paul...
2 Jan 3, 2002
10:31 am

erngui
Send Email

Hi there, how to use GetComboText and GetComboContents? Where can I find the help file for this? Regards, Yee...
2 Jan 3, 2002
10:27 am

erngui
Send Email

Hi there, I am a new user. May I know where can I find the description of a command within the Win32::GuiTest? Eg, FindWindowLike(0," ", " "). What does 0...
3 Dec 15, 2001
9:26 pm

erngui
Send Email

Hi, I'm using Perl on Japanese environment and also using this module on it. In order to type Japanese strings, I'm trying to turn IME on and then type jp...
3 Dec 8, 2001
3:37 pm

tatsuya_kimura_jp
tatsuya_kimu...
Send Email

I am trying to use the sendkeys function from within a perl TK program. If the window that I am sending the keystokes to is not the active window, the...
3 Dec 7, 2001
10:30 am

erngui
Send Email

Hi, GuiTest version 1.3 is out. From the README: 1.30 Sat Dec 1 20:50:02 2001 - Fixed bad POD formating. Added podchecker and html pod generation to...
1 Dec 2, 2001
12:27 am

erngui@...
erngui
Send Email

Positioning the mouse can be readily achieved using Win32::API, but clicking the mouse is much harder. Any chance of adding this to Win32::GuiTest and calling...
3 Dec 2, 2001
12:25 am

erngui@...
erngui
Send Email

Hello, I am new to this so any help will be much appreciated. When attempting to install, I get the following error: "Error installing package...
3 Nov 15, 2001
1:09 am

Huber, John
wjhuber
Send Email

Hi, version 1.2 is out. From the README: - Added GetComboText, GetComboContents, GetListText and GetListContents to allow easy extraction of data from list and...
1 Nov 4, 2001
8:58 pm

erngui@...
erngui
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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