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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1 - 33 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
Hi, version 1.2 is out. From the README: - Added GetComboText, GetComboContents, GetListText and GetListContents to allow easy extraction of data from list and...
erngui@...
erngui
Offline Send Email
Nov 4, 2001
8:58 pm
2
Hello, I am new to this so any help will be much appreciated. When attempting to install, I get the following error: "Error installing package...
jhuber@...
wjhuber
Offline Send Email
Nov 14, 2001
8:54 pm
3
Hi, At 20.54 14/11/01 +0000, you wrote: "Error installing package 'win32-guitest.ppd': Read of ./ failed" * Are you able to install other perl modules on that...
erngui@...
erngui
Offline Send Email
Nov 15, 2001
12:43 am
4
Thanks, Ernesto. Other packages install fine using the same technique. I was using an older version of Perl, however, and after upgrading to 5.6, it's...
Huber, John
wjhuber
Offline Send Email
Nov 15, 2001
1:09 am
5
Positioning the mouse can be readily achieved using Win32::API, but clicking the mouse is much harder. Any chance of adding this to Win32::GuiTest and calling...
Jonathan Epstein
jaepstein_63
Offline Send Email
Nov 29, 2001
3:48 pm
6
Hi, ... clicking the mouse is much harder. Any chance of adding this to Win32::GuiTest and calling it ButtonClick? General mouse input us already part of...
erngui@...
erngui
Offline Send Email
Nov 29, 2001
7:18 pm
7
Hi, ... but ... Re-reading my post, I just realized that I had misunderstood your question/query. You're right, what you are asking for isn't included in...
erngui@...
erngui
Offline Send Email
Dec 2, 2001
12:25 am
8
Hi, GuiTest version 1.3 is out. From the README: 1.30 Sat Dec 1 20:50:02 2001 - Fixed bad POD formating. Added podchecker and html pod generation to...
erngui@...
erngui
Offline Send Email
Dec 2, 2001
12:27 am
9
Hi, I'm using Perl on Japanese environment and also using this module on it. In order to type Japanese strings, I'm trying to turn IME on and then type jp...
tatsuya_kimura_jp@...
tatsuya_kimu...
Offline Send Email
Dec 2, 2001
4:17 pm
10
Hi, ... [snip] ... I have not experience at all with IME and even if I somehow managed to implement what you're asking for, I could imagine that I would have a...
erngui@...
erngui
Offline Send Email
Dec 4, 2001
9:40 pm
11
I am trying to use the sendkeys function from within a perl TK program. If the window that I am sending the keystokes to is not the active window, the...
pc210018
Offline Send Email
Dec 6, 2001
6:35 pm
12
Hi, ... [...] ... the ... Sounds strange. The ppm installer uses the local .tar.gz file that comes with the distribution. I just downloaded from cpan and the...
erngui
Offline Send Email
Dec 7, 2001
10:24 am
13
Hi, just looked up some links that describe this problem: INFO: SetActiveWindow() and SetForegroundWindow() Clarification ...
erngui
Offline Send Email
Dec 7, 2001
10:30 am
14
Hi, ... this, ... I changed my view about this question. I used Win32::Clipboard + Win32::Guitest to type Japanese strings to target application. That is, copy...
tatsuya_kimura_jp
tatsuya_kimu...
Offline Send Email
Dec 8, 2001
3:37 pm
15
Hi there, I am a new user. May I know where can I find the description of a command within the Win32::GuiTest? Eg, FindWindowLike(0," ", " "). What does 0...
aslpyee
Offline Send Email
Dec 15, 2001
2:15 am
16
Hi there, May I know where can I find the description of a command within the Win32::GuiTest? Eg, FindWindowLike(0," ", " "). What does 0 represent? In...
Yee Lee Poh
aslpyee
Offline Send Email
Dec 15, 2001
3:29 am
17
Hi, ... [...] ... (0," ", " "). ... The documentation is not as comprehensive as I'd like. Some functions are documented in the readme file that comes with...
erngui
Offline Send Email
Dec 15, 2001
9:26 pm
18
Hi there, how to use GetComboText and GetComboContents? Where can I find the help file for this? Regards, Yee...
aslpyee
Offline Send Email
Dec 19, 2001
1:29 pm
19
Has anyone got the GetListContents function to work? I am on a Win 2000 box. I have tried it serval times and come up empty handed everytime. Thanks everyone. ...
paulbt2000
Offline Send Email
Jan 2, 2002
2:26 pm
20
If I add functionality to GuiTest how do I share that with everyone? Thanks. Paul...
paulbt2000
Offline Send Email
Jan 2, 2002
2:28 pm
21
... Sorry for the delay, just came back from holidays. The documentation is definitively something I have to improve... Did you take a look at the samples in...
erngui
Offline Send Email
Jan 3, 2002
10:27 am
22
... Hi, if you send them to me (mailto:erngui@...), there is a fair chance that your changes make it into the main distribution. I also give credit to the...
erngui
Offline Send Email
Jan 3, 2002
10:31 am
23
Here is some stuff I added to be able to mess with tab controls, i am a rookie at all of this, so if I didn't do something correctly let me know. in guitest.xs...
paulbt2000
Offline Send Email
Jan 14, 2002
7:51 pm
24
Hi all, thought you might be interested in knowing that the current issue (Feb 2002) of the Windows Developer Magazine (http://www.wd-mag.com/) includes the...
erngui
Offline Send Email
Jan 21, 2002
2:39 pm
27
Hi, ... Looks good to me. Thanks Paul, I'll try to get it into the next release. Regards, Ernesto. -- Ernesto Guisado mailto:erngui@... http://triumvir.org...
erngui
Offline Send Email
Jan 21, 2002
2:45 pm
29
I have looked for this magazine at 3 different Barnes & Nobles, 2 Book Stops, and Comp USA. I haven't seen it anywhere. Where were you guys able to find it?...
paulbt2000
Offline Send Email
Jan 28, 2002
10:23 pm
30
I figured out what was wrong, simple user error. I was trying to get the text from a ListView box rather than a simple List box. I am in the process of writing...
paulbt2000
Offline Send Email
Jan 28, 2002
10:25 pm
31
Hi Paul, ... you ... My fault. It probably isn't available yet in bookstores, etc. It will already be available to suscriptors though. You'll probably have to ...
erngui
Offline Send Email
Jan 28, 2002
11:39 pm
32
Adds the ability to set the window position and other attributes. BOOL SetWindowPos(hWnd, hWndInsertAfter, X, Y, cx, cy, uFlags) HWND hWnd; HWND...
paulbt2000
Offline Send Email
Feb 1, 2002
10:41 pm
33
This is great stuff, and is really working well !!! Is it possible to set the time delay on sendkeys ? Thanks...
backrev
Online Now Send Email
Feb 8, 2002
7:06 am
Messages 1 - 33 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