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

Pages: PreviousFirst...8889909192...LastNext
Current Page: 90 of 126
Results 2671 - 2700 of 3766
14 years ago
JamesD
I think the best thing to try is to get a moderator to log 888 off the forum so that you can try to login again. No, I am not a moderator. Hopefully one will see this and reply.
Forum: General
14 years ago
JamesD
Question about the page to which you wish to add some JS code. Is that page a known URL ( always the same ) or does it vary?
Forum: General
14 years ago
JamesD
My memory is not as good as it once was, but I think someone on the forum informed that macros only work in the tab with focus. Am I correct in assuming that you need some action preformed on a window/tab which is loading in the background? The closest I have been able to come to that is to save the URL of the current page, open the second page and do an action based on the OnLoad event, and
Forum: General
14 years ago
JamesD
I think the OnLoad function works, but the macro is working only for the focused window/tab. That is to say that OnLoad will inform me when a tab finishes loading in a background tab, but any code called by that OnLoad function runs in the tab with focus.
Forum: General
14 years ago
JamesD
@ disrupted Thanks for the info. I have XP as Ops Sys and the Npdsplay.dll file is in my Media Player folder. I do not see the np-mswmp.dll file on my system. I have not noticed things not playing, but I do not do a lot of video or music. I looked up np-mswmp.dll via Yahoo Search and seems many problems with it. I think I will leave well enough alone.
Forum: Extensions
14 years ago
JamesD
I have JS running. The item needing update on my system is Windows Media Player Plug-in Dynamic Link Library Npdsplay dll. Both the Java and the Shockwave appear to have links when I hover over them. The Npdsplay.dll item does not show a link. I have Media Player 10. Maybe it wants me to get version 11.
Forum: Extensions
14 years ago
JamesD
OK, I have the macro working. I see the site and it says that I need to up one plugin. When I move the mouse pointer over the word 'Update'. it underlines the word. But that is all it does. Is it supposed to take me to a download of an update?
Forum: Extensions
14 years ago
JamesD
Try EDIT - PREFERENCES - K-MELEON PLUGINS - IE FAVORITES. Put a check in the box for enable support ... and restart KM.
Forum: Off-Topic
14 years ago
JamesD
This is from the Resources page: Change the graphical icons in K-Meleon
Forum: Graphics
14 years ago
JamesD
If you right click on a tab there is a dropdown menu with many of the same features. To duplicate a tab, click on tab and hold dowm button and move pointer to an empty space on the tab bar. There are also several user written macros to enchance tab. Some of these are: FileAllTabs found here http://kmeleon.sourceforge.net/wiki/KmmFileAllTabs OpenLinksAsTabs found here http://kmeleon
Forum: Extensions
14 years ago
JamesD
@ disrupted Really great work! I have gotten my ftp program set up for it. It is all ready to go when I have something to place there. Thanks for your many contributions to the KM community.
Forum: General
14 years ago
JamesD
I just sent crash report from my desktop unit, XP-SP3. Crash report was # 811.
Forum: Bugs
14 years ago
JamesD
I changed theme to Classic and added the macro for the x toggle. When I tried the x toggle from the tab menu, KM failed. Bye the way, the Classic theme is ugly. Going to try the other computer now. I have to connect it to display, KB and mouse first. Update: I tried the macro on the other machine. KM failed there also. The second machine has XP-Pro-SP2 (build 2600). My desktop has
Forum: Bugs
14 years ago
JamesD
A family member has given me an old computer to test for him. I am pretty sure that it has only SP2 on it. If I can find time tomorrow, I will try the X on tab there and report results. I cannot find any mention of a 'luna' theme on my machine. The theme that is running just says 'modified'.
Forum: Bugs
14 years ago
JamesD
@ mslayer You are right about my 'index()' statement. Was too late at night for old guy like me. Regarding the 'while' loop, it could look like this. _OpenCleanlink { alert($LinkURL, "The highlighted link", INFO); $_OpenCleanURL = $LinkURL ; $_OpenCleanPos = 0 ; while($_OpenCleanPos != -1) { $_OpenCleanPos = index( $_OpenCleanURL, "&url=htt
Forum: Extensions
14 years ago
JamesD
@ disrupted If you have this working, then I am not going any further with my macro. I could not see how to run without user intervention (right click) and I saw no way to tell if a link was going to have redirect. Thanks for your good work.
Forum: Extensions
14 years ago
JamesD
Guys, I am getting confused. I have the program written to show me the $LinkURL variable from a highlighted link. I don't see the string "?url=" in the $LinkURL from this page. http://www.programurl.com/universal-explorer.htm What I see is "h**p://w**.programurl.com/siteclick.php?a=0&b=1&url=/siteclick.php?a=0&b=1&url=http://w**.spadixbd.com/". I re
Forum: Extensions
14 years ago
JamesD
@ dodobird I have code all ready to go if I can get answers to previous post. Can you explain what you mean by "open page restore"?
Forum: Extensions
14 years ago
JamesD
I will give this a try, but first I need more information. In the following line from the example, which is the url that we wish to use? "http:// www.example.com?url=http:// www.mozilla.org -> http:// www.mozilla.org" Is it 'example.com', first 'mozilla.org', or second 'mozilla.org'? I also need a site, URL, which has code in this manner so that I
Forum: Extensions
14 years ago
JamesD
It appears to be a radio buttion option. Only two choices available which are sort ascending and sort descending.
Forum: General
14 years ago
JamesD
What about using a RAMdisk or something like that? Maybe just holding updates until Ramdisk is full or HDD access needed for a read from sqlite? Would have to be careful with this because some users have computers that do not have a lot of extra RAM available. I don't know if this could be used to check hard drive churn or not. http://www.nirsoft.net/utils/process_activity_view.html
Forum: Development
14 years ago
JamesD
It should not have destroyed any old ones. An empty profile.ini just makes a new profile. Old ones should still be in place, just not active.
Forum: General
14 years ago
JamesD
I have added an additional chapter to Training in the MacroLibrary. http://kmeleon.sourceforge.net/wiki/KmmTraining It covers setmenu, rebuildmenu, menuchecked, setcheck, menugrayed, and setaccel. I hope it proves useful.
Forum: General
14 years ago
JamesD
@ ndebord I have always used the 7z file to load KM for me. After the 7z un-zips to program files\k-meleon <versions>, I put an empty file named profile.ini in the root folder before I start KM. That way KM puts the profile in a folder like this. "C:\Program Files\k-meleon 153\Profiles\q6psu8b0.default" I keep a reserve copy of the profile in My Documents\reserve by usin
Forum: General
14 years ago
JamesD
I am no expert, but I wonder if the bigger files are used when you show files in explorer as icon or tile view. Maybe Windows just enlarges the one size or maybe uses the bigger ones?
Forum: General
14 years ago
JamesD
@ disrupted I had the idea that pref was interger not boolean. http://kb.mozillazine.org/Browser.tabs.closeButtons I put it in my prefs with a value of 1, but KM crashed. One and zero are the values in togglepref in the macro. I think I remember trying this when it first appeared in the forum. It crashed then too. Could it be a problem with my hardware? Maybe I will try on the laptop
Forum: General
14 years ago
JamesD
@ disrupted How did you get the closetab button to appear? Nice shots of the new skin. Will it ship with 1.5.4? Updated -- I have put one more screenshot. I got everything except the close tab X. Every attempt at that has closed my KM with error.
Forum: General
14 years ago
JamesD
@ desga2 I have gotten tab bar to bottom and privacy bar showing, but when I introduce pref "browser.tabs.closeButtons", my KM closes with an error. I was using Tabclosebtn.kmm to make the pref change. What to try next?
Forum: General
14 years ago
JamesD
I have four screenshots in the sandbox now. http://kmeleon.sourceforge.net/wiki/SandBox I think that will be enough when you consider there were none since 0.9 previously. If nobody objects, I will try to copy the four items to the Screenshots page. http://kmeleon.sourceforge.net/shots.php I will wait a day before I try the copy so everyone has time to comment.
Forum: General
14 years ago
JamesD
My first try at this in the sandbox. http://kmeleon.sourceforge.net/wiki/SandBox I uploaded two PNG images but they list as jpeg. At least it works after I found that my file name which was in quotes had to be deleted to make the pictures show. I had to load a fresh copy of KM, because my highly modified Klassic skin would not be avaiable to someone who just loaded KM. Next job is to pl
Forum: General
Pages: PreviousFirst...8889909192...LastNext
Current Page: 90 of 126

K-Meleon forum is powered by Phorum.