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 340 - 369 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
348
Hello all, Im new to this forum and perl for that matter. I have a problem I am hoping some of you have a solution for cause im stumped. I have a window with...
guiguy2001
Offline Send Email
Nov 19, 2003
10:57 am
349
I recently used ppm to install GuiTest to my perl 5.8.0 (activestate build 806). The version using the default ppm installs version 1.3 I tried downloading the...
feraldoc
Offline Send Email
Nov 19, 2003
10:58 am
350
We open a file, write ( append ) to it, and then close the file. When the system locks up we do not have the last 5 seconds of activity. If you have written...
Coleman Tom
tom_g_coleman
Offline Send Email
Nov 19, 2003
10:59 am
351
Is it possible to use the SendKeys command even if the window is not enabled or visible? Can you show me some example code to accomplish this if it is...
rodeldb1
Offline Send Email
Nov 24, 2003
6:21 pm
352
Hi Sir Peter, I've also done some automation but with MS Outlook however when my Screen is locked my guitest script does not run properly. Outlook is still in...
rodeldb1
Offline Send Email
Nov 24, 2003
6:22 pm
353
I have exactly the same problem I not in a position to be able the compile the package myself and I can't move back to perl 5.6. Does any kind sole have a...
Dave Coutts
mr_coutts
Offline Send Email
Nov 24, 2003
6:22 pm
354
I had the same problem and error message. I have been able to install it following the generic install procedure, that is: makefile.pl nmake... etc. I don't...
pedropanos
Offline Send Email
Nov 24, 2003
6:36 pm
355
A couple of thoughts: 1) Make sure you have Win32::GuiTest **version 1.49.2** installed. That's when SendRawKey was introduced. Now if you've ...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Nov 24, 2003
10:57 pm
356
The window would need to be enabled. I don't believe I've tried with an invisible window, but I would think it would be as simple as: my ($window) =...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Nov 24, 2003
11:09 pm
357
Is there any documentation of all of the functions and available constants? If so, may I recommend that it be posted on the group's files? Thanks!...
feraldoc
Offline Send Email
Nov 25, 2003
4:35 pm
358
Has anyone come across or used any other analogous commercial products for automating windows apps (specifically toolkits, not just Segue, etc.). Some time...
jessica5712a
Offline Send Email
Dec 4, 2003
10:14 am
359
Jessica, Perhaps you could tell us a bit about your project (No-IP required), and we could give you a little more direction. Thanks, Kristofer Hoch. Quality...
Kristofer Hoch
kristoferhoch
Offline Send Email
Dec 4, 2003
4:11 pm
360
I use PushButton in quite a number of my test scripts .. occasionally for some reason the button only bumps but does not depress. This has happened on the...
guiguy2001
Offline Send Email
Dec 17, 2003
4:28 pm
361
Sleep 1 second before clicking the button and the problem should be gone. guiguy2001 <guiguy2001@...> wrote:I use PushButton in quite a number of my test...
Houwen Zhang
houwen2
Offline Send Email
Dec 17, 2003
6:07 pm
362
Probably my question is too trivial but I'm a starter. I just started to use the guitest module. I need to test a website like this messge board. Assume I want...
Zia Beheshti
sabapooya2000
Offline Send Email
Dec 29, 2003
12:13 pm
363
If your application for test is a website GuiTest may not be your best tool. GuiTest is more geared to a Win32App. You may be able to use Sendkeys and mouse...
Steven Swenson
talwyn
Online Now Send Email
Jan 5, 2004
10:13 am
364
Is there a way to capture the contents of an Edit box? I have tried GetComboContents on the edit window but it did not work. Thanks, Steve...
ste88llo
Offline Send Email
Jan 5, 2004
10:13 am
365
Gennady: Thank you very much. Version 1.49 installed in ActivePerl 5.8.0 very nicely. Samie appears to still be functioning also. Now all I need to learn is...
iamparke
Offline Send Email
Jan 5, 2004
10:15 am
366
Hello, Give WMGetText() a try. Regards, Dennis K. Paulsen ... work....
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 6, 2004
2:24 am
367
I think I'm missing something. I don't see any way to move to a text box except for purhaps x,y, but the text boxes may be moved on the screen between testing...
Steve West-Fisher
westfisher
Offline Send Email
Jan 6, 2004
5:28 pm
368
Hello, Assuming you are using Win32::GuiTest on a Windows platform; I'll try and answer your question below... However, if you are instead using X11::GUITest...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 7, 2004
11:50 pm
369
Hi I'm relatively new to perl. Is it possible to use sendkey to send data stored in a previously defined variable....
Mike
muddflap3
Offline Send Email
Jan 12, 2004
7:40 pm
Messages 340 - 369 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