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 259 - 288 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
259
Hi, I'm new to this forum. Havent yet downloaded the tester yet, and wanted to find out the limitations of any. for eg., how do i script mouse click on a...
shsk7203
Offline Send Email
Jul 3, 2003
12:30 pm
260
Hi, I am new to this forum. I am unable to figure out why I cant seem to send input to the textbox in my Application. My code: use Win32::GuiTest...
shsk7203
Offline Send Email
Jul 3, 2003
12:30 pm
261
The thread started by this message might help: http://groups.yahoo.com/group/perlguitest/message/244 Ernesto. ... to ... but...
Ernesto Guisado
erngui
Offline Send Email
Jul 3, 2003
12:34 pm
262
Thanks, but I'm afraid it doesnt. The app I'm testing is a simple VB application which uses frames. Replacing the app with notepad, I was able to watch the...
shsk7203
Offline Send Email
Jul 3, 2003
2:25 pm
263
A couple of thoughts on this: * Your application may be taking more then 3 seconds to load up, display applicable windows, and become ready for keyboard input,...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jul 4, 2003
12:17 am
264
I'm not familiar with that window class. Is it a standard one or are you using a third party grid control? Without more details I can only guess that there...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jul 4, 2003
12:24 am
265
A mouse click could be done, but one can also just use the following to "click" on a Cancel button: PushButton("Cancel"); P.S. If you download Win32-GUITest,...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jul 4, 2003
12:29 am
266
What is the difference if it is standad or not ? What can I say is that this GXWND control is included in Clarify client. That's all. Regards. ... From: Dennis...
Maricel Ciupitu
mciupitu2002
Offline Send Email
Jul 4, 2003
6:20 am
267
Thanks a bunch. Wonderful information. After a few debug tricks I just realised that the problem lies elsewhere. Once my Powersafe App loads, it's like the app...
shsk7203
Offline Send Email
Jul 4, 2003
9:58 am
268
Hi, I tried to run the notepad_text.pl script from egs., but I get a compile error on gettext. I figured it had something to do with user32.lib. Do I need to...
shsk7203
Offline Send Email
Jul 4, 2003
1:35 pm
269
Do not know how or why, since the code is still the same, but the script works for me now. Thanks. ... so ... seconds ... search ... <shsk7203@y...> ... cant ...
shsk7203
Offline Send Email
Jul 4, 2003
1:35 pm
270
One other observation... When you call PSActions, you aren't use the Windows start command, so the system() call will wait for PSActions to exit before it...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jul 4, 2003
4:04 pm
271
Hi all, I've seen postings and stuff on the net regarding WaitWindow(). It says its in win32::guitest, but I see references to an X11:guitest when i search. ...
Stuart Arnold
sarnold_688
Offline Send Email
Jul 6, 2003
1:44 pm
272
Based on your question, it seems you could use WaitWindow. If your message box or dialog box includes the result (Success/Fail) in its caption you can do...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jul 6, 2003
8:46 pm
273
Hello, After I got an error on trying to run the notepad_text.pl, I tried a no. of other commands like SetFocus, GetText etc, all of which gave me errors on...
shsk7203
Offline Send Email
Jul 7, 2003
9:58 am
274
A couple of thoughts: Make sure Win32::GuiTest is installed properly. Message #239 located at http://groups.yahoo.com/group/perlguitest/message/239 may be of ...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jul 7, 2003
6:28 pm
275
Hi I have a Win32 based application developed using Developer 2000 Forms I would like to automate the testing process using Perl win32 guitest In some forms ,I...
KR Manohar
kr_manohar
Offline Send Email
Jul 8, 2003
5:44 am
276
Thanks Dennis, I had checked for installation of guitest.pm, and found that it was installed (ie the file was in the perl's lib) after I ran the install via...
shsk7203
Offline Send Email
Jul 8, 2003
8:51 am
277
There is a showmousemove.pl eg povided with the GuiTest package which you can use on your application to find the co-ordinates. -skanitkar ... Forms ... ...
shsk7203
Offline Send Email
Jul 8, 2003
8:52 am
278
Is it supposed to be there like the WaitWindow subroutine? Is that why notepad_text.pl does not work for me? Regards, -skanitkar...
shsk7203
Offline Send Email
Jul 8, 2003
2:37 pm
279
hi Thanks for your suggestion. I couldn't find this file Can you pls send it across Manohar shsk7203 <shsk7203@...> wrote: There is a showmousemove.pl eg...
KR Manohar
kr_manohar
Offline Send Email
Jul 8, 2003
3:42 pm
280
Get the window handle for the button, then call GetWindowRect on the window handle. You can calculate the coordinate you want to click on (somewhere in that...
Chris Hilton
chris_hilton
Online Now Send Email
Jul 8, 2003
3:55 pm
281
Sorry, it's the showmouse.pl file. Should be in the eg directory that you extracted. -skanitkar ... which ... Service....
shsk7203
Offline Send Email
Jul 9, 2003
10:23 am
282
Hi, I want to check for invalid values in a textbox control. On entering invalid values, a warning dialog pops up. Is there somw way in which I can extract the...
shsk7203
Offline Send Email
Jul 14, 2003
7:15 am
283
Hi, I was wondering how I can elegantly code it such that I can use WMGetText on a particular input Text box in the current Active window. Currently, I used...
shsk7203
Offline Send Email
Jul 14, 2003
7:23 am
284
If the VB application is coded elegantly, each of the text boxes would have a meaningfull caption/name assigned to them; which could then be read and used to...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Jul 14, 2003
12:17 pm
285
Is there a comprehensive list of win32::GuiTest functions and parameters? Thanks, Greg...
gregandrosco
Offline Send Email
Jul 14, 2003
10:38 pm
286
Hi folks, Please ignore my earlier two emails regarding getting text from particular text box and warning Text from a dialog box. I found the Control Id of my...
shsk7203
Offline Send Email
Jul 14, 2003
10:38 pm
287
Found my solution: Winspy utility at http://www.catch22.org.uk/software/ gives me the control id of the warning Text. Foll code returns the warning text: ...
shsk7203
Offline Send Email
Jul 14, 2003
10:38 pm
288
Found my solution: Winspy utility at http://www.catch22.org.uk/software/ gives me the control id of the Text box. Foll code returns the warning text: #using...
shsk7203
Offline Send Email
Jul 14, 2003
10:38 pm
Messages 259 - 288 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