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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 7 - 39 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Offline Send Email
Feb 8, 2002
7:06 am
34
Ernesto, I've not used perl much before, but I am now! this module is what I've been looking for... now I've already started my application and opened a couple...
paulhoaduk
Offline Send Email
Feb 8, 2002
1:36 pm
35
Yes, from the README ... - SendKeys now takes an optional parameter to change the default 50 ms delay between keystrokes. Suggested by Wilson P. Snyder II ...
paulbt2000
Offline Send Email
Feb 8, 2002
5:42 pm
36
As a side note, I am trying to add the listview stuff, I am just running into some memory errors right now. Hopefull I will figure out my problems soon. Paul...
paulbt2000
Offline Send Email
Feb 8, 2002
5:45 pm
37
Has anyone used perl scripts with either T-Plan or Rational Test Manager? Paul...
paulbt2000
Offline Send Email
Feb 11, 2002
9:46 pm
38
I still cannont find this magazine in any bookstore I have gone to. I have looked in both Dallas and LA at several bookstores in each city. The problem is not...
paulbt2000
Offline Send Email
Feb 11, 2002
10:19 pm
39
As far as I know the mag is only available by subscription. Check their web site, and see if you can get a back/current issue, etc. ... ...
Eric W. Holzapfel
eholz1
Offline Send Email
Feb 13, 2002
5:22 am
Messages 7 - 39 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