I'm going crazy. I can't look at this code anymore. Could someone please tell me what I'm doing wrong with this SendMessage statement. For clarification,...
Hi, Please can anyone let me Know How to traverse through SysTreeView32 using win32 api's? Please also mail me with some sample code for this. Thanks, Ravi ...
I'm not ripping this exactly from my code so it may not exactly work, but it should give you the right idea: $checkbox = (FindWindowLike(undef, "checkbox...
Hi, I want to click the button only, if the button is enabled. if not do something else. Please tell what am I doing wrong? Attaching part of my code. my...
I have the window Id for a combo entry, but I can not make it active for SendKeys () (or even SelComboString ()). I've tried SetFocus () and SetActiveWindow...
Hi, I have been following the messages in this group, but this is first time i am posting. I have a text filed, that gets enabled after the selecting...
I've read a little about this in the list archives and was wondering what the status was. (I have 1.50.3 installed) I have a SysListView32 component with a...
Hi Friends, I am new to this group.I am a Software Engineer presently working in a automation tool design.For that i am using perlguitest module.I am newly...
Hi all, I have been a memeber of this list for a while and mainly just watching and learning. I have solved several problems w;ith this module. I would like...
Hi folks, I was thrilled when I ran across this module...now if I can just understand how to use it without creating a maintenance nightmare. :) My overall...
I need to get the listing of the directory in the explorer in Win2K3 back to the perl script, how do I do it? Also when I right click on the properties of a...
Hi All I downloaded Win32::GuiTest module from cpan and I'm getting the following error while installing it. I did the following… Perl Makefile.PL This...
Hi All, I've installed the latest Perl version from Active perl on my XP, and tried to work with Win32::GuiTest. When I saw that complicated code I tried to...
Hi, I have a plain old Perl console application which writes a lot of info to stdout, kicks off some other GUI based applications (Framemaker and Acrobat...
Problem: when click on any button of 2nd label, buttons of 1st label becomes unchecked. How to constraint each set of radiobutton separately, ie when clicking...
I have a script that does some kludging around with GetForegroundWindow and GetWindowText to detect modal error dialogs. It does a fairly reliable job of...
This caught my eye... ... Here's the simplest case of a script to handle modal dialogs: use Win32::GuiTest qw(FindWindowLike GetWindowText SetForegroundWindow...
Hi I was wondering if there were an easy way to watch for error message dialog boxes. Error messages may not always be expected, especially if the script is...
this question has been asked in message #796, but i could not find an answer... so, is there a way to compare images (bmp or any other format)? thanks....
Gabor and Dennis, How about removing readme and readme.html files from cvs? They are generated files and they always reflect what is in guitest.pm. I am...
I've had to revise my in-house libraries to accomodate certian problems with getting a popup menu's handle. I've been using thse changes for a while here so...
Hi I was wondering if there was function or something to wait until a particular window, or a particular .Net form or object in my case, is the active window?...
why is it that when do WMSetText ($hnd "abc") to a class '#3277039; dialog then PushChildButton ($hnd, "^OK"); gui show "abc" in Edit field but after Ok button...
Hi everybody, I'm revisiting Win32::GuiTest and it's come a long way since I last saw it. I've begun writing a script to automate my application but hit a snag...
is there a method that can find a handle of a combobox based on displayed text string? or any others approach to this? the combo for the ui that i'm working...
Hi All, Just wanted to thank all of you working on the Multiple Column ListView bug. I've been able to automate so many GUI test cases because of GuiTest. Any...