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...
Show off your group to the world. Share a photo of your group with us.

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 545 - 574 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
545
... After looking at the source and the MSDN documentation my understanding is that you can only send ketboard events to the window which currently has the...
Gabor Szabo
gabor529
Offline Send Email
Aug 2, 2004
11:58 am
546
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,...
coolrobd
Offline Send Email
Aug 2, 2004
12:00 pm
547
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...
xzx_xstephx_xzx
Offline Send Email
Aug 2, 2004
12:01 pm
548
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...
Yaron
yaronkretchmer
Offline Send Email
Aug 2, 2004
12:01 pm
549
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...
coolrobd
Offline Send Email
Aug 2, 2004
12:01 pm
550
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 ...
Chris Hilton
chris_hilton
Online Now Send Email
Aug 2, 2004
3:52 pm
551
... 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'; ...
Peter G. Martin
scribepeterm
Online Now Send Email
Aug 4, 2004
9:37 am
552
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...
Nagarajan M
naga_cit
Offline Send Email
Aug 11, 2004
12:08 pm
553
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...
coolrobd
Offline Send Email
Aug 13, 2004
5:17 pm
554
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...
Alexis Altazin
aaltazin
Online Now Send Email
Aug 25, 2004
3:16 pm
555
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...
allblackswinagain
allblackswin...
Offline Send Email
Aug 25, 2004
3:16 pm
556
... user ... script. ... to ... is ... There is a Win32 API call named 'BlockInput' that does what I believe you wish to do. Here is a Perl fragment that...
Michael Rabinovitz
rabinov
Offline Send Email
Aug 26, 2004
12:16 am
557
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...
oakpark91345
Offline Send Email
Aug 31, 2004
7:58 pm
558
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...
Dan Bennett
foxcorner
Offline Send Email
Sep 8, 2004
12:02 pm
559
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...
calltoprashant
Offline Send Email
Sep 8, 2004
2:05 pm
560
... It would be much easier to guess if you sent in the code you are running that gives you this error message. regards Gabor...
Gabor Szabo
gabor529
Offline Send Email
Sep 8, 2004
2:05 pm
561
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...
robert529742
Offline Send Email
Sep 8, 2004
2:05 pm
562
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...
robert529742
Offline Send Email
Sep 8, 2004
2:05 pm
563
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...
Nagarajan M
naga_cit
Offline Send Email
Sep 8, 2004
2:05 pm
564
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...
Dan Bennett
foxcorner
Offline Send Email
Sep 8, 2004
2:06 pm
565
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...
Chris Hilton
chris_hilton
Online Now Send Email
Sep 8, 2004
4:02 pm
566
... maybe /Pro\/ENGINEER 2001.*Setup/ Gabor...
Gabor Szabo
gabor529
Offline Send Email
Sep 12, 2004
12:56 pm
567
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...
robert529742
Offline Send Email
Sep 12, 2004
12:56 pm
568
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...
Dan Bennett
foxcorner
Offline Send Email
Sep 12, 2004
12:58 pm
569
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,...
Coleman Tom
tom_g_coleman
Offline Send Email
Sep 12, 2004
12:59 pm
570
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...
Jacob Glide
glid82
Offline Send Email
Sep 12, 2004
1:01 pm
571
Hello, I was looking a way to select the textbox and the button of the application I would like to drive. ...
ykozlo
Offline Send Email
Sep 12, 2004
1:01 pm
572
Yes "there is more than a way do do the job". Well, Vb code: textbox = FindWindowEx(myapp, 0&, "edit", vbNullString) Perl code: my ($textbox) =...
ykozlo
Offline Send Email
Sep 12, 2004
1:02 pm
573
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...
ykozlo
Offline Send Email
Sep 12, 2004
1:03 pm
574
SPY++ is the basic one to use, however, "Winspector" does a much better job and its free. here's the link http://www.windows-spy.com/ there's a lot in it, much...
Stuart Arnold
sarnold_688
Offline Send Email
Sep 12, 2004
8:23 pm
Messages 545 - 574 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