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 your group to be featured on the Yahoo! Groups website? 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 1037 - 1066 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1037
All The code is great, and works like a charm, but i have an issue when i try and use a function called SelTabItemText i get the following error ...
ben_cuthbert
Offline Send Email
Sep 7, 2005
10:27 am
1038
Hi, SelTabItemText is available in version 1.50.3. You're probably using the older one. Get the most recent one from http://sourceforge.net/projects/winguitest...
Piotr Kaluski
pkaluski
Offline Send Email
Sep 7, 2005
10:30 am
1039
Thanks for the heads up, got the new version but had a problem on compile, can't seem to find windows.h header file C:\TEMP\WIN32-~1.3-A\WIN32-~1.3-A>nmake ...
ben_cuthbert
Offline Send Email
Sep 7, 2005
1:53 pm
1040
Would it be possible to add a function to do a find window by class that would allow people to pickup controls like "AfxFrameOnView42 " ...
ben_cuthbert
Offline Send Email
Sep 7, 2005
4:47 pm
1041
You can do this with the existing FindWindowLike() function, you just need to set the third parameter appropriately. Just "AfxFrameOnView42" will work for your...
Chris Hilton
chris_hilton
Online Now Send Email
Sep 7, 2005
4:53 pm
1042
In this case you usually want to ensure you run vcvars32.bat; which is included with VC. Otherwise you could download the zip package and run ppm to install...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Sep 7, 2005
11:19 pm
1043
Hey Piotr, Are you getting royalties from WinSpector? ;-) I haven't used it yet, but I think I'm going to try it sometime. Regards, D...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Sep 7, 2005
11:25 pm
1044
If he is, then I'm losing out! I've been promoting this for 2 years. PS, the developer, Russ, has been quite responsive to improvements and such. Drop SPY++,...
stuart arnold
sarnold_688
Offline Send Email
Sep 8, 2005
12:36 am
1045
... You are right, it may look like this. I am really enthusiastic about this tool because apart from its usefulness it is such an excellent example of a free...
Piotr Kaluski
pkaluski
Offline Send Email
Sep 8, 2005
6:29 am
1046
... the ... Hi Stuart, I'm quite intested in IESPY and would like to try it out ;-) where could I get it from? Regards, WWang +-Wenjie Wang...
wenjie wang
wiseagent2000
Offline Send Email
Sep 8, 2005
6:32 am
1047
you'll need to google for it. I got it about 2yrs ago. the address was listed, but unknown where it is now. You may be able to find others similar to it. ... ...
stuart arnold
sarnold_688
Offline Send Email
Sep 8, 2005
8:35 am
1048
I did try that search with the following code, and it does not seem to return anything. @w = FindWindowLike(undef,undef,"AfxFrameOnView42",undef,undef); ...
ben_cuthbert
Offline Send Email
Sep 8, 2005
11:33 am
1049
As far as I know it should be AfxFrameOrView42 not AfxFrameOnView42 ("Or" rather then "On"). -Piotr ... to ... just ... Just "AfxFrameOnView42" ... children ...
Piotr Kaluski
pkaluski
Offline Send Email
Sep 8, 2005
12:20 pm
1050
Sorry about that, changed it and i got some info back..... So once i have found the class id etc, how do i show what information is in that frame, is their a...
ben_cuthbert
Offline Send Email
Sep 8, 2005
1:38 pm
1051
*Ugh* The current method (I'll space you the XS code): THERE HAS TO BE A BETTER WAY! 1) Call up the context menu using MouseClick() or SendKeys() 2) Set up an...
rafelafrance
Offline Send Email
Sep 9, 2005
6:33 am
1052
Hi, Some time ago I was trying to find a solution for the same problem. I was thinking on the way to handle IE menu bar and its submenus. This problem is...
Piotr Kaluski
pkaluski
Offline Send Email
Sep 9, 2005
6:46 am
1053
Thank you for your reply. After sleeping on it I realized that I can... 1) Set up a trap to WM_INITMENUPOPUP 2) Call a mouse right click (the hot key should...
rafelafrance
Offline Send Email
Sep 9, 2005
9:23 pm
1054
I have not been successfull in sending a filepath to the screen because I do not know how to sendkeys a period, colon, or slash. Is it possible to sendkeys...
Johnny S
lo9ik
Offline Send Email
Sep 9, 2005
9:24 pm
1055
... R- ... Right ... Timing is a recurring problem in GUI testing. I would just add a 4th optional parameter (as you suggest). If later on someone finds a ...
Piotr Kaluski
pkaluski
Offline Send Email
Sep 9, 2005
9:34 pm
1056
"c:\\test.bak" should work ("\" has to be escaped by another backslash) -Piotr...
Piotr Kaluski
pkaluski
Offline Send Email
Sep 9, 2005
9:36 pm
1057
Curious, but are you trying to fill in an edit box or something like that? Sendkeys() is usually used for a keystroke sequence, eg, "ALT-F O " for "File...
stuart arnold
sarnold_688
Offline Send Email
Sep 9, 2005
11:12 pm
1058
Hi Dennis, I've checked out all files from the source forge. And I can't build it any more. I have noticed that it now uses Module::Build to build the module....
Piotr Kaluski
pkaluski
Offline Send Email
Sep 10, 2005
2:15 pm
1059
... IIRC I started to move over but have not finished it. I think Dennis went back to Makefile.PL try to ignore the Build.PL script Gabor...
Gábor Szabó
gabor529
Offline Send Email
Sep 11, 2005
8:17 am
1060
Hi, I have a small suggestion about GuiTest.pm file. Currently, while populating %EXPORT_TAGS we write several functions per line, and they are not ordered....
Piotr Kaluski
pkaluski
Offline Send Email
Sep 11, 2005
10:13 am
1061
go ahead Gabor...
Gábor Szabó
gabor529
Offline Send Email
Sep 11, 2005
10:27 am
1062
... the ... Done. ... handle. ... - ... Newbie mistake, sorry. Hwnd can be either the main dialog's or the control's handle in this case. ... Oops... I have...
rafelafrance
Offline Send Email
Sep 12, 2005
6:12 am
1063
Thank you very much, Please allow some time for reviewing your changes and putting them in the code base (it may take 2 weeks). I have just committed some ...
Piotr Kaluski
pkaluski
Offline Send Email
Sep 12, 2005
6:21 am
1064
All How do i work about the current x and y axis of the current window, and then ask the mouse to move to a certain point and click there. So that i can use...
ben_cuthbert
Offline Send Email
Sep 12, 2005
9:35 am
1065
Does anyone think that maybe this is the function i am looking for, which returns the current x and y cords of the current window GetWindowOrgEx ...
ben_cuthbert
Offline Send Email
Sep 12, 2005
12:22 pm
1066
All How does one hold the shift button down like SHIFT LEFT ARROW and then hit left arrow 4 times would it be SendKeys("{+}{LEFT 5}");...
ben_cuthbert
Offline Send Email
Sep 12, 2005
3:08 pm
Messages 1037 - 1066 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