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

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

Hi, I have just signed up to this group. I have been browsing around but couldnt find the answer to this question. Can GuiTest be used to check the contents of...
1 Aug 25, 2004
3:16 pm

allblackswinagain
allblackswin...
Send Email

Hi All, I have few basic questions on Perl GUI Test module. 1. What does the SendRawKey? What is the differnce between sendkeys and sendrawkey? 2. Whats the...
2 Aug 13, 2004
5:17 pm

coolrobd
Send Email

Hi All I'm trying to automate the running of a windows-based program and since I'm an experienced PERL user, I thought I'd give GUITEST a try. My problem is...
3 Aug 4, 2004
9:37 am

Peter G. Martin
scribepeterm
Send Email

I have now master the use of SendMessage and PostMessage with regards the sending of text to a window. When you know how it is very simple! I could either...
1 Aug 2, 2004
12:01 pm

coolrobd
Send Email

Hello, I would like to use the RawKey code (VK_*) with the IsKeyPressed function, is it possible ? I'd like to be able to use it because I can't use my numeric...
1 Aug 2, 2004
12:01 pm

xzx_xstephx_xzx
Send Email

Let me start by explaining what I am trying to achieve. Basically the Quake engine has a console window that sits behind it, I believe this to be a child...
9 Aug 2, 2004
12:00 pm

coolrobd
Send Email

Would it be possible to change this command so a windowhandle could be specified. This would be a great piece of functionality. Thanks, Rob...
2 Aug 2, 2004
11:58 am

Gabor Szabo
gabor529
Send Email

Hi, I would like to read content of VB spread control(show up as SPR32x30_SpreadSheet in Spy window), but don't know how. Any help will be appreciated. ...
1 Jul 23, 2004
3:23 pm

shirley.luo@...
Send Email

I am using the .NET SDK that is free to download from the web site of Microsoft. I get the following error. ================================================== ...
3 Jul 20, 2004
11:15 am

Gabor Szabo
gabor529
Send Email

Yoni ben-shlosh said: ################################## i wanted to know if anyone knows of a way to automate TN3270 and/or Tandem telnets (Tandem is...
1 Jul 20, 2004
11:15 am

McMahon, Chris
cmcmahonloronix
Send Email

My most desired function. It wasn't there when I first looked into Guitest about a year ago. Even an ugly workaround or alternate tools suggestions would be...
2 Jul 19, 2004
3:50 pm

Chris Hilton
chris_hilton
Send Email

Is there a way thru perl to determine the number of processors running on a machine Thanks, Chris [Non-text portions of this message have been removed]...
2 Jul 19, 2004
3:45 pm

Chris Hilton
chris_hilton
Send Email

Got a problem, trying to do something quite different. I have a quake based game and it has a console. I am able to write to the window but think its the...
1 Jul 19, 2004
12:45 pm

coolrobd
Send Email

How do I go about calling an executable that has spaces in it. Below is what my code currently looks like which returns the error of: Couldn't find the file...
6 Jul 19, 2004
12:45 pm

Gabor Szabo
gabor529
Send Email

I am going over the examples in the eg directory of the distribution and encountered a couple of things that are not working on my XP. I'd like to fix them but...
1 Jul 18, 2004
1:51 pm

Gabor Szabo
gabor529
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