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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 103 - 132 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
103
Okay, I feel like an idiot here but PPM gives me this error: Can't find unicode character property definition via main->e or e.pl at unicode/Is/e.pl line 0 ...
scottshea
Offline Send Email
Jul 10, 2002
9:10 pm
104
Hi, looks like a problem with ppm versions. Is GuiTest the first module you've tried to install or have you successfully installed other modules? Could you...
erngui
Offline Send Email
Jul 15, 2002
11:49 pm
105
is possible possible to test for keypresses for keys with modifiers, like alt+s?...
amorphis_bwd
Offline Send Email
Jul 17, 2002
3:17 am
106
... modifiers, ... At the moment no. At first IsKeyPressed only supported things like "A", "C" or "Z". I extended it to support "ESC", "F11",.. Looks like I...
erngui
Offline Send Email
Jul 17, 2002
12:56 pm
107
I'm new to Win32::GuiTest and am having trouble trying to understand how to do some things. For a simple example, I can't see how to access the "File" menu in...
jimfromf1
Offline Send Email
Jul 17, 2002
9:24 pm
108
# This example closes Notepad through the menu if it is in the # foreground. Note: Options are available for MenuSelect to close # windows which aren't in the...
ctrondlpaulsden
Offline Send Email
Jul 18, 2002
4:49 pm
109
Thanks for the reply! --- but unfortunately I'm having problems with "MenuSelect". "MenuSelect" doesn't seem to be exported by Win32::GuiTest and I get the...
jimfromf1
Offline Send Email
Jul 18, 2002
5:42 pm
110
Ahhh, I see now. I was using version 1.31 from CPAN. I just saw the announcement about 1.49 being available (but not in CPAN yet). I just installed 1.49 and...
jimfromf1
Offline Send Email
Jul 18, 2002
5:51 pm
111
Hi, I wouldlike to use the Perl "TestGui" lib to test a Java GUI but when I try to send a mouse event to the GUI like this: ...
Mathieu Mailhot
shiftibm
Offline Send Email
Jul 24, 2002
1:39 pm
112
In your message you mention SendKeys. I'm not sure if this was a typo in your message, but you will most likely want to use SendMouse instead (for mouse...
ctrondlpaulsden
Offline Send Email
Jul 24, 2002
2:16 pm
113
HI There, Could anybody please give the URL to, or the Win32::GuiTest-1.49 Ver. Thanks...
one72214
Offline Send Email
Jul 24, 2002
11:59 pm
114
http://groups.yahoo.com/group/perlguitest/files/Win32-GuiTest-1.49.zip one72214 <one72214@...> wrote: HI There, Could anybody please give the URL to,...
Steve DeRidder
verticaltier
Offline Send Email
Jul 25, 2002
12:32 am
115
I'm running version 1.49 of Win32-GuiTest on Windown NT 4.0. How can I maximize a window through Win32-Guitest which was minimized by a click on the '_' button...
wiwowwr
Offline Send Email
Jul 25, 2002
3:37 pm
116
Hi, I'm trying to do.... Sendkeys("{HOME}+{END}") ...but it doesn't seem to work as expected. It seems that what's actually being sent to the AUT is...
jimfromf1
Offline Send Email
Jul 25, 2002
8:38 pm
117
This code should work for you: #!/usr/bin/perl use strict; use warnings; # P.S. I'm using Win32::GuiTest version 1.49-2, available from the Files section of...
ctrondlpaulsden
Offline Send Email
Jul 25, 2002
11:48 pm
118
Hi, ... I just tried this on my NT box (using 1.49.2): Win32::GuiTest::SendKeys(qq({PAU 5000}{HOME}+{END})) Then I switched over to VC++ and 5 seconds later...
erngui
Offline Send Email
Jul 26, 2002
9:09 am
119
Hi Ernesto, Thanks for testing it and getting back to me! After more testing, it turns out that it works fine on my Windows 2000 box and fails on my Windows XP...
jimfromf1
Offline Send Email
Jul 26, 2002
4:07 pm
120
Hi Members! I need to write an script which need to copy a little text at fixed position of an Windows application screen and paste it to another one. Anyone...
hellarleo
Offline Send Email
Jul 31, 2002
3:26 pm
121
Here is a patch to get version 1.3 to work out of the box with cygwin perl. All of the tests in test.pl pass but that is the extent of my testing. I have not...
jonathanalbrecht
jonathanalbr...
Offline Send Email
Jul 31, 2002
4:40 pm
122
Jim, I had a chance to use Ernesto's example on my Windows XP Home system using Notepad and it worked as expected. If you haven't already and want to, give...
ctrondlpaulsden
Offline Send Email
Aug 7, 2002
8:47 pm
123
If it is something like an edit control, you should be able to use WMGetText to obtain the text and WMSetText to display it on another. ... one....
ctrondlpaulsden
Offline Send Email
Aug 7, 2002
8:54 pm
124
First, Thanks for your help. However, after use that functions in my code, the text that I get was the window text caption, not the data text that I need get. ...
hellarleo
Offline Send Email
Aug 8, 2002
4:25 pm
125
First, Thanks for your help. However, after use that functions in my code, the text that I get was the window text caption, not the data text that I need get. ...
hellarleo
Offline Send Email
Aug 8, 2002
4:25 pm
126
I will be out of the office from 08/02/2002 until 08/19/2002. I will respond to your message when I return. Please contact Bret Barclay (x4114) regarding any...
mike.derobio@...
AntonioDiablo
Offline Send Email
Aug 9, 2002
6:06 am
127
Here is some sample code which should help. If it does not, maybe you can tell us more specifics, like what type of controls you are dealing with... # Sample...
ctrondlpaulsden
Offline Send Email
Aug 9, 2002
1:51 pm
128
I am using Win32::GuiTest 1.3. I am using ssh to access a remote NT4 box. I can use spy--.pl to see that any gui apps like notepad are started and have windows...
jonathanalbrecht
jonathanalbr...
Offline Send Email
Aug 12, 2002
3:08 pm
129
Hi, If I open and close my Java software, FindWindowLike still reports my window (i.e. It can find my window even if it's close.). I'm using this code: ...
shiftibm
Offline Send Email
Aug 14, 2002
12:29 pm
130
It's a Java problem... forget this question! ... reports ... using...
shiftibm
Offline Send Email
Aug 15, 2002
4:06 pm
131
I found this report to be of interest - its downloadable but costs $$ - the report discusses self IT career assessment within Information Technology and career...
john0502_akers
Offline Send Email
Sep 11, 2002
6:04 pm
132
hello there am new to Win32::GuiTest (Perl) can anybody tell me where can i get basic tutorial of how to use Win32::GuiTest (Perl) fucntions ? regards ...
parikshit_nadkarni
parikshit_na...
Offline Send Email
Sep 20, 2002
11:02 am
Messages 103 - 132 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