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...
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 ...
You can do this with the existing FindWindowLike() function, you just need to set the third parameter appropriately. Just "AfxFrameOnView42" will work for your...
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...
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++,...
... 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...
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. ... ...
I did try that search with the following code, and it does not seem to return anything. @w = FindWindowLike(undef,undef,"AfxFrameOnView42",undef,undef); ...
As far as I know it should be AfxFrameOrView42 not AfxFrameOnView42 ("Or" rather then "On"). -Piotr ... to ... just ... Just "AfxFrameOnView42" ... children ...
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...
*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...
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...
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...
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...
... 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 ...
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...
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....
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....
... 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...
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 ...
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...