Off-Topic :  K-Meleon Web Browser Forum
All which isn't K-Meleon related. 

Pages: PreviousFirst...110111112113114...LastNext
Current Page: 112 of 126
Results 3331 - 3360 of 3766
15 years ago
JamesD
You can un-comment the #setclipboard line in the _PingBack_RunPing{ macro and then run obtain ip again. After running open notepad and paste the clipboard to it. That shows the information that was passed to the bat file. The path to write the PingBack.dat file is the third item. The first item is the path to PingBack.bat. The re-direct ping output to file will not work without using a bat
Forum: Improvement requests
15 years ago
JamesD
It means there are not cache files written to disk. History and cookies are another matter. Cache in RAM is gone once the browser is closed.
Forum: General
15 years ago
JamesD
@ kko Thanks so much for your help. The results are in this thread. http://kmeleonbrowser.org/forum/read.php?4,83918
Forum: General
15 years ago
JamesD
As I do not know how to convert Firefox stuff for KM, I tried to get the info using the macro system. I have two versions of a macro called PingBack. One looks up the IP address for every page load and that can be displayed in the title from a memu item under Tools menu. The other version only looks up the IP address on demand from the popup menu under the Tools menu. A second item on
Forum: Improvement requests
15 years ago
JamesD
@ kko You are right, as usual. I found it here. C:\Program Files\k-meleon I guess I will have to fully qualify the location. May have to be in quotes. I found a file called C:\Program on the system during a re-boot. The system warned me about that one.
Forum: General
15 years ago
JamesD
@ kko I still do not have it right. I have the following batch file. PingBack.bat ping.exe -n 1 %1 > PingBack.dat I have tried the following lines from the exec statement. C:\Program Files\k-meleon\Profiles\tq3p1wcv.default\macros\PingBack.bat www.perigee.net "C:\Program Files\k-meleon\Profiles\tq3p1wcv.default\macros\PingBack.bat" www.perigee.net "C:\Program Files\
Forum: General
15 years ago
JamesD
Is there a way to run a console application such as ping.exe from the exec statement in a macro? I wish to run a command like ping.exe -n 1 sourceforge.net > c:\pingback.dat but I get nothing. If I type the line at the command prompt then it works and my information is in the pingback.dat. I can make the exec statement produce the correct line, but in what environment does that run?
Forum: General
15 years ago
JamesD
@ laurent Some possible help for automatic/semi-automatic run of Cookie Monster can be found here http://kmeleonbrowser.org/forum/read.php?1,76260,76327#msg-76327 , and here http://kmeleonbrowser.org/forum/read.php?1,76260,76299#msg-76299 One runs too often and the other needs user to request for a run. I am thinking of trying to construct a macro/js that will check elaspsed time before ru
Forum: General
15 years ago
JamesD
@ caktus I think you can save as many sessions as you wish. You just have to name each session. Whether to use sessions or save page as would be dependent on your needs for the document and how static is the page. If you need the information on the current page but the page is likely to update often, saving the page would be better. However if you need the topic and wish the information
Forum: General
15 years ago
JamesD
@ laurent Try this for Cookie Monster. In KM use EDIT - CONFIGURATION - PROFILE DIRECTORY. Copy the information in the address bar. Close KM and open Cookie Monster. Go to OPTIONS - CUSTOM PROFILE FOR GECKO BROWSERS. Paste the information that you got from the address bar. Do the OK then close and open Cookie Monster. You should then see the cookies from KM.
Forum: General
15 years ago
JamesD
@ ndebord What I did was to click on "My Control Center" and then on "Change Password". I entered my current password in both fields. I was already logged on and it looks like you are also because you are posting as "ndebord". Give it another try and see if it will work.
Forum: Announcements
15 years ago
JamesD
I have put the information about macroinfo in MacroLanguage2 http://kmeleon.sourceforge.net/wiki/MacroLanguage2. I could not find it documented elsewhere.
Forum: General
15 years ago
JamesD
@ caktus When I tested the macro I noticed that on the first tab I had two clicks and on each tab thereafter only one click. The extra click on the first tab to file seems always to be for selecting the folder. Note that my testing was always to put all the files in the same folder. Each tab filed will require at least one click, I think. I did not test changing folders for some tabs.
Forum: General
15 years ago
JamesD
I followed Dorian's directions and changed my password to the same password that I was using. When I needed a fresh login to edit a wiki page it did take two tries before I was approved, but that did work.
Forum: Announcements
15 years ago
JamesD
@ mrbig I went to the site and there were fourlines like pic1 pic2 pic3 pic4 . . . I tried several pics from each line and they all displayed OK for me. I am using KM 1.5.0 on XP-SP3. I accept cookies from the originating site, but I don't know if that makes any difference here. I also went to the mypublicpix site and there were many images there. I clicked on one and got a larger i
Forum: Bugs
15 years ago
JamesD
@ desga2 Thanks for pointing out the bad line. That is what I get sometimes when re-using code. I think I got favorites changed to file before I put it into the MacroLibrary. I can't check right now because of the database problem.
Forum: General
15 years ago
JamesD
I have noticed in many macros the following item. macroinfo=_("some text goes here"); Is this documented anywhere and should I be putting this item into macros that I write?
Forum: General
15 years ago
JamesD
Everyone is having some problems with the forum. The forum moved to a new server and not everything is right just yet. Sometimes it requires several attempts to get anywhere. Regarding the image sites with which you are having problems, can you specify the sites. I will then see if I have the same problem.
Forum: Bugs
15 years ago
JamesD
I think I got it finished. It takes several trys to get anywhere now.
Forum: General
15 years ago
JamesD
This is not the page I expected when I went to edit a new page for KmmFileAllTabs. What did I get? Quote Hay un enlace llamado EditThisPage al final de cada pagina. Haz clik en él para editar la actual pagina que se te muestra. Verás una amplia caja donde en su interior aparece el texto que estabas mirando. Simplemente haz tus adicciones o corrige algun error y pulsa el botón Save? No n
Forum: General
15 years ago
JamesD
@ desga2 Got started on MacroLibrary but could not finish. I kept getting this message, "Sorry, the server database is not responding. Try again later!".
Forum: General
15 years ago
JamesD
@ zynteq7 Is a login required before you have the backspace problem? I went on the main page and also the FAQ and did not have backspace problem in login area or search on FAQ. I am using KM 1.5.0
Forum: Bugs
15 years ago
JamesD
This short macro seems to work for all the tabs in a window. # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- FileAllTabs.kmm # ---------- K-Meleon Macro Language Open FileSaveAs for all Tabs in current window ---- # # Dependencies : - main.kmm KM version 1.5 # Resources : - # Preferences : - # Version
Forum: General
15 years ago
JamesD
To start my audio player which is dB PowerAmp http://en.wikipedia.org/wiki/DBpoweramp, I can use this exec statement. exec("C:\\Program Files\\Illustrate\\dBpowerAMP\\Amp.exe") ;
Forum: General
15 years ago
JamesD
@ Mec94 Sounder.exe will only play 2 seconds of music. You can get the source code here http://www.elifulkerson.com/projects/commandline-wav-player.php and change that if you know how. If you click to execute sounder.exe it has information that is only uses relative paths. For the PgLdSound macro that I wrote 2 seconds was enough. Easy way for the macro to work was to put the wav files the
Forum: General
15 years ago
JamesD
@ Mec94 I don't think that will work. QuoteJamesDSounder.exe does not like using a path. It expects the wave file to be in the same folder in which it resides. sounder.exe c:\windows\media\tada.wav This will not work. sounder.exe tada.wav this will work. I did a test using the command prompt. I put a copy of sounder.exe in the folder where the command pro
Forum: General
15 years ago
JamesD
@ Mec94 Sounder.exe does not like using a path. It expects the wave file to be in the same folder in which it resides. sounder.exe c:\windows\media\tada.wav This will not work. sounder.exe tada.wav this will work.
Forum: General
15 years ago
JamesD
@ Jon You can tell if your settings are being kept by looking at the browser configuration under EDIT - CONFIGURATION. Changes you make are in bold letters and have "user set" instead of "default". My eyes are not so good any more so I have changed the minimum font size to 14. That line, "font.minimum-size.x-western" shows bold and has "user set interger
Forum: General
15 years ago
JamesD
@ Roger I have tinkered a bit with the international version and I think I have a copy the way you wish. This is not going in the MacroLibrary. It is just for users who do not like the original version. # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- FavRenAdd.kmm # ---------- K-Meleon Macro Language Rename/Add page to Favorites ----
Forum: Improvement requests
15 years ago
JamesD
QuoteMacrolibrary descriptionThe user may cancel from the rename prompt and the process will be aborted. A cancel from the folder prompt will result in the default folder being used. That will be the Favorites folder. This is way it has always been. Are you requesting an "abort" if the user does not choose a location? That could be done, but I would have to see some buy in from ot
Forum: Improvement requests
Pages: PreviousFirst...110111112113114...LastNext
Current Page: 112 of 126

K-Meleon forum is powered by Phorum.