Hi, This is a summary response to your last 3 posts (702-704). You are right. I have also observed that for basic controls like Edits, ComboBoxes etc. resource...
706
darnitshardtofindause...
darnitshardt...
Jan 11, 2005 9:08 pm
Hi, I just started using the Win32::GuiTest module. I need to know where you guys found the documentation. As an example, I just stumbled onto a post that...
707
Kevin Piantanida
contorni2000
Jan 12, 2005 12:25 am
Dennis, I installed Visual Studio service pack 3 and it worked without a problem. Thanks for the help, and thanks for all the great work on this module! ...
708
wenjie wang
wiseagent2000
Jan 12, 2005 6:30 am
... However, ... that ... it). ... command ... 0, ... not ... case ... can ... which ... You ... (2nd ... Thanks for the summary. It has presented a better...
709
darnitshardtofindause...
darnitshardt...
Jan 12, 2005 9:33 pm
Ok maybe GetListText was a bad example, I found it in the readme file. I take it that the readme file is the best concise list of their functions and usage. ...
710
Darren Blee
d_blee
Jan 13, 2005 6:09 am
The readme file is what I use. If I need more info - I tend just to do a bit of research (this group, MSDN ref and so on). I guess a manual would be good, but...
711
darnitshardtofindause...
darnitshardt...
Jan 13, 2005 7:40 pm
Thanks Darren....
712
llazarre
Jan 14, 2005 5:33 am
Hello all, I am new to the list. I just downloaded the module and went through the tutorial and the examples provided. Now, I am looking for the best way of...
713
pkaluski
Jan 14, 2005 10:12 am
Hi, For what is API hooking used in guitest.xs? -Piotr...
714
darnitshardtofindause...
darnitshardt...
Jan 15, 2005 5:42 pm
Any news on this function? I would love to have something like this too. Keep up the good work. Thanks Andreas....
715
darnitshardtofindause...
darnitshardt...
Jan 15, 2005 6:51 pm
Hi, You would think that a great tool like this would have more followers. I think it is great. I don't know anything about API calls or windows programming,...
716
Gabor Szabo
gabor529
Jan 15, 2005 6:59 pm
The 13 on the yahoo page sais the number of people who joined the list within the last 7 days.... If you click on Members: ...
717
Dennis K. Paulsen
ctrondlpaulsden
Jan 16, 2005 3:10 am
Hello, They should all be listed in the documentation (readme). Some of them (i.e., GetListText) still need "appropriate" documentation, but maybe we can get...
718
Dennis K. Paulsen
ctrondlpaulsden
Jan 16, 2005 3:57 am
In the latest CVS builds of Win32::GuiTest/GuiTest.xs, the windows hook (WH_CALLWNDPROC) is *part* of the puzzle we use, so that we can interface with various...
719
Dennis K. Paulsen
ctrondlpaulsden
Jan 16, 2005 8:45 am
The CVS build of Win32::GuiTest has several functions to support these 32bit custom controls: SysTreeView32, SysTabControl32, SysListView32.. You can find the...
720
darnitshardtofindause...
darnitshardt...
Jan 16, 2005 10:20 am
This is sort of off the subject, but does this mean we can control a ListView32 control now? I could really use that functionality. I have spent the better...
721
darnitshardtofindause...
darnitshardt...
Jan 16, 2005 10:22 am
Ah, that explains it. Thanks. Andreas....
722
pkaluski
Jan 16, 2005 10:33 am
... Hi, Can you place it in Source Forge file release system? It would be easier for all of us if we have one place to look for the most recent releases. And...
723
Dennis K. Paulsen
ctrondlpaulsden
Jan 17, 2005 5:16 am
In the CVS build (sourceforge.net/projects/winguitest or dkpinteractive.ath.cx) of Win32::GuiTest, there exists the following functions to operate on a...
724
darnitshardtofindause...
darnitshardt...
Jan 17, 2005 6:53 pm
Sure,I'd love to test it and report any bugs that I find. Let me know the proper procedures. However, I was unable to install the module. ppm is complaining...
725
darnitshardtofindause...
darnitshardt...
Jan 17, 2005 8:29 pm
I am trying to compile the module right now. But I just have to ask anyway. Would it be really hard for you to give us a precompiled version that can be...
726
pkaluski
Jan 18, 2005 6:29 am
Good point. For now try this: http://www.piotrkaluski.com/tools/lguitest/introduction/win32-guitest- ppm.tar.gz. It is a packed ppm module, which contains ppd...
727
darnitshardtofindause...
darnitshardt...
Jan 18, 2005 6:47 pm
Thanks Piotr, I did get my build environment set up late yesterday afternoon and I was able to compile and install the module, so that issue is resolved....
728
pkaluski
Jan 18, 2005 6:56 pm
Hi, I would like to introduce you a new module, Win32::LGT, which I use as a support in more complex test scripts. It is a kind of OO wrapper around...
729
Darren Blee
d_blee
Jan 19, 2005 7:23 am
Hey Piotr, The URL appears brocken. - Darren ... Hi, I would like to introduce you a new module, Win32::LGT, which I use as a support in more complex test...
730
pkaluski
Jan 19, 2005 7:27 am
You are right, It works on Mozilla but it seams that IE is not smart enough to not include the last dot in the url. So the link is: ...
731
Wenjie Wang (Contract...
wiseagent2000
Jan 19, 2005 7:39 am
I'm using IE6 and got no problem with the link;-) Regards Wwang +-Wenjie Wang a.k.a William -------------------------------------+ ... ...
732
siddhartha_das22
siddhartha_d...
Jan 19, 2005 11:19 am
Hi.. i am new to usinf perl for GUI test, can U please help me to start learning this technology..i want to use it for functional testing of web application......
733
pkaluski
Jan 19, 2005 11:49 am
Hi, Win32::GuiTest does not seem to be a good choice for web testing. But as far as I know there are plenty free tools for web testing on the web. -Piotr ... ...
734
Kevin Piantanida
contorni2000
Jan 20, 2005 12:45 am
Dennis, I have successfully retrieved data from a SysListView32 control using the GetListViewContents function, and it seems to work very well. I do have a...