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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

Hello, I get an error when I try to use Win32::GUITest::DibSect ... #!/usr/bin/perl -w use Win32::GUITest; $ds = new Win32::GUITest::DibSect; my @windows =...
11 Nov 9, 2004
4:18 am

Nicole Sheldon
snikki326
Send Email

I compiled Win32-GuiTest for the latest ActivePerl 5.8.0 using VC6. It works for me. If you would like to test/use it, it is available from the following site:...
7 Nov 5, 2004
12:23 pm

prramya
Send Email

Hi I got a problem as described after the ----> ... module Win32::CaptureIE gets trapped (see below) Sample.pl: #!/usr/bin/perl Please Help : ProgressChange...
1 Nov 5, 2004
7:49 am

tosobz
Send Email

Thanks in advance for any info on this: with the version available via ppm from active-state, I cannot get at the text in a RICHEDIT box. (I am not a windows ...
4 Nov 5, 2004
12:16 am

a_c_attlee
Send Email

I am trying to use IsGrayedButton() in Win32-GuiTest-1.50.2-ad, but it always returns 0. Does anyone know if this is broken in this release, or does it only...
2 Nov 3, 2004
5:50 pm

Dennis K. Paulsen
ctrondlpaulsden
Send Email

Hi, I have a question on how I can iterate thru all the nodes in a tree control on a simple GUI app. The tree control is on the left pane of the GUI app....
3 Nov 3, 2004
9:21 am

mohamed rafeek
rafeekvsj
Send Email

Hello all, I am trying to ue the AO library to get the accessible objects within a treeview 32 form created by .net using c# . I can see the object information...
2 Oct 15, 2004
5:39 am

gilbertho21
Send Email

Hi I am new to this module and trying to do some GUI automation using Perl. The application I am trying to automate has many buttons and controls on it but...
3 Oct 11, 2004
5:34 am

Prajakta Mulay
prajaktamulay
Send Email

Hi, Have a look: http://www.piotrkaluski.com/automation/gui/gui_test_tut.html I am waiting for comments. The general suggestion is: * If you have comments on...
9 Oct 4, 2004
9:16 pm

Jacob Glide
glid82
Send Email

hi, I'm writing a script that produces a MsgBox but when i do that, i notice that control goes to the MsgBox window and the script waits for something to...
1 Oct 3, 2004
1:47 pm

dwaynekuan
Send Email

ok, I've read that in order to get the "make" method to work i need Visual C++. unfortunately i don't have that, so i have to resort to the ppm method. ...
2 Oct 3, 2004
12:31 pm

dwaynekuan
Send Email

I am glad to let you know that Ernesto gave two people Piotr Kaluski and myself moderator rights on the mailing list. As Ernesto wants the list to remain...
1 Oct 1, 2004
10:59 am

Gabor Szabo
gabor529
Send Email

Hello, I have been using the GuiTest package for automation data gathering. I have noticed that the PushChildButton() function is inconsitant, and occationally...
4 Oct 1, 2004
9:00 am

Coleman Tom
tom_g_coleman
Send Email

Hi, I am new to this module and trying out some functions. In FindWindowLike() function we nwwd to provide numeric id of window. can anybody tell me how to get...
5 Sep 14, 2004
2:23 pm

Danny R. Faught
sw_alchemist
Send Email

Hi again, Another question... There's a window which shows a progress bar and a "Cancel" button. When the task is finished, the "Cancel" button disappears and...
3 Sep 14, 2004
11:50 am

Dan Bennett
foxcorner
Send Email

Upon further research, you're essentially right saying it's the wrong sort of combo box, at least according to this microsoft.public.vb.winapi newsgroup: ...
2 Sep 14, 2004
11:49 am

robert529742
Send Email

Still having grief getting the text out of a combo box :( Could one of you clever chaps post me a short snippet of code that sucessfully manages to get text...
1 Sep 14, 2004
10:35 am

robert529742
Send Email

how does one send ctrl + left click? Where can I get the latest win32::GuiTest? CPAN has an old version, I remember seeing a newer one somewhere else. thanks,...
2 Sep 13, 2004
4:07 pm

Chris Hilton
chris_hilton
Send Email

ok I don't understand anymore, previous code was my $WM_SETTEXT="\x0C"; It appear that $WM_SETTEXT is a string I Don't remenber how to affect an hexa to a...
1 Sep 12, 2004
1:03 pm

ykozlo
Send Email

Yes "there is more than a way do do the job". Well, Vb code: textbox = FindWindowEx(myapp, 0&, "edit", vbNullString) Perl code: my ($textbox) =...
1 Sep 12, 2004
1:02 pm

ykozlo
Send Email

Hello, I was looking a way to select the textbox and the button of the application I would like to drive. ...
1 Sep 12, 2004
1:01 pm

ykozlo
Send Email

1. You should probably try running your code with the -w switch to Perl (perl -w program.pl) or add the 'use warnings' pragma to your code; among possibly...
2 Sep 12, 2004
12:56 pm

robert529742
Send Email

Hi all, I'm trying to use Win32::GuiTest to automate the installation of an application. I'm trying to get FindWindowLike() to spot when a window appears with...
2 Sep 12, 2004
12:56 pm

Gabor Szabo
gabor529
Send Email

Hi, I'm new to Guitest, and fairly new to Perl. :-) I'm planning to automate the running of some benchmarks on WinXP, and Guitest looks like it'll be ideal for...
1 Sep 8, 2004
2:06 pm

Dan Bennett
foxcorner
Send Email

Hi, I think there is no way to identify paricular tray icon as a object. But still you can identify the trayicon by its tool tip and move mouse over there then...
1 Sep 8, 2004
2:05 pm

Nagarajan M
naga_cit
Send Email

Hey. My first posting to this group, be gentle! I am having problems with a bit of code to retrieve the contents of a combo box. I can identify the box, get...
1 Sep 8, 2004
2:05 pm

robert529742
Send Email

Hi. Apologies if this is a double post. I am having some problems with the GetComboContents and/or GetComboText functions. Having identified the combo box I...
1 Sep 8, 2004
2:05 pm

robert529742
Send Email

Hi Gurus, I am trying to avoid using Sendkyes( {TAB}..) to put focus on some controls and instead use SetFocus to be more confident on which control I am...
10 Sep 8, 2004
2:05 pm

Gabor Szabo
gabor529
Send Email

I have a windows xp system that has a 3rd party applet in the systray that I need to launch to then have act on. How can I open the applet from the command...
1 Aug 31, 2004
7:58 pm

oakpark91345
Send Email

My experience using GuiTest with Microsoft Outlook is that the user can touch their mouse or keyboard during execution of the GuiTest script causing the...
5 Aug 26, 2004
12:16 am

Michael Rabinovitz
rabinov
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