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

Pages: PreviousFirst...119120121122123...LastNext
Current Page: 121 of 126
Results 3601 - 3630 of 3766
16 years ago
JamesD
@ Carson I don't think your update was sucessful. My help:about reads Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12pre) Gecko/20071211 K-Meleon/1.1.3 after I installed the update.
Forum: General
16 years ago
JamesD
Try this code in your accel.cfg file #send page as a link CTRL ALT L = macros(Mail_SendPageURL)
Forum: General
16 years ago
JamesD
I think I have a toolbar button working for this now. You will need an icon for the toolbar and I have put one on my webspace at http://www.perigee.net/~jmd8421r/redo.bmp Save that image as redo.bmp and put it in your skin. I use the Klassic skin. I added the following code in my toolbars.cfg file between history and print. %ifplugin sessions Redo{ sessions(Undo) redo.bmp r
Forum: General
16 years ago
JamesD
@ Matt I am using KM 1.5a1 and my bookmarks.html file is located in my profile folder. Click on EDIT - CONFIGURATION - PROFILE DIRECTORY to see where your profile is located. Copy the bookmarks.html file to a secure location and your bookmarks should be backed up.
Forum: Improvement requests
16 years ago
JamesD
Yes, this can be done. Check out the "Events" in the macro language. http://kmeleon.sourceforge.net/wiki/MacroLanguage2#events Many macros in the macro library http://kmeleon.sourceforge.net/wiki/MacroLibrary use the startup events to time when to build their menus.
Forum: General
16 years ago
JamesD
I was able to make the key F12 do the undo by adding some code to accel.cfg in my profile. #Undo last closed %ifplugin sessions VK_F12 = sessions(Undo) I hope this is what you need.
Forum: General
16 years ago
JamesD
@ JujuLand Thank you for all the information. I am going to remove the copying of Registry.dat from the script file. Based on a request for someone to preserve their Registry.dat file in this thread http://kmeleonbrowser.org/forum/read.php?3,75092,76119#msg-76119 I assigned a level of importance to that file which was not warranted. I guess I caused the lowercase P in profiles. I copied
Forum: General
16 years ago
JamesD
@ JujuLand The script did not work where profiles was lowercase until I added code to handle lowercase. i = Current_Profile_Path.indexOf("Profiles"); if ( i == -1) {i = Current_Profile_Path.indexOf("profiles"); } Without the second line i got the value of -1 and the script failed. I cannot understand how the path on the laptop got a lowercase folder name. Your are ri
Forum: General
16 years ago
JamesD
@ JujuLand On my laptop with KM 1.1.3 the Profiles folder was spelled with lowercase p. Since my old eyes and brain saw what I expected to see, it took me some time to discover why the script failed there. Profiles was spelled with an uppercase P on my desktop machine. As to why copy the whole profile, it is because I was lazy. One copy folder method was less coding than a group of copy f
Forum: General
16 years ago
JamesD
Project is complete. The FavRenAdd macro is in the MacroLibrary. http://kmeleon.sourceforge.net/wiki/MacroLibrary
Forum: General
16 years ago
JamesD
I am working on a macro and script to make a reserve (backup) copy of the profile and the registry.dat file. I have tried it on all the installs that I have a home but I do not know if I have covered all the possible locations. I do not have a multiple user setup. I would like some testing and feedback prior to putting this system in the MacroLibary. I will include the proposed notes, macro
Forum: General
16 years ago
JamesD
I am not an expert on this default setting, but I always thought that if you wanted something else to be the default, that you would set that browser to be the default. I have not seen instruction on how KM would make something else the default.
Forum: Bugs
16 years ago
JamesD
@ sergio Here is some information about Gecko 1.9 http://kmeleonbrowser.org/forum/read.php?2,75310
Forum: Announcements
16 years ago
JamesD
@ndebord I tried the macro on 1.1.3 and it worked without problem.
Forum: General
16 years ago
JamesD
Quotendebord I see this snippet is designed for KM 1.1xxx. Will it also work with KM 1.0.2? I don't have a 1.02 loaded to test. I have 1.1.3 and 1.5a1 loaded. I have found that 1.5a1 closes faster than 1.1.3, Sometimes for OnQuit actions that work just fine in 1.5a1, the same action will have a conflict because KM is still writing something in 1.1.3 For things which run in Windows Sc
Forum: General
16 years ago
JamesD
I tried this with 1.5a1 under XP SP2 and it ran just fine. I had a half page of cookies to delete. KM 1.5a1 seems to close faster than previous versions. # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- EatCookies.kmm # ---------- K-Meleon Macro Language see if cookie monster can run auto at close --------------- # # Dependencies
Forum: General
16 years ago
JamesD
@ prenaud Go to EDIT - PREFERENCES - PAGE DISIPLAY - GENERAL TAB and check the box for "Use external source code viewer". Then browse to your text editor and put that in the field provided. I am using KM 1.5a1 so if you use another version it might be advanced preferences.
Forum: General
16 years ago
JamesD
Are you trying to get Cookie Monster to run each time when KM is closed?
Forum: General
16 years ago
JamesD
What I did was get the 7z version and have it unzip to my KM root directory. Nothing changed in my profile. I still had everything I had before.
Forum: General
16 years ago
JamesD
Does not use that much for me. I tried 1.5a1 and 1.1.3 and the highest cpu usage was 90% and that was only for a moment. Most of the time during the video the useage was 65-75 percent. I am running under XP SP2 fully patched with 1 gig of RAM.
Forum: General
16 years ago
JamesD
I tried the drag and drop ( left mouse button ) and pulled a jpg picture to my desktop. That worked just fine. I can click on the image icon and open the picture. I also was able to use the copy image menu item and paste the image into a word document. That menu item is only available if the image is a link. I wonder if it could be made available if the image is not a link?
Forum: Improvement requests
16 years ago
JamesD
You should be able to get flash player from here http://www.adobe.com/products/flashplayer/ If you wish to be able to rename and add favorites and choose the folder for them, then check out the FavRenAdd macro in the macro library http://kmeleon.sourceforge.net/wiki/MacroLibrary I am not sure about "Save page as *.txt. What would happen to images?
Forum: General
16 years ago
JamesD
Try EDIT - PREFERENCES - K-MELEON PLUGINS - IE FAVORITES and look at the tab for favorites bar. I don't use the bar myself, but all the options KM has are there. My memory is not the best, but I think I have seen information in forum that we do not use favicons.
Forum: Improvement requests
16 years ago
JamesD
There is a default.ico file in my Phoenity skin. That icon looks like blue pages. It is the only file that I have seen that looks like that.
Forum: General
16 years ago
JamesD
If your keyboard is one that has the WINKEYs on it, then WINKEY + M will minimize the window to the task bar. Actually all open windows will be sent to the task bar.
Forum: General
16 years ago
JamesD
If your keyboard is one that has the WINKEYs on it, the WINKEY + M will minimize the window to the task bar. Actually all open windows will be sent to the task bar.
Forum: General
16 years ago
JamesD
@kko Thanks for the info. I will see if I can make the computation happen in JS.
Forum: General
16 years ago
JamesD
Ops. Bad typing. My book DOES NOT have an example.
Forum: General
16 years ago
JamesD
Does any know how to get the width of the current document and assign it to a macro variable? I think JScript might could do it but my refrence book does have an example of anything except writing to a document. The value in the Document Object Model is Document.Width.
Forum: General
16 years ago
JamesD
OK, I understand now. KM has a zoom feature. It is the litte plus and minus symbols on the tool bar. ( I am using klassic skin ) The one with the minus symbol can reduce the page so that it fits the screen and the scroll bar across the bottom goes away. NOTE There are three ways to configure the zoom. You can zoon text only, images only, or full page. You want to select full page to get the
Forum: Improvement requests
Pages: PreviousFirst...119120121122123...LastNext
Current Page: 121 of 126

K-Meleon forum is powered by Phorum.