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
Download Logger Program
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 1
- Joined: Mon Apr 17, 2006 2:05 pm
- Contact:
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...
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
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
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
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