Hello, I get an error when I try to use Win32::GUITest::DibSect ... #!/usr/bin/perl -w use Win32::GUITest; $ds = new Win32::GUITest::DibSect; my @windows =...
I compiled Win32-GuiTest for the latest ActivePerl 5.8.0 using VC6. It works for me. If you would like to test/use it, it is available from the following site:...
Hi I got a problem as described after the ----> ... module Win32::CaptureIE gets trapped (see below) Sample.pl: #!/usr/bin/perl Please Help : ProgressChange...
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 ...
I am trying to use IsGrayedButton() in Win32-GuiTest-1.50.2-ad, but it always returns 0. Does anyone know if this is broken in this release, or does it only...
Hi, I have a question on how I can iterate thru all the nodes in a tree control on a simple GUI app. The tree control is on the left pane of the GUI app....
Hello all, I am trying to ue the AO library to get the accessible objects within a treeview 32 form created by .net using c# . I can see the object information...
Hi I am new to this module and trying to do some GUI automation using Perl. The application I am trying to automate has many buttons and controls on it but...
Hi, Have a look: http://www.piotrkaluski.com/automation/gui/gui_test_tut.html I am waiting for comments. The general suggestion is: * If you have comments on...
hi, I'm writing a script that produces a MsgBox but when i do that, i notice that control goes to the MsgBox window and the script waits for something to...
ok, I've read that in order to get the "make" method to work i need Visual C++. unfortunately i don't have that, so i have to resort to the ppm method. ...
I am glad to let you know that Ernesto gave two people Piotr Kaluski and myself moderator rights on the mailing list. As Ernesto wants the list to remain...
Hello, I have been using the GuiTest package for automation data gathering. I have noticed that the PushChildButton() function is inconsitant, and occationally...
Hi, I am new to this module and trying out some functions. In FindWindowLike() function we nwwd to provide numeric id of window. can anybody tell me how to get...
Hi again, Another question... There's a window which shows a progress bar and a "Cancel" button. When the task is finished, the "Cancel" button disappears and...
Upon further research, you're essentially right saying it's the wrong sort of combo box, at least according to this microsoft.public.vb.winapi newsgroup: ...
Still having grief getting the text out of a combo box :( Could one of you clever chaps post me a short snippet of code that sucessfully manages to get text...
how does one send ctrl + left click? Where can I get the latest win32::GuiTest? CPAN has an old version, I remember seeing a newer one somewhere else. thanks,...
ok I don't understand anymore, previous code was my $WM_SETTEXT="\x0C"; It appear that $WM_SETTEXT is a string I Don't remenber how to affect an hexa to a...
1. You should probably try running your code with the -w switch to Perl (perl -w program.pl) or add the 'use warnings' pragma to your code; among possibly...
Hi all, I'm trying to use Win32::GuiTest to automate the installation of an application. I'm trying to get FindWindowLike() to spot when a window appears with...
Hi, I'm new to Guitest, and fairly new to Perl. :-) I'm planning to automate the running of some benchmarks on WinXP, and Guitest looks like it'll be ideal for...
Hi, I think there is no way to identify paricular tray icon as a object. But still you can identify the trayicon by its tool tip and move mouse over there then...
Hey. My first posting to this group, be gentle! I am having problems with a bit of code to retrieve the contents of a combo box. I can identify the box, get...
Hi. Apologies if this is a double post. I am having some problems with the GetComboContents and/or GetComboText functions. Having identified the combo box I...
Hi Gurus, I am trying to avoid using Sendkyes( {TAB}..) to put focus on some controls and instead use SetFocus to be more confident on which control I am...
I have a windows xp system that has a 3rd party applet in the systray that I need to launch to then have act on. How can I open the applet from the command...
My experience using GuiTest with Microsoft Outlook is that the user can touch their mouse or keyboard during execution of the GuiTest script causing the...