Extensions :  K-Meleon Web Browser Forum
All about K-Meleon extensions. 

Pages: PreviousFirst...100101102103104...LastNext
Current Page: 102 of 126
Results 3031 - 3060 of 3766
15 years ago
JamesD
I have been getting a database connection error when attempting to connect to the forum with KM 1.5.2 on my desktop unit. I can get to the rest of the site, just not the forum. This does not happen on my 1.1.6 version on the desktop nor does it happen to this 1.5.2 version on my laptop. I erased all cookies using Cookie Monster but that did not help. I could get to specific threads using hi
Forum: General
15 years ago
JamesD
Found the problem. It is the last line in the file. Delete everything after: $macroModules=$macroModules."OpenLinksAsTabs;";
Forum: General
15 years ago
JamesD
@ desga2 Thanks for the fix and uploading. I did not know that the smiley remained when code downloaded. I thought it only appeared in forum. I see that you did the other menu items as well. More thanks for that. I hope this is what Charlie wants. I see one problem ahead. There seems to be an upper limit on number of tabs. Maybe he will not do a page with more than 99 links.
Forum: General
15 years ago
JamesD
@ caktus Only one menu item in this version. Right click on a tab. "Open_Links" will the next to last item in the drop down menu. Will work on more menu locations if this works as you desire.
Forum: General
15 years ago
JamesD
There are a couple of files from the MacroLibrary http://kmeleon.sourceforge.net/wiki/MacroLibrary which might help you. They are WHOIS.kmm http://kmeleon.sourceforge.net/wiki/KmmWhoIs and PingBack.kmm http://kmeleon.sourceforge.net/wiki/KmmPingBack
Forum: Improvement requests
15 years ago
JamesD
I think I have the code working now. So far I have only one menu location in the code. If this is what is needed more menu locations could be added. I have found some pages where this javascript does no see the links. I don't know how to fix that. OpenLinksAsTabs.kmm # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # ---------- OpenLinksAsTa
Forum: General
15 years ago
JamesD
So far I have had no luck using window diversion to change the output. Prefs for opening in tabs - here http://kb.mozillazine.org/Browser.link.open_newwindow and here http://kb.mozillazine.org/Browser.link.open_newwindow.restriction seem to indicate we could force new windows to new tabs. So far I have not made it work.
Forum: General
15 years ago
JamesD
@ caktus I am confused. Do you want to open or save the links? The code that you referenced was to open links. I am trying to convert that from layers to tabs and use window diversion. Does anyone know to which pref this refers? getpref(BOOL, $pref_Popups) This is my code so far: # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # ---------- Ope
Forum: General
15 years ago
JamesD
I will try, but first I have to find "Save All Links". Where is that item located?
Forum: General
15 years ago
JamesD
@ caktus If you wish your profile to be in a folder under the KM folder then there must be an empty file called profile.ini in the KM root folder. If your file there was profile.ini.txt or profile.txt then you profile will be put in Docs and Setting\ etc. If using notepad to create the empty file, you must select "all files" when you save else notepad will add txt as the extension.
Forum: General
15 years ago
JamesD
Oops I mistyped. The next to last line in CloneTab.kmm is wrong. Replace the : with a ; and it works.
Forum: Bugs
15 years ago
JamesD
Quotedesga2 No, underscore isn't the problem. 1) Problem is Preferences setting override the macro accelerators settings. Try to use other accelerator like "CTRL MButton" or "ALT MButton". 2) With a macro you can't clone tabs in background, only tab in foreground. (This needed toolbar plugin implementation to mouse behavior in tab bar and created a new macro f
Forum: Bugs
15 years ago
JamesD
Maybe I am having another senior moment, but I think you have to remove the underscore from the macro name to use it in setaccel. setaccel("MButton","macros(_DuplicateTab_Focus)"); should be setaccel("MButton","macros(DuplicateTab_Focus)"); and corresponding change in DuplicateTab_Focus{ That's the way I tried it, but it still did not work.
Forum: Bugs
15 years ago
JamesD
@ desga2 I tried the setaccel statement but whatever is set in preferences seemed to override. MButton continued to close the tab. That is why I did not include in macro.
Forum: Bugs
15 years ago
JamesD
@ DannyD I could not get MButton to work, but maybe this will help. If you right click on a tab, you get a dropdown menu. I have added two clone methods to that menu. # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- CloneTab.kmm # # Dependencies : main.kmm # Resources : - # Preferences : - # Version
Forum: Bugs
15 years ago
JamesD
I have just been looking at the PDF readers on my machine. I have Adobe Reader 9 and Haihaisoft. While it is true that Adobe has more features, I begin to wonder if those features are worth 195 MB. The reader 9 folder is 198 MB and Haihaisoft is 3.4 MB. If you are just interested in reading PDF files that you download or receive, the Haihaisoft product may provide all the features you require
Forum: Off-Topic
15 years ago
JamesD
@ finger_fruit This is all I could find about KM on a Mac. http://kmeleon.sourceforge.net/wiki/FAQ#platforms
Forum: General
15 years ago
JamesD
@ desga2 Thanks for your help. I have it working now and that means I have a good model for a new bar or button if a future project requires them. The image for the button is here. http://www.yourfilelink.com/get.php?fid=486330 # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- NewButton.kmm # ---------- code testing - NEW BAR AND NEW
Forum: General
15 years ago
JamesD
@ desga2 I have made the panorama. I tried with just image name plus and had no button. I then added path to image, but still no button on the bar. The tooltips appear. The button area changes shading when I mouseover, and the non-appearing button works correctly when I click on it. There is just no button on the bar. GOT IT NOW!! I had my brackets in wrong place. Changed to Nu
Forum: General
15 years ago
JamesD
@ desga2 I can't believe I missed those items. Thanks. Everything is working except there is no image on the button. I have double checked and the bmp files exist in SKINS\DEFAULT. The button exists on its own toolbar which displayed just under the throbber. The function works and closes all tabs except the current tab. Can anyone see what I have missed doing for the images to app
Forum: General
15 years ago
JamesD
I seem to need some help getting these plugin messages to create a new bar and button. I think I have the input fields correct, but no bar or button is created. Where would a new bar show? Is a menu name required? Am I doing the last blank field correctly? Any suggestions greatly appreciated. # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---
Forum: General
15 years ago
JamesD
CTRL + right button See accel.cfg in KM\default\settings
Forum: General
15 years ago
JamesD
I have the Haihaisoft reader running. It is fast. I don't think I see any fill in forms stuff. But also I don't think I have a PDF with fill in blanks part.
Forum: Off-Topic
15 years ago
JamesD
I am not sure that I understand your question. Do you wish to pass a URL to KM and have it loaded and print? If that is so then perhaps a special profile which has a macro using the OnLoad event and ID_FILE_PRINT. I think it is possible to specify a URL and profile on the command line. See this http://kmeleon.sourceforge.net/wiki/CommandLineOptions
Forum: General
15 years ago
JamesD
Sounds like you are using FavRenAdd.kmm to add your links. At this time there is no way to refresh the list. The DLL for favorites needs a major re-write. You can see updates without a restart by using FAVORITES - EDIT.
Forum: Improvement requests
15 years ago
JamesD
@ desga2 I just went to the website and it worked for me. KM 1.5.2 on XP SP3. Still had the storm video playing so I tried another choice to make sure not coming from cache. Cold weather video played just fine. What additional info about my system might you need to see I can and you cannot see the site?
Forum: General
15 years ago
JamesD
I went to http://cgi.ebay.com.au/Rear-Ultima-Gas-Shock-Absorbers-BMW-3-Series-E36_W0QQitemZ110334188824QQihZ001QQcategoryZ33590QQssPageNameZWD1VQQrdZ1QQcmdZViewItemQQ_trksidZp1638Q2em118Q2el1247 and I got the un-responsive script message. I clicked on whichever answer was on the right side of the message box and I got to an auction for Gas Shock Absorbers. It is site specfic. I don't
Forum: Bugs
15 years ago
JamesD
I tried the link and had no problem. There was a breaking report about a storm.
Forum: General
15 years ago
JamesD
It is possible to open a link in a background tab, but there is not a CommandID to open a new empty tab in the background. To open a link in a background tab, right click on the link and select that option from the menu. If this is not all the info that you need, post more description of your requirements.
Forum: General
15 years ago
JamesD
Here is my way to add a toolbar icon for your weather app. First I have placed an icon (16x16 size) here. http://www.yourfilelink.com/get.php?fid=485518 It is a couple of clicks into their file system to get it. You will need to make a folder under Skins and name it Default. Put the new icon in that folder. Next is to make a change to toolbars.cfg in your skin. Add this code Weat
Forum: Improvement requests
Pages: PreviousFirst...100101102103104...LastNext
Current Page: 102 of 126

K-Meleon forum is powered by Phorum.