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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1121 - 1150 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1121
I guess no one else has asked this before. But, is it possible to detect the press of the windows keyboard key <Pause> with IsKeyPressed()...
dew_claws
Offline Send Email
Oct 1, 2005
8:04 am
1122
Dennis and Gabor, Does makedist.pl script work in your environments? It complains about META.yml. What is this? ... Microsoft (R) Program Maintenance Utility...
Piotr Kaluski
pkaluski
Offline Send Email
Oct 2, 2005
7:44 am
1123
I lost my Windows virtual machine a month ago so since then I could not check anything on Windows. META.yml should descibe the distro, see it here ...
Gábor Szabó
gabor529
Offline Send Email
Oct 2, 2005
8:00 am
1124
These are changes: - Added some code to Makefile.PL to help with environments where file name case is of concern. (CTRONDLP) - Fixed case of GetMenuItemID -...
Piotr Kaluski
pkaluski
Offline Send Email
Oct 2, 2005
7:59 pm
1125
congratulations ! Gabor...
Gábor Szabó
gabor529
Offline Send Email
Oct 2, 2005
8:31 pm
1126
Firstly, thanks to Piotr and co for their magnificent work on Win32::GuiTest. I gave up trying to get cvsnt to connect to SourceForge via sockscap. I've been...
denishowe
Offline Send Email
Oct 3, 2005
6:37 pm
1127
... That's really nice to read. However, the foundation of module was created by Ernesto Guisado and then extented by Dennis Paulsen and Gabor Szabo. I have...
Piotr Kaluski
pkaluski
Offline Send Email
Oct 3, 2005
6:55 pm
1128
Denis, I totally understand your point. However, I think there are some subtle differences between Win32::GUI and Win32::GuiTest. Win32::GUI is a perl wrapper...
Piotr Kaluski
pkaluski
Offline Send Email
Oct 4, 2005
7:25 am
1129
... You're right of course. When Win32::GUI tried to get the text of a ListView item the program under test blew up, just as you explain in your tutorial. ...
denishowe
Offline Send Email
Oct 4, 2005
10:54 am
1130
Well, first of all it is not our decision. The idea has to be accepted by Win::GUI development team. Apart from this, I am not sure there is someone who would...
Piotr Kaluski
pkaluski
Offline Send Email
Oct 4, 2005
11:11 am
1131
Hi, I just had a closer look on Win32::GUI. Boy, that's impressive what those guys did. They wrapped many, many useful Win32 API functions. So we should...
Piotr Kaluski
pkaluski
Offline Send Email
Oct 6, 2005
7:26 am
1132
################################################## TO MODERATORS: Please wait a while with approving this post. Author of the post is not sure if want to post...
rafe lafrance
rafelafrance
Offline Send Email
Oct 6, 2005
7:56 am
1133
Hi, I just want to explain a strange header of this post. Rafe initially intented to send this mail to me only. After realizing a mistake, he informed me about...
Piotr Kaluski
pkaluski
Offline Send Email
Oct 6, 2005
8:17 am
1134
... Go ahead. Send me modified files and post diff output to the group, so everyone can comment it. --Piotr...
Piotr Kaluski
pkaluski
Offline Send Email
Oct 6, 2005
8:39 am
1135
OK, I sent a question to Win32::GUI list. Have a look below on my question and the answer. Give it a try. Win32::GUI has many handy functions (I am not hired...
Piotr Kaluski
pkaluski
Offline Send Email
Oct 6, 2005
2:32 pm
1136
I have combed through the posts and I am most of the way there. What I want to do is to navigate to a webpage. Login Pull text from the page to ensure that it...
boredsting
Offline Send Email
Oct 6, 2005
6:43 pm
1137
I am working on a project where we are trying to ruby binding to C to do similar things to what you guys are doing (sendkeys, etc) and I wanted to see how that...
Jeremy Stell-Smith
stellsmi
Offline Send Email
Oct 6, 2005
9:55 pm
1138
Hi, The code for the dll is in guitest.xs. Go to project's source forge site (www.sourceforge.net/projects/winguitest) and browse CVS or just get a package....
Piotr Kaluski
pkaluski
Offline Send Email
Oct 7, 2005
8:32 am
1139
Hi, Guys, there is a pretty interesting discussion going on in mailing list of Win32::GUI project (http://sourceforge.net/mailarchive/forum.php? ...
Piotr Kaluski
pkaluski
Offline Send Email
Oct 7, 2005
8:40 am
1140
It would be very nice if you could gave as an overview about this issue [1] in the upcoming Hungarian Perl Workshop http://conferences.yapceurope.org/hpw2005/ ...
Gábor Szabó
gabor529
Offline Send Email
Oct 7, 2005
8:58 am
1141
As an infrequent contributor to the list but frequent GuiTest user, I agree that there's some level of code/effort that's being duplicated and that...
Chris Hilton
chris_hilton
Online Now Send Email
Oct 7, 2005
5:28 pm
1142
You may be right, However I have read somewhere that using Win32::API is not particularly safe. Also extensive use of it would not make the code particularly...
Piotr Kaluski
pkaluski
Offline Send Email
Oct 8, 2005
9:05 am
1143
I use Win32::API in nearly every application I have written (for windows) and I believe that it is very stable - the only time it is unstable is when the API...
Steven Lloyd
ste88llo
Offline Send Email
Oct 8, 2005
1:29 pm
1144
Yeah, I think even the author recommends against using it for various applications. It depends on a assembly language hack; which may not be too 64bit/Windows...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Oct 9, 2005
3:05 am
1145
I have a prblem with the use of IsWindowEnabled, It do'nt return false when a button is disabled. Can you help me?...
fareh_rafik
Offline Send Email
Oct 10, 2005
8:55 am
1146
Hi All, I'm new to perl and Guitest and I'm trying to execute the following perl script: #!/usr/bin/perl ## Initially generated by Win32-GuiTest Recorder...
amine beghdous
aminedz29
Offline Send Email
Oct 10, 2005
11:13 am
1147
Hi Amine, I can run your code snippet without any errors. You might want to check if you actually have the Win32::GuiTest package installed properly. Cheers, ...
A Chan
achan12301
Offline Send Email
Oct 10, 2005
7:03 pm
1148
Thank you for your fast reply, Al Now it's working. A Chan <achan12301@...> a écrit : Hi Amine, I can run your code snippet without any errors. You...
amine beghdous
aminedz29
Offline Send Email
Oct 11, 2005
9:01 am
1149
Try looking into selenium or Ruby's watir module for browser related testing. ... -- "..man is a human being, not because of his physical powers for physically...
saud aziz
s_aziz97
Offline Send Email
Oct 17, 2005
6:25 am
1150
You might try using WWW::Mechanize to pull text out. HTTP::Recorder can be used to automatically generate Mechnanize scripts. It is an agent for HTTP::Proxy...
ross_j_anderson
Offline Send Email
Oct 17, 2005
1:35 pm
Messages 1121 - 1150 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