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 616 - 645 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
616
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....
mohamed rafeek
rafeekvsj
Offline Send Email
Nov 3, 2004
9:21 am
617
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...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Nov 3, 2004
5:24 pm
618
Hello, Windows Explorer uses a SysTreeView32 control. There are no instructions in Win32::GuiTest "at this time", that will operate on a SysTreeView32...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Nov 3, 2004
5:39 pm
619
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,...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Nov 3, 2004
5:50 pm
620
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 ...
a_c_attlee
Offline Send Email
Nov 4, 2004
7:39 pm
621
Try using WMGetText($_); works for me on a RICHEDIT window. Chris [Non-text portions of this message have been removed]...
Chris Hilton
chris_hilton
Online Now Send Email
Nov 4, 2004
7:45 pm
622
... 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 ....
a_c_attlee
Offline Send Email
Nov 4, 2004
10:14 pm
623
yes, it has to do with my having traversed the wrong things. Nopw I can get at the text I was trying to capture. Cool tool!...
a_c_attlee
Offline Send Email
Nov 5, 2004
12:16 am
624
Hi I got a problem as described after the ----> ... module Win32::CaptureIE gets trapped (see below) Sample.pl: #!/usr/bin/perl Please Help : ProgressChange...
tosobz
Offline Send Email
Nov 5, 2004
7:49 am
625
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 ...
prramya
Offline Send Email
Nov 5, 2004
12:23 pm
626
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...
Nicole Sheldon
snikki326
Offline Send Email
Nov 6, 2004
12:15 pm
627
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 Ziv
victor_ziv
Offline Send Email
Nov 6, 2004
5:52 pm
628
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...
Nicole Sheldon
snikki326
Offline Send Email
Nov 8, 2004
8:25 am
629
Dennis, This is a great idea. What would it take to make it? Wouldn't this be more efficient than using send-keys? N ... on ... use ... do ... loss...
snikki326
Offline Send Email
Nov 8, 2004
8:29 am
630
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...
Victor Ziv
victor_ziv
Offline Send Email
Nov 8, 2004
11:44 am
631
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...
mohamed rafeek
rafeekvsj
Offline Send Email
Nov 8, 2004
1:50 pm
632
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...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Nov 8, 2004
5:40 pm
633
Victor, Thanks! That was it. After uninstalling v1.3 using: ppm> uninstall Win32-GuiTest I installed the newer version using: install ...
Nicole Sheldon
snikki326
Offline Send Email
Nov 9, 2004
4:18 am
634
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...
snikki326
Offline Send Email
Nov 9, 2004
6:09 am
635
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...
Nicole Sheldon
snikki326
Offline Send Email
Nov 11, 2004
9:44 pm
636
[ 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...
Carl Nagle
sascanagl
Offline Send Email
Nov 11, 2004
9:57 pm
637
... 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...
Danny R. Faught
sw_alchemist
Offline Send Email
Nov 12, 2004
3:38 am
638
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...
pkaluski
Offline Send Email
Nov 12, 2004
7:36 am
639
Piotr - Thanks!!! You are a lifesaver. Here is my test script: #!/usr/bin/perl -w # filename: testWin32GuiDIBitmap.pl ### Declarations ### use...
Nicole Sheldon
snikki326
Offline Send Email
Nov 12, 2004
8:50 am
640
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...
pkaluski
Offline Send Email
Nov 15, 2004
10:08 am
641
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...
ab dk
cazaawi
Offline Send Email
Nov 15, 2004
12:35 pm
642
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...
pkaluski
Offline Send Email
Nov 15, 2004
1:06 pm
643
Hello, Here are a few thoughts... ... I suppose many of us don't have much control over such poorly written programs. :-( Usually, a well built GUI...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Nov 15, 2004
5:18 pm
644
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...
Darren Blee
d_blee
Offline Send Email
Nov 16, 2004
6:09 am
645
I have used cpu load for synch in such cases - wait for CPU to be les that 2-3%. But it is not aplicable in all cases....
negedi
Offline Send Email
Nov 16, 2004
10:15 am
Messages 616 - 645 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