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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 675 - 704 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
691
I brielfy took a look at implementing ToolBar support a month or so ago, but I haven't had much time lately... :-( ... detect a ... tip, and get ... clever ......
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 8, 2005
5:53 pm
692
Once upon a time I worked at a large computer manufacturing company; where due (primarily) to the cost of the proprietary tool (~45k/qtr) we needed to look at...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 8, 2005
7:45 pm
693
Hello, Thanks for your suggestions... <side note>To tell you the truth, I haven't heard much feedback to say where it is with relation to version 1.3x... And...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 8, 2005
7:57 pm
694
GetForegroundWindow will tell you if a given window is in the foreground... To determine which child window of a parent has the input focus, you can use...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jan 8, 2005
8:02 pm
695
Hi Dennis, I have used both perl and VBScript/COM...for testing . And I personally believe that for windows GUI testing there is nothing better than...
Sam Sudhakar
sush_1205
Offline Send Email
Jan 9, 2005
9:50 pm
696
Thanks for the info and that also confirmed my guess;) I was planing to try it out on a known application to confirm it. Regards, W Wang +-Wenjie Wang a.k.a...
Wenjie Wang
wiseagent2000
Offline Send Email
Jan 10, 2005
5:01 am
697
I've done something similar like following and it's simple and works fine with me: my $myToolbar = GetDNACallModeToolbar(); if ($myToolbar) { ...
Wenjie Wang
wiseagent2000
Offline Send Email
Jan 10, 2005
5:02 am
698
Hi Sam, The main reason I am interested in Win32::GuitTest is not that Win32::GuiTest is fully featured, stable and fast piece of software. First of all, it is...
pkaluski
Offline Send Email
Jan 10, 2005
6:55 am
699
Hi, can you let me know where can I find the resource ID of a button in a toolbar using spy ++ ? I could not find it. Thanks, Ofer. ... From: "Wenjie Wang"...
Ofer Ben-Yacov
oferby2
Offline Send Email
Jan 10, 2005
7:54 am
700
Hi, I don't think it's possible with Spy++. I would try using Visual Studio. Try to open executable file as a resource file. BTW, why do you need a resource id...
pkaluski
Offline Send Email
Jan 10, 2005
8:11 am
701
Hmm... To be honest I am a little bit surprised that it really worked for you. Could you please provide me with more details: 1. What type of control is it...
pkaluski
Offline Send Email
Jan 10, 2005
9:13 am
702
1. launch your app and then launch spy++ 2. clicking on "find" toolbar button, using "find tool" and drop the cursor to the control you're going to inspect; or...
Wenjie Wang
wiseagent2000
Offline Send Email
Jan 11, 2005
6:48 am
703
I'm using function Win32::Guitest::PushChildButton($ParentWnd, $BtnID, $delay); In my case, there are moer then one button have the same window title and I...
Wenjie Wang
wiseagent2000
Offline Send Email
Jan 11, 2005
6:48 am
704
The toolbar itself is dialog based class "#32770 (Dialog)" with button, combo and other controls. The toolbar is attached to window's rebar. It has more than...
Wenjie Wang
wiseagent2000
Offline Send Email
Jan 11, 2005
6:49 am
Messages 675 - 704 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