Hi there:
I have created a subclass of httpsocket specialized to do picture
downloads when given a http: style URL. I'd like to do something like
this to dynmically create such sockets as needed (because I'd like have
downloads progress in parallel fashion to cut down on download time):
Dim socket1 as MyPixSocket
socket1 = new MyPixSocket
This socket has an download method that initializes some internal state
variables and that includes a command as following:
"me.get url,folderitem" (where i usually assign a temp folderitem)
It seems to accept that command but I never receive a pagereceived or
downloadcomplete event, where I have other commands waiting to process
the image. Any clues as to where I might be thinking the wrong way?
Thanks!
_______________________________________________
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>
|