libURLSetStatusCallback: is there a simpler way?

2007-02-19 Thread David Bovill
if there is an easier way... but this is what I am thinking of doing... If I set libURLSetStatusCallback then I could effectively log all calls to urls that are in the process of loading but not in the cache yet. That is the following status commands would be (effectively) sent back from the server: queued

libURLSetStatusCallback

2006-11-09 Thread jhonken
Dave, Thanks that works great. I'm still not understanding how the libUrlSetStatusCallback works. I've been reading the docs and I keep getting an error with the following test code: libURLSetStatusCallback myProgress,the long ID of me go stack URL http://www.x12help.com/mystack.rev

Re: libURLSetStatusCallback

2006-11-09 Thread Dave Cragg
On 9 Nov 2006, at 14:55, jhonken wrote: Dave, Thanks that works great. I'm still not understanding how the libUrlSetStatusCallback works. I've been reading the docs and I keep getting an error with the following test code: libURLSetStatusCallback myProgress,the long ID of me go stack URL

RE: libURLSetStatusCallback

2006-11-09 Thread jhonken
Dave, Again that worked great. I'm going to try to feed it into a progress bar next. Jeff -Original Message- From: Dave Cragg [mailto:[EMAIL PROTECTED] Sent: Thursday, November 09, 2006 10:53 AM To: How to use Revolution Subject: Re: libURLSetStatusCallback On 9 Nov 2006, at 14:55