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 584 - 614 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
584
nice article. interesting how the id and window text can get mixed up Some languages allow you to specify if the value being provided is a handle, id, or...
Coleman Tom
tom_g_coleman
Offline Send Email
Oct 1, 2004
9:00 am
585
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...
Gabor Szabo
gabor529
Offline Send Email
Oct 1, 2004
10:59 am
586
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...
pkaluski
Offline Send Email
Oct 1, 2004
12:07 pm
587
... Very nice. You mention a couple of "problems" but don't offer directions to solve them. You might want to give simple instructions on where to get perl and...
Gabor Szabo
gabor529
Offline Send Email
Oct 2, 2004
8:10 pm
588
In the tutorial, you say that NT or above is required? i run GUITest on my Win98 box all the time, i believe there are a few things you can't do under Win98...
Jacob Glide
glid82
Offline Send Email
Oct 2, 2004
8:31 pm
590
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. ...
dwaynekuan
Online Now Send Email
Oct 3, 2004
12:22 pm
591
... digging a lil deeper into the messages i found that Dennis K. Paulsen did test 1.50.2-ad and it does indeed work with Activestate Perl 5.8.4.810 via ppm....
dwaynekuan
Online Now Send Email
Oct 3, 2004
12:31 pm
592
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...
dwaynekuan
Online Now Send Email
Oct 3, 2004
1:47 pm
593
... This is going to be a topic for the next tutorial... ... You are right. BTW, one comment. I would make one distribution only. The existence of distribution...
pkaluski
Offline Send Email
Oct 3, 2004
5:30 pm
594
... on my ... do under ... do on ... No offence intended :) I don't mind mentioning Win98 in my tutorial. However, I am not that familiar with several versions...
pkaluski
Offline Send Email
Oct 3, 2004
5:51 pm
595
... I agree. We should just persuade Dennis to upload a new version to CPAN. If Ernesto and Dennis agree I'd be ready to do that. They just have to give me...
Gabor Szabo
gabor529
Offline Send Email
Oct 3, 2004
6:19 pm
596
id be more than happy to test any scripts your write for tutorials for 9x compatibility, so you can say for sure if they work on 9x machines, btw no offense...
Jacob Glide
glid82
Offline Send Email
Oct 4, 2004
12:01 am
597
... While I am not the one writing the tutorials, I'd be glad if you tested (and patched if needed) the example scripts in the CVS repository: ...
Gabor Szabo
gabor529
Offline Send Email
Oct 4, 2004
12:10 am
598
Great! i'll have to get to trying those out right after today then :) ... _________________________________________________________________ Don’t just...
Jacob Glide
glid82
Offline Send Email
Oct 4, 2004
9:16 pm
599
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...
Prajakta Pillai
prajaktamulay
Offline Send Email
Oct 5, 2004
10:00 am
600
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...
kirby_laurence
Online Now Send Email
Oct 8, 2004
5:50 am
601
... I have asked a similar question back in June. See the responses there http://groups.yahoo.com/group/perlguitest/message/507 Gabor...
Gabor Szabo
gabor529
Offline Send Email
Oct 9, 2004
9:28 am
602
Thanks Gabor Prajakta Gabor Szabo <gabor@...> wrote: ... I have asked a similar question back in June. See the responses there ...
Prajakta Mulay
prajaktamulay
Offline Send Email
Oct 11, 2004
5:34 am
603
Any one installed/built successfully ? If so, please share the details. Thanks, Gilbert...
gilbertho21
Offline Send Email
Oct 14, 2004
3:40 am
604
Hi, Considering the contents of your post, I am assuming that you had problems installing it. You would make helping you much easier if you provided details of...
pkaluski
Offline Send Email
Oct 14, 2004
3:48 am
605
Sorry, I was not specific. I downloaded and installed ActivePerl 5.8.4.810. But when I ran a test script like: # use Win32::GuiTest; ... I got the following...
gilbertho21
Offline Send Email
Oct 14, 2004
10:57 pm
606
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....
gilbertho21
Offline Send Email
Oct 15, 2004
1:48 am
607
Hi, Can anyone share some Perl code that get the accessible objects within a treeview32 form created by .net using c# ? Would really appreciate it. Thanks, ...
gilbertho21
Offline Send Email
Oct 15, 2004
5:39 am
608
... while from your other posting I guess you already managed to install Win32::GuiTest let me put it here for the search engines c:> ppm install...
Gabor Szabo
gabor529
Offline Send Email
Oct 15, 2004
11:09 am
609
... AFAIK TreeView32 is and MFC thingy and as far as I can tell Win32::GuiTest cannot yet handle that. I have not seen this Win32::ActAcc earlier I'll check it...
Gabor Szabo
gabor529
Offline Send Email
Oct 15, 2004
11:18 am
610
I am trying to automate a software using GuiTest. I am at a loss trying to automate opening up of the windows explorer like structure , move up the directory...
nandini_mukherjee
nandini_mukh...
Offline Send Email
Oct 27, 2004
12:05 am
611
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 =...
snikki326
Offline Send Email
Oct 27, 2004
9:21 am
612
Try adding "use Win32::GuiTest::DibSect;". I'm pretty sure you'll also need to change the other use directive to something like "use Win32::GuiTest ...
Chris Hilton
chris_hilton
Online Now Send Email
Oct 27, 2004
3:37 pm
613
Chris, I tried out Win32::Screenshot and ran into some strange errors. I am used to finding and installing packages using ppm, but a quick search revealed that...
Nicole Sheldon
snikki326
Offline Send Email
Oct 28, 2004
5:05 am
614
You need Microsoft Visual C++ installed to compile Win32::Screenshot. If you have that, you probably also need to run vcvars32.bat before compiling. You should...
Chris Hilton
chris_hilton
Online Now Send Email
Oct 28, 2004
3:59 pm
Messages 584 - 614 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