Hello, I'm not sure I've ever used system() with a filename such as this, but here are a couple of options that I see: Cruddy Option 1: ren "Dr.DivX...
What about using the short name from the old DOS 8.3 days. DRDIVX~1.EXE = Dr.DivX ProfEdit.exe Untested: system ("start DRDIVX~1.EXE"); "Dennis K. Paulsen"...
Just out of curiosity: why is this module maintained on a Yahoo Groups site, and not on CPAN? I apologize if this has been discussed before, and I'm not...
Hello all, you can try something like: my (@args) = ("start","\"application_path\\Dr.DivX ProfEdit.exe\"",); system(@args)==0 or die "system @args failed: $?" ...
I am trying to use this module with a script I have written for test Internet Explorer, in which I have control of IE using the OLE objects for Explorer. but I...
Release versions (i.e. 1.30) of this module are distributed to CPAN and the yahoo group... Beta versions (i.e., 1.49.2) are only distributed to the yahoo...
Hi i want to send 4 "TAB"s successively with folowing script's line $delay = 2000; SendKey("{TAB 4}", $delay) but just i take only 2 TABs Has someone an idea,...
I have a window with the title "Response" and with 2 "TEdit" and 1 "TComboBox". Each widget (seems to) has a label (it's probably a kind of property?). I...
I'm having a lot of trouble setting the value of a combo. SendKeys always acts as if it is typing the first letter (which makes sense). I thought that GetFocus...
... Internet Explorer, in which I have control of IE using the OLE objects for Explorer. ... reason I can't seem to get it to work unless I free my control of ...
This works, thanks. I just have another question, How can I verify that a Java Applet is completely loaded in IE? So that I can make sure I wait long enough...
02-19-2004 Ernesto, I'm wondering if everything is okay? I've sent you a couple of emails over the past several months and the last I heard from you was in...
Enter your vote today! A new poll has been created for the perlguitest group: What is your overall opinion of WinRunner? o Excellent o Good o Fair o Poor To...
perlguitest@yahoogrou...
Mar 3, 2004 10:35 pm
414
There should be no problem in doing this. I could only imagine that the application you are testing with isn't responding to the first two tabs, so make sure...
Hello All, First, I'd like to mention that it has been highly enjoyable for me over the years to work with and help out those individuals developing on or...
Gabor, I've thought about stepping in, however one of the biggest issues in doing that is the lack of resources... Projects of this size seem to be like a...
Enter your vote today! A new poll has been created for the perlguitest group: Please read the latest group messages if your unfamiliar with why I'd be asking ...
perlguitest@yahoogrou...
Mar 15, 2004 12:48 pm
418
... I am not sure if this is a general issue if there is something to do of being on the border line of proprietary and open source software. For that matter...
I am trying to send this in for the 4th time, but it always disappears. Please forgive me if suddenly you'll receive all the copies. Gabor ... I am not sure if...
I've some alot of mail regarding installation of Win32-GuiTest, but I have yet to get it to install on Perl (Version 5.8.3). I am using PPM (Version 3.1) to...
Hi, Since I have observed that some people have problems installing GuiTest using ppm I would like to share with you some of my observations: When you use ppm...
Hello... ... size seem to ... For now, I'm one of the ones just starting to play with it. Specifically, I am some months away from needing to use GUITest, and...
First, I'd like to apologise again for sending my previous mail so many times. Based on what I saw on Yahoo, new subscribers cannot post till the moderator...
Hi Gabor, the list is moderated as precaution against spam. Sadly the side- effect is that I have to approve messages which means delays when posting... See...
Hi All and specially Dennis, I am new to the list and while I sent already two messages for some reason they did not get through. Maybe this one will not make...
I have written a small script to test calc.exe I'd be glad to hear your comments on my script. How would you do it differently ? I included the sleep() calls...
I am new here and the question obviously shows my lack of RTFM and lack of understanding of the Windowing world, please bear with me. I am trying to test...
I'm new to guiTest. Can somebody please tell me or direct me to more info on how to get the menupath argument for the menuSelect function. In the example, it...