Search found 5 matches
- Thu Jun 04, 2009 2:34 pm
- Forum: Beginners
- Topic: Save As window query
- Replies: 3
- Views: 4063
Fixed it! Thanks Gale - you pointed me in the right direction, and after much perseverence I realised that the window which opens up during file download actually starts with the name of the file being downloaded! D'oh! :oops: I was put off by seeing the counter showing how much data was being downl...
- Wed Jun 03, 2009 4:47 pm
- Forum: Beginners
- Topic: Save As window query
- Replies: 3
- Views: 4063
Save As window query
Hi Guys, Can someone please explain to a newbie like me how I can get the window handle of a Save As window when it starts to download a file, for example from an FTP site? I'm using Internet Explorer to connect to the FTP site first, and am downloading three zipped files to deal with later. But eve...
- Tue May 19, 2009 2:49 pm
- Forum: Beginners
- Topic: Debugging and ScreenCapture command
- Replies: 4
- Views: 5274
- Tue May 19, 2009 2:36 pm
- Forum: Beginners
- Topic: Debugging and ScreenCapture command
- Replies: 4
- Views: 5274
Sorry Marcus, but things still aren't working out right... :? This is my updated portion of script: Label>looparound2 Let>Delay=2 Let>NumFound=0 Wait>Delay IfFileExists>c:\REX_Files\tescolink.bmp DeleteFile>c:\REX_Files\tescolink.bmp Endif GetScreenRes>X,Y Let>WIN_USEHANDLE=1 GetWindowHandle>*,Windo...
- Tue May 19, 2009 9:18 am
- Forum: Beginners
- Topic: Debugging and ScreenCapture command
- Replies: 4
- Views: 5274
Debugging and ScreenCapture command
Hi Guys, I've got a newbie issue, which I haven't found the answer for in the forums. When debugging, how do you get the FindImagePos command to view the webpage (which is what my script is trying to do) and capture that, rather than the debugging window? This is the portion of the script I'm having...