Hai guys, This is Rafeek.it is my first mail to this group. i have developed one tool for iterating nodes in treeview control. here i show some sample scripts....
Hello, The following example works for me... Note the case sensitivity of "Win32::GuiTest"... #!/usr/bin/perl -w use Win32::GuiTest qw(:ALL); $ds = new...
Hello, Windows Explorer uses a SysTreeView32 control. There are no instructions in Win32::GuiTest "at this time", that will operate on a SysTreeView32...
IsGrayedButton can be used on radio buttons or check boxes... If you would like to check to see if a button window (i.e. OK, Cancel, etc., etc.) is disabled,...
Thanks in advance for any info on this: with the version available via ppm from active-state, I cannot get at the text in a RICHEDIT box. (I am not a windows ...
... hmmm... I tried that too, I think I am somehow not supplying the correct handles and/or other params. Maybe I am using the wrong data from WinSpy ....
Hi I got a problem as described after the ----> ... module Win32::CaptureIE gets trapped (see below) Sample.pl: #!/usr/bin/perl Please Help : ProgressChange...
Hi gilberth, U could follow the below steps to get it done... Steps to install Win32:GUI in Windows 2k 1.Download the Win32:GUI1.50.2-ad.zip file(from ...
Dennis, I get the following error when I run the example code below: Can't locate object method "new" via package "Win32::GuiTest::DibSect" (perhaps you forgot...
Hi, You've probably installed Win32::GuiTest module from the current Active State ppd. If so, DibSect is not there indeed. The current Active State repository ...
Victor, CPAN "wants" to install version 1.3 by default. Is there a way to set CPAN to get a different version? PPM does not find Win32::GuiTest at all. Anyone...
Hi Nicole, Here is the link to ver. 1.50.2-ad on the CPAN archive. http://search.cpan.org/~ctrondlp/Win32-GuiTest-1.50.2-ad/ You can manually download the ZIP...
Hai guys, This is rafeek.i upload tools for treeview(SysTreeView32) controls and listview (SysListView32)controls.using this tools, u can get columns value of...
Hello, I'm working on it right now, no memory-mapped files or additional dependencies needed thus far. :-) I've prototyped a Win32::GuiTest with SysListView32...
Hello, I recently got GuiTest::DibSect working and was impressed at how easy it makes capturing screen images. Sometimes, however, the window (that you specify...
I thought I might update this so that if anyone in the future wants to accomplish the same thing as me they can read this in the forum and be happy :) It turns...
[ 3. bool DibSect::CopyClient(hwnd,[rect]) does not have any examples...what the heck is [rect]?? What is the difference between a window and a client? [IF...
... I'm curious - what was it that you couldn't accomplish without writing C code? With pack and unpack, and the POSIX module, I'm able to do a large majority...
Hi, Did you try Win32-GUI-DIBitmap? I don't have much experience with this module. I have just done few simple things. But I was under impression that the...
Hi, My automated test contains a part when I populate one field and then as a result another control is populated. It takes time (10 - 15 seconds). Cursor...
It sounds like you have to re-establishe the focus. It could be that your application is waiting for an event that does not happen. I hope this could be...
OK. Maybe I was not clear enough. Application works fine. My question is more general. What to do when some GUI operations take time (which manifests in most...
There is a windows function called IsWindowEnabled. If it is not available via GUI Test, and I assume from these threads that it is not, then you could use the...