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
Messages 546 - 575 of 1818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
546 coolrobd Send Email Aug 2, 2004
12:00 pm
Back to basic's I am afraid, I have looked into it and just can't figure it out, it just will not work, so now trying to get the calculator to accept keys,...
547 xzx_xstephx_xzx Send Email Aug 2, 2004
12:01 pm
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...
548 Yaron
yaronkretchmer Send Email
Aug 2, 2004
12:01 pm
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...
549 coolrobd Send Email Aug 2, 2004
12:01 pm
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...
550 Chris Hilton
chris_hilton Send Email
Aug 2, 2004
3:52 pm
You might want to download the latest zip package from the Files area of this Yahoo! group and look at the examples in the eg directory. 1) Identify window ...
551 Peter G. Martin
scribepeterm Send Email
Aug 4, 2004
9:37 am
... No mouse clicks, but here's a routine I'm using with FrameMaker which adds filenames to a FrameMaker book. use Win32::Process; use Win32::GuiTest ':ALL'; ...
552 Nagarajan M
naga_cit Send Email
Aug 11, 2004
12:08 pm
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...
553 coolrobd Send Email Aug 13, 2004
5:17 pm
Hi, First question I'll let the experts answer. Second quesion on the other hand I am more than qualified to answer. SendMessage sends commands to a window via...
554 Alexis Altazin
aaltazin Send Email
Aug 25, 2004
3:16 pm
Hi, I'm trying to get access and type to a combobox in Excel using Guitest 1.50.2. When I try to use SetFocus, I get the error message : "SetFocus"; is not...
555 allblackswinagain
allblackswin... Send Email
Aug 25, 2004
3:16 pm
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...
556 Michael Rabinovitz
rabinov Send Email
Aug 26, 2004
12:16 am
... user ... script. ... to ... is ... There is a Win32 API call named 'BlockInput&#39; that does what I believe you wish to do. Here is a Perl fragment that...
557 oakpark91345 Send Email Aug 31, 2004
7:58 pm
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...
558 Dan Bennett
foxcorner Send Email
Sep 8, 2004
12:02 pm
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...
559 calltoprashant Send Email Sep 8, 2004
2:05 pm
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...
560 Gabor Szabo
gabor529 Send Email
Sep 8, 2004
2:05 pm
... It would be much easier to guess if you sent in the code you are running that gives you this error message. regards Gabor...
561 robert529742 Send Email Sep 8, 2004
2:05 pm
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...
562 robert529742 Send Email Sep 8, 2004
2:05 pm
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...
563 Nagarajan M
naga_cit Send Email
Sep 8, 2004
2:05 pm
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...
564 Dan Bennett
foxcorner Send Email
Sep 8, 2004
2:06 pm
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...
565 Chris Hilton
chris_hilton Send Email
Sep 8, 2004
4:02 pm
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...
566 Gabor Szabo
gabor529 Send Email
Sep 12, 2004
12:56 pm
... maybe /Pro\/ENGINEER 2001.*Setup/ Gabor...
567 robert529742 Send Email Sep 12, 2004
12:56 pm
Hi, Thanks for the replies! I hoped to have all the element text from the GetComboContents call. When I got a list back ( garbage looking data but the correct...
568 Dan Bennett
foxcorner Send Email
Sep 12, 2004
12:58 pm
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...
569 Coleman Tom
tom_g_coleman Send Email
Sep 12, 2004
12:59 pm
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,...
570 Jacob Glide
glid82 Send Email
Sep 12, 2004
1:01 pm
Microsoft Spy++ will probably find your id, im not sure, it finds handles, i could of swore that findwindowlike() would find those if you didnt put in that...
571 ykozlo Send Email Sep 12, 2004
1:01 pm
Hello, I was looking a way to select the textbox and the button of the application I would like to drive. ...
572 ykozlo Send Email Sep 12, 2004
1:02 pm
Yes "there is more than a way do do the job". Well, Vb code: textbox = FindWindowEx(myapp, 0&, "edit", vbNullString) Perl code: my ($textbox) =...
573 ykozlo Send Email Sep 12, 2004
1:03 pm
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...
574 Stuart Arnold
sarnold_688 Send Email
Sep 12, 2004
8:23 pm
SPY++ is the basic one to use, however, "Winspector&quot; does a much better job and its free. here's the link http://www.windows-spy.com/ there's a lot in it, much...
575 Chris Hilton
chris_hilton Send Email
Sep 13, 2004
4:07 pm
You might try the following for ctrl + left click: SendRawKey(VK_LCONTROL); SendMouse("{LEFTCLICK}"); SendRawKey(VK_LCONTROL, KEYEVENTF_KEYUP); The latest...
Messages 546 - 575 of 1818   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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