Improvement requests :  K-Meleon Web Browser Forum
Use this forum to talk about a feature you're missing. 

Pages: PreviousFirst...8788899091...LastNext
Current Page: 89 of 126
Results 2641 - 2670 of 3766
14 years ago
JamesD
This thread is for requests to include "How do I" solutions found in the forums. It is not for requesting a solution to a problem, but only to request to include completed solutions in the HDI system. If you have a need for help, please start your own thead in the forum. It is a classic chicken and egg problem. I need this thread so that I can have a URL to include in the HDI sy
Forum: General
14 years ago
JamesD
@ JohnHell I wish to use a part of the right image that you posted on July 02, 2008 05:44AM as a logo on a "K-Meleon How Do I" website. May I have your permision to do so? Thanks
Forum: General
14 years ago
JamesD
The site appears to be down again. I may go a different route. @ siria I was going to allow user updates, but maybe not. Of course that means I have to do all the input. Catch 22.
Forum: General
14 years ago
JamesD
Quotedisrupted just temporary.....please add help etc and snapshots to main page so it becomes a real website. I am just about ready to add a help system. I need a couple of more days to complete the first stage of it. How do I put a link on your main page? Do I have access there? Edit Additional question - Do we have a size limit on this site? It would be helpful to include a jpeg image
Forum: General
14 years ago
JamesD
If you really don't wish to have that function, then do as siria said and put a # symbol at the start of the line which has "VK_BACK = ID_NAV_BACK" in the file accel.cfg. The # will change that line to a comment.
Forum: General
14 years ago
JamesD
The site does not appear to be up today. Temporary problem or something else?
Forum: General
14 years ago
JamesD
@ Brogan I am not an expert but I think the URL bar uses a default Windows font and there is no fix within K-Meleon. I base this on the following item. http://www.ca.com/us/securityadvisor/vulninfo/vuln.aspx?id=37743
Forum: General
14 years ago
JamesD
@ mikekkk and matt Try putting the code in a hotlink. It does not seem to have the size limitation there.
Forum: Extensions
14 years ago
JamesD
For those of us using Favorites rather than bookmarks, the code from desga2 can be put in a hotlink. It works quite well from there. Thanks much to desga2 for listing the code.
Forum: Extensions
14 years ago
JamesD
I always wished to be a hacker. Now "I are one".
Forum: General
14 years ago
JamesD
Highlight color: I wonder if this in not a system color? I search for the word "Cheers" in the first post and on my system the word highlighted in blue. It is the same shade of blue as my windows title line.
Forum: General
14 years ago
JamesD
Yes! I deleted the dat files and now it works just fine. Many thanks for the help.
Forum: General
14 years ago
JamesD
@ JohnHell Ok, I was wrong before. I was opening in a new tab. This time I just clicked on the link. There is a quick ( too fast to read ) display in the statusbar and that is all that happens. I remain on the forum page. I am no longer asked about Open/Save. The file I replaced was gklayout.dll and the current version has the date modified info as 8/25/09 3:33 PM
Forum: General
14 years ago
JamesD
@ enaitzjga I don't think the about should be '.20'. I copied this line from my help-about K-Meleon screen. It shows a '.23' and a Gecko/200980825 date. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090825 K-Meleon/1.5.3
Forum: General
14 years ago
JamesD
OK, I am a complete newbi when it comes to SVG. I have put the new dll file into my KM. Now the site that says "test svg" does not ask me to save or download when I click on one of the dates in the page. However, nothing happens. Am I supposed to see something different? When I click on one of the pictures by a date then I get a new page that is blank. How do I actually know somet
Forum: General
14 years ago
JamesD
Regarding 4), I think it is an operating system method. I have also noticed that the first load of KM is much longer than the next load. This happens with other programs also. I have KM 1.1.6 and KM 1.5.3 on my system. When I use one and then the other, each load is slower. If I use one version two times, the second load is much faster.
Forum: General
14 years ago
JamesD
Oops, sorry. I think I broke MacroIf when I tried to clean up the code. This copy should work. MacroIf.kmm # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- MacroIf.kmm # ---------- Runs at init to produce an ini file with all active macro names # # Dependencies : main.kmm # Resources : - # Preferences :
Forum: Improvement requests
14 years ago
JamesD
If you log in to the forum and have history then a "new" is shown for items since your last visit.
Forum: General
14 years ago
JamesD
I use cookie monster with KM. It works just fine.
Forum: General
14 years ago
JamesD
I use the Klassic skin so the 16x16 buttons are right for me. I have several additional buttons that I have added to my bar.
Forum: General
14 years ago
JamesD
I have two small macros which demo a system to quickly test if a certain macro is running on the system. The MacroIf.kmm file produces an ini file with all the names of active macros. The TestForMacro.kmm file is a demo of how query the ini file. I had hoped the the query method could be used in toolbars.cfg but it does not seem to work as a %if query. @ Jujuland The $macroModules string
Forum: Improvement requests
14 years ago
JamesD
@ JujuLand QuoteWhen a macro is turned off, there is a pref in prefs.js: Found them. Thank you.
Forum: Improvement requests
14 years ago
JamesD
To see the list of macros just run this line of code. alert($macroModules, "Macros",INFO); It is possible to have a macro "turned off". I have to do some more checking to see if I can find that info.
Forum: Improvement requests
14 years ago
JamesD
I will try to obtain use of a machine with win98 for testing. Sorry, but I don't know how long it will take.
Forum: Graphics
14 years ago
JamesD
Quotesiria since FaveRenAdd doesnt work on win98 Do you know what is missing or needs to be changed for win98? I do not have a machine with win98 for testing right now.
Forum: Graphics
14 years ago
JamesD
I don't know much about JS. Does the open(javascript:...) work if the youtube site is opened in the tab with focus? I don't see any difference.
Forum: General
14 years ago
JamesD
New version of code for 1.1.x versions. I don't know what to expect so I don't know if the results are what you wish or not. I don't think I have exactly the same tests that you have. YTubeTest.kmm # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- YTubeTest.kmm # ---------- K-Meleon Macro Language youtube testing --- # #
Forum: General
14 years ago
JamesD
Maybe I have to retract something I said before. Perhaps a macro can run on a tab not in focus. I think now that it cannot change from one page to another, but if it starts on the page in the background tab, it can run there. Try the following macro. Come to this thread and right click on the youtube link that JohnHell provided to load that page in the background. Give it time to load and th
Forum: General
14 years ago
JamesD
If having the macro is required, then have the macro create the toolbar and button.
Forum: General
14 years ago
JamesD
Quotesiria 9) There is no way for something like "%ifmacro xyz" to define a toolbar button, or is it...? Only buttons for plugins seem to work optionally in the toolbar.cfg? Or any trick...? I am not sure I understand. Do you wish for a button (click) to execute a macro or do you need a button to be defined by a macro?
Forum: General
Pages: PreviousFirst...8788899091...LastNext
Current Page: 89 of 126

K-Meleon forum is powered by Phorum.