From: Jeremy A. <bc...@te...> - 2001-04-24 20:03:00
|
Hello all I still cannot get my script to work with the gui windows, when the gui sub routine gets called and the windows gets created, the program freezes and script does not continue As suggested by some I have gotten rid of the Dialog() call, and have replaced the DoEvents() call with Update(); as you can see in the script, the empty file-to-be is created..... this is the only thing that happens, then my program exits mysteriously without entering the while(1) loop which is the download progress of the file. I am left with a file-to-be of "0" bytes. Try it running the script yourself configuring it to your own ftp and see what you can make of problem. It's fairly straitforward to setup I have not done win32::Gui programming before so your help is always appreciated. See the script attached. Thankyou Jeremy |