Download Logger Program

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
technohamster56
Posts: 1
Joined: Mon Apr 17, 2006 2:05 pm
Contact:

Download Logger Program

Post by technohamster56 » Mon Apr 17, 2006 2:10 pm

I want to create a program that monitors what you download and tells you how much you have downloaded and the sizes, etc. But I don't no how to. Is it possible, and if so, how would you go about doing it?

technohamster56

Jerry Muelver
Posts: 21
Joined: Sat Apr 08, 2006 10:19 am

Post by Jerry Muelver » Mon Apr 17, 2006 2:32 pm

I did it by installing FireFox. :roll:

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Post by BvG » Mon Apr 17, 2006 3:04 pm

I don't think that you can make a program that monitors downloads, made by another program, with rev.
You can however make a downloader with rev, an app that you use to download stuff. You'd need to copy every download to that app though...
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

Garrett
Posts: 386
Joined: Sat Apr 08, 2006 8:15 am
Contact:

Post by Garrett » Mon Apr 17, 2006 5:11 pm

Or, if the browser you use is set to download to a specific folder with every
download, then you can monitor that directory, keep track of the files and
file sizes etc using Rev.

-Garrett

Garrett
Posts: 386
Joined: Sat Apr 08, 2006 8:15 am
Contact:

Post by Garrett » Mon Apr 17, 2006 5:15 pm

Another note. The AltBrowser plugin (I think it's considered a plugin)
I believe has the ability to do this.

http://www.altuit.com/webs/altuit2/altB ... efault.htm

The plugin gives you the ability to create your own web browser using
Rev. And the plugin does allow quite a bit of control over the browser
that is embedded on your Rev stack. So it most likely has a function
that tells you the file size, and at what byte the download is currently.

Only drawback is that it is a bit pricey.

-Garrett

Post Reply