On Aug 16, 2006 6:38 PM, [EMAIL PROTECTED] wrote:
> I'm using REALbasic 2005r4 on OSX, and the problem occurs on all
> platforms using any server and any download.  It doesn't matter
> whether the application is a debug app or not.

On Windows, using 2005r4, the DownloadComplete event fires once a file
is downloaded.

Here's the example I used to test it:
1. Place an HTTPSocket on a window and a PushButton
2. On the HTTPSocket DownloadComplete event add:
   MsgBox "Done"
3. On PushButton action add:
   Dim url As String
   Dim f As FolderItem

   url = "http://www.google.com/intl/en/images/logo.gif";
   f = DesktopFolder.Child("google.gif")

   HTTPSocket1.Get(url, f)

The file is downloaded to the desktop and the DownloadEvent fires the
"Done" message.

Carlos

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to