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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 318 - 347 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
318
I'm new to Win32::GuiTest and not super-proficient in perl. All I want to do is open the Win32 app to be tested and hit File->New from the menubar. I am trying...
yowshuflop
Offline Send Email
Sep 10, 2003
3:56 pm
319
The problem could be related to msg#221 as you are maximizing (/max) the window when you start it. If this is the case, it will require that the fix mentioned...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Sep 11, 2003
3:58 pm
320
There is a known problem with this function and it is documented in msg #221. It happens when an MDI window is maximized.... If this is not the problem you...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Sep 11, 2003
4:00 pm
321
Hi, maybe there is someone who can help me. I need to drag with the mouse while pressing a shift modifier. Is this possible with the actual package of...
michael_kuss_perfcon
michael_kuss...
Offline Send Email
Sep 15, 2003
10:40 am
322
Hi all! I'm new to GuiTest and quite impressed with the functionality! I'm using to automate access to some GUI applications which I want to run as a...
mark60050
Offline Send Email
Sep 15, 2003
3:56 pm
323
I apologise in advance if this is not the right forum for the posting.... We have a long term contract position for someone with - a. PERL/Win32 programming...
amarpanchal
Offline Send Email
Sep 15, 2003
4:40 pm
324
mark60050: ... I'm doing almost exactly what you're doing -- (5 minutes later and on Win2000). Tasks run ok when I'm at home in bed -- but with some of the...
Peter G. Martin
scribepeterm
Offline Send Email
Sep 16, 2003
10:10 am
325
Hi, I know about (simple) modules in .pm files, but I don't know about the .xs-files. So maybe this is a boring question for you experts: In the file...
michael_kuss_perfcon
michael_kuss...
Offline Send Email
Sep 18, 2003
2:30 pm
326
use Win32::GuiTest qw/:ALL/; use warnings; # use strict; $a = "Loop got a call from test_run.\n"; $b = "Pause got a call from loop.\n"; $c = "Loop got a call...
j00j00633
Offline Send Email
Sep 18, 2003
2:30 pm
327
Just wondering... ~ means ENTER + means SHIFT ^ means CTRL % means ALT How would I check to see if those keys are pressed in IsKeyPressed ();? Or is it...
j00j00633
Offline Send Email
Sep 18, 2003
2:30 pm
328
Hi, wouldn't it be nice, if the SendMouse command supported modifier keys ('^', '%', '+') as the SendKeys command does? (I need to drag an object while...
michael_kuss_perfcon
michael_kuss...
Offline Send Email
Sep 18, 2003
2:30 pm
329
mark60050: ... I'm doing almost exactly what you're doing -- (5 minutes later and on Win2000). Tasks run ok when I'm at home in bed -- but with some of the...
Peter G. Martin
scribepeterm
Offline Send Email
Sep 18, 2003
2:30 pm
330
I sympathize with Greg, there are funtions (e.g. those added in 1.2) that are not in the function list, and have no description or parameter information, at...
kirby_laurence
Offline Send Email
Sep 19, 2003
9:51 am
331
I thought I heard a volunteer there for a moment; and maybe not... Regards, D...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Sep 21, 2003
10:16 pm
332
I couldn't volunteer if I wanted to. More's the pity. I just started with the module last week, and I'm still experimenting to see what types of button...
kirby_laurence
Offline Send Email
Sep 23, 2003
10:35 am
333
Hi all, Thanks for reading my query. I have an urgent query reagarding the web application testing. The scenario is : There is a complete web application. The...
netsmartz_satish
skarora27
Offline Send Email
Sep 25, 2003
12:33 pm
334
To the list, I have recently downloaded and installed the tool and now am in the need of a tutorial. Is there a tutorial on how to get started?? Thanks, Ken...
Ken
krc2700
Offline Send Email
Oct 1, 2003
5:51 pm
335
Ken, I went through the newbie stage 6 months ago, and can tell you that most of this module is learned by trial and error. I've copied in two sub routines I...
Mike Springer
mspringer3187
Offline Send Email
Oct 3, 2003
9:45 am
336
The examples under the eg/ will be most helpful in addition to the core module documentation (README.txt or `perldoc Win32::GuiTest`)... Also, having a copy...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Oct 3, 2003
6:16 pm
337
... http://msdn.microsoft.com/library/default.asp ... Version: 3.12 GIT d s+:++ a C++ UL++ US+ P+++ L++ W+++ w PS PE t++ b+ G e r+++ z++++ ... ...
Kristofer Hoch
kristoferhoch
Offline Send Email
Oct 25, 2003
1:29 pm
338
Is it possible to use the make that comes with Dev-cpp from http://www.bloodshed.net/ to build this module. I prefer indigoperl over activestate...
ste88llo
Offline Send Email
Oct 29, 2003
10:45 am
339
Hello, I am new to perl and win32::guitest. I thought I would give it a try after hearing about it at a conference in Portland. I have several independent...
marisalburt
Offline Send Email
Oct 30, 2003
9:53 am
340
I'm trying to test a program that was built with ILOG and so exports no useful subwindows to be found by FindWindowLike. Hence, all interaction has to be done...
miles_gould
Offline Send Email
Nov 7, 2003
5:47 pm
341
I have a similar situation. The way I solved it was to move the window to a known location on the screen. Be sure to account for different screen resolutions...
ted
alpha6988
Offline Send Email
Nov 8, 2003
11:18 am
342
... window ... Thanks! I'd thought of that, but couldn't see how to do it - I couldn't see anything like MoveWindow or SetWindowRect in Win32::GuiTest, and I...
miles_gould
Offline Send Email
Nov 10, 2003
10:25 am
343
Provided you are using Win32::GuiTest v1.49 or later (available from the Files section of this Yahoo! group) a SetWindowPos method is available. Below is an...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Nov 13, 2003
7:57 am
344
Hello, Message #307 (http://groups.yahoo.com/group/perlguitest/message/307) in this group might be nice to take a look at. Probably not what your really...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Nov 13, 2003
8:08 am
345
I'm not too familiar with that compiler or distribution of Perl, however I loaded both up the other day and noticed, that it seemed the make that comes with...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Nov 13, 2003
8:16 am
346
Has anyone had any experience using GUITest with Foxpro Applications? I'd be interested in hearing your experiences. Some of these apps use foxpro classes and...
talwyn
Offline Send Email
Nov 16, 2003
1:56 pm
347
When I try to run the rawkey.pl test program, I get the following error: "FUNC" is not defined in %Win32::GuiTest::EXPORT_TAGS at ...
nmarino
Offline Send Email
Nov 18, 2003
9:28 pm
Messages 318 - 347 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