General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
how to view recent downloads
Posted by: jackuars
Date: November 12, 2010 01:49PM

how do i view the recent downloaded files in k-meleon browser. there is a downloads drop down tab in view in firefox. how about here?

Options: ReplyQuote
Re: how to view recent downloads
Posted by: JamesD
Date: November 12, 2010 06:15PM

I did this kind of quick, but I think it will give you access to your last download. Copy the code into Notepad. Give it the name in bold. Save it to your user macro folder. Make sure you save with 'all files' so that Notepad will not add 'txt' to the file name.

DLView.kmm

#  K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)
#  
# ---------- DLView.kmm
# ---------- K-Meleon Macro Language View Last Download ---------------
#
# Dependencies        : main.kmm 
# Resources           : explorer.exe
# Preferences         : "kmeleon.download.lastDir"
# Version             :  0.5   2020-11-12
# --------------------------------------------------------------------------------

_DLView_Display {
$_DLView_Use = getpref( STRING , "kmeleon.download.lastDir" );
exec("explorer.exe ".$_DLView_Use) ;
}

_DLView_BuildMenu {
setmenu("&View",macro,"Last Download","_DLView_Display",3);
}

##  - - - - - - - - - - - - - - - - - - - - - - -
$OnInit=$OnInit."_DLView_BuildMenu;";
$macroModules=$macroModules."DLView;";


Options: ReplyQuote
Re: how to view recent downloads
Posted by: jackuars
Date: November 15, 2010 12:43AM

yeah i tried this out. but doesnt help me in any way. it just opens the folder thats all. i cant resume the paused downloads after closing and opening k-meleon. that's why i want it to show in the downloads tab. i hope now u do understand me.

Options: ReplyQuote
Re: how to view recent downloads
Posted by: guenter
Date: November 15, 2010 01:16AM

Quote
jackuars
i cant resume the paused downloads after closing and opening k-meleon. that's why i want it to show in the downloads tab. i hope now u do understand me.

K-Meleon does not have download manager functionality such as resume download like Firefox has.

Devs here believe in a light one purpose machine and do not replicate the functionality a dedicated tool would do better.

There are several K-Meleon extension for integrating download managers.

Options: ReplyQuote
Re: how to view recent downloads
Posted by: fromhell
Date: November 15, 2010 09:39AM

Quote
jackuars
yeah i tried this out. but doesnt help me in any way. it just opens the folder thats all. i cant resume the paused downloads after closing and opening k-meleon. that's why i want it to show in the downloads tab. i hope now u do understand me.

Downthemall

an integrated xul download manager. with this extension you can queue your file downloads, pause them and resume downloading them later.
menu entry: link context>send linkto >downlthemall
extra notes: -
versions supported: 1.1.x - 1.5.x

http://kmext.sourceforge.net/ext6.htm

Options: ReplyQuote
Re: how to view recent downloads
Posted by: jackuars
Date: November 16, 2010 01:07AM

@James3, guenter, from hell
thanks for ur replies. i will go with free download manager
Regards
Diana

Options: ReplyQuote


K-Meleon forum is powered by Phorum.