Hi Ejaz, can you send the files directly to us or upload in the common place. thanks Rahul Goel mohdejaz <mohdejaz@...> wrote: I'd like to upload the...
See my comments ... --> Totaly agree. ... on ... --> I have to check. Should we strive that much for 640x480? Is anyone using this resolution nowadays? ... ...
I have read the tutorial and have partially searched the postings. What I undrstood is that with perlguitest process sequence is 1. we create a .pl file...
Hi, The example works for me just fine. One question: how did you obtain the control id of the label using WinSpy++ ? When I highlight this text field in...
Are you asking for something where you can build a window with buttons and such? If so, you can do it using Win32::GUI stuff, or for a GUI interface like VB or...
Hi Folks, I am a new member of this group and new to perl too.I am facing a problem while trying to use Guitest to do some automation stuff on calculator.This...
Hi Piotr, I tried using WMGetText method to get the text of individual buttons it still returns blank. I used SendMessage method with $msg parameter as...
Hi Piotr, I tried to get button names using WMGetText but it returned me all blanks. I also tried using SendMessage with $msg parameter as WM_GETTEXT but this...
I just experienced a disappointment when trying to move my Win32::GuiTest based script from a Win2k machine to a Win98 machine. The script causes the app I'm...
You could try this example: use Win32::GuiTest qw(:ALL); my ($pWin) = FindWindowLike(0, 'Calculator39;); foreach my $w (GetChildWindows($pWin)) { print "Class: "...
I am trying to work around in Microsoft Outlook 2003 sceurity patch that propmts a user for approval when perl (or a script) attempts to send an e-mail. Below...
Hi, This Perl module has really fascinated me to learn and dig deep. I am almost a newbie to this module. Accessed the Links section of the group but found...
Guys, I am terribly sorry. It is due to problems with my Internet Provider. I hope problems will be gone by Monday. I will let you know. -Piotr ... I ... the ...
Hi, Can anyone tell me how to press the buttons (for eg, pencil, brush, eraser etc) on the left side toolbar. I have tried a lot and spent many hours but all...
Documentation is online again. My apologies. I hope it won't happen again. According to my ISP, new high availability configuration was created. -Piotr ... ...
Hi Piotr, Thanks a lot the documentation is very good and covers all. The tutorial link is still not working. Can this problem be also corrected or the...
Hi, There are some questionable parts in your code. 1. Where did you get 627 number from? How did you figure out that this is a control ID of the brush button?...
Hi, I'm new at perl and this question may have been asked a million times. I have read all he docs I can find to no avial. Her is my question: Is there any...
Hi, I have observed that there are a few functions I picked up from the "Documentation" link in the "Links" section of the group, that are not available. For...
From where did you get the win32::GuiTest installation package? What is the version of it? In order to check the version, go to the guitest.pm file and look...
Hi Piotr, I just saw and found that the version is: $VERSION = '1.49.239;; Now I have installed the new version i.e. $VERSION = '1.50'; but still the problem...