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 661 - 690 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
661
Jon Snow: ... Someone will undoubtedly correct me if I'm wrong, but I have a distinct recollection of a standard warning somewhere to the effect that if you...
Peter G. Martin
scribepeterm
Online Now Send Email
Dec 2, 2004
7:00 am
662
Thanks Jon. I can try GuiTest 1.3 and see if it has enough of the functions I need. It looks like I can't go with 1.5-AD since it's not compatible with perl...
Spiro Kourtessis
spiro_kourte...
Online Now Send Email
Dec 2, 2004
7:04 am
663
I'm getting the following error from Win32-GuiTest--setfocus-1.50.zip: "SetFocus" is not exported by the Win32::GuiTest module What is the fix? I'm using...
llchen223
Online Now Send Email
Dec 5, 2004
7:48 am
664
Edit GuiTest.pm and add SetFocus to the export tags. For instance, line 102 looks like: WaitWindowLike SendRawKey Modify it to: WaitWindowLike SendRawKey...
Chris Hilton
chris_hilton
Online Now Send Email
Dec 6, 2004
6:25 pm
665
Does anyone know if there is a GuiTest like set of tools built for VBScript? Thanks,...
the_malcoms
Online Now Send Email
Dec 7, 2004
7:04 am
666
FYI - The latest ZIP of Win32::GuiTest (alternate distribution) can be found at: http://dkpinteractive.ath.cx Regards, D ... CVS...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Dec 11, 2004
5:34 am
667
Hi, Thanks for all the good work on this module. i have a very simple patch to recontribute. it implements a combobox index select. we already have combobox...
David Wang
dcwangmit01
Offline Send Email
Dec 11, 2004
8:22 am
668
Thanks. I've added a couple more useful combo box functions in the latest CVS build, available at http://dkpinteractive.ath.cx/ (under projects). Regards, D ...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Dec 23, 2004
8:52 pm
669
include : create,copy,paste,rename,rename sheet name, and delete ?...
guguqiaqia
Offline Send Email
Dec 27, 2004
10:15 am
670
You could try using Win32::OLE, as in the following example: http://forums.devarticles.com/archive/t-9451......
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Dec 28, 2004
4:34 am
671
Hi, I am using ActivePerl 5.6. 1. How can I copy this excel and renamed it,and paste in this directory ? 2. How can I rename its sheet name and create more...
guguqiaqia
Offline Send Email
Dec 28, 2004
6:21 am
672
Beginner, No better way then to dive in and check yourself out some good old Win32::OLE. It is a great way to learn. Regards. ... sheets ?...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Dec 28, 2004
3:51 pm
673
Win32::OLE is the best perl module ever written. You'll do yourself a favor learning it if you do a lot of work with Windows & Perl. ... From: Dennis K....
Asher, Scott
scottpriceasher
Offline Send Email
Dec 28, 2004
8:01 pm
674
True that: Win32::OLE is the best perl module ever written. many say so. Is there any good tutorials on it? To visit your group on the web, go to: ...
ab dk
cazaawi
Offline Send Email
Dec 30, 2004
6:27 pm
675
Hi, I'm trying to compile Win32::Guitest ver 1.50.2-AD on a Win XP Pro machine running ActivePerl 5.8.6 build 811. I have MS Visual C++ loaded, and ran...
Kevin Piantanida
contorni2000
Offline Send Email
Jan 4, 2005
2:35 am
676
This link might help get you going: Using Win32::OLE and Excel - Tips and Tricks- http://perlmonks.thepen.com/153486.html ...
Chris Hilton
chris_hilton
Online Now Send Email
Jan 4, 2005
4:53 pm
677
Is it complaining that disk full ? Kevin Piantanida <kpiantanida@...> wrote: Hi, I'm trying to compile Win32::Guitest ver 1.50.2-AD on a Win XP Pro...
Wenjie Wang
wiseagent2000
Offline Send Email
Jan 5, 2005
7:14 am
678
I am doing automation using Win32::GUITest for an application where I need to click on toolbar’s buttons to perform certain operations. I have no idea how to...
ved billorey
vedbillore
Offline Send Email
Jan 5, 2005
1:23 pm
679
I look forward to hearing of a "true" solution, where you can detect a toolbar by it's title, then select a button by it's id or tool tip, and get the button...
Coleman Tom
tom_g_coleman
Offline Send Email
Jan 5, 2005
6:14 pm
680
Wenjie, It says "invalid file or disk full", but I have 74GB of free space on my hard drive, so I don't think space is an issue. Tom, I tried compiling from...
contorni2000
Offline Send Email
Jan 6, 2005
5:44 am
681
I'm putting together a plan to transition our Visual Test tools to Perl. I'm guessing / hoping that others of you have done something similar. Could you share...
Coleman Tom
tom_g_coleman
Offline Send Email
Jan 6, 2005
7:09 am
682
Boy, you are brave!!! I am a strong supporter of free software and rarely resist the temptation to criticize commercial crap. But... You have to be aware, that...
pkaluski
Offline Send Email
Jan 6, 2005
8:40 am
683
Hi, I am currently working on a framework, which I believe can help creating and maintaining automation scripts for complex applications and scenarios. I would...
pkaluski
Offline Send Email
Jan 6, 2005
1:01 pm
684
Hi, This post is directed to people directly involved in development of Win32::GuiTest module. I post it here, because it may trigger some other usefull...
pkaluski
Offline Send Email
Jan 6, 2005
9:17 pm
685
... [snip] ... Why not trying to use something already available on your computer, just as M$ IE, It's a quite complicated GUI and I'm reading your message...
wenjie wang
wiseagent2000
Offline Send Email
Jan 7, 2005
5:55 am
686
... That's what I thought till I encountered a compile error with function GetFocus(); Win32 API has the signature of HWND GetFocus(void); while win32::guitest...
wenjie wang
wiseagent2000
Offline Send Email
Jan 7, 2005
5:57 am
687
... Well, my first impression was that IE does not use simple common controls. But after closer look it has occured that it does, so using IE as an example is...
pkaluski
Offline Send Email
Jan 7, 2005
11:37 am
688
Dear Piotr, There is a sample MFC App called Scribble that has several dialogs and other aspects of Windows development. You can find it and download it from...
Mark
mark0978
Offline Send Email
Jan 7, 2005
3:17 pm
689
A similar question was answered in this question http://groups.yahoo.com/group/perlguitest/message/664 Except the latest GuiTest.om file the line number to...
Paul Smith
_a_e_o_m_
Offline Send Email
Jan 7, 2005
3:27 pm
690
Hello, Searching the web indicates that this error may present itself if Service Pack 3 for Visual Studio needs to be installed. Or, if using the Learning...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 8, 2005
5:52 pm
Messages 661 - 690 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