Bugs :  K-Meleon Web Browser Forum
You can talk about issues with k-meleon here.  

Pages: PreviousFirst...9596979899...LastNext
Current Page: 97 of 126
Results 2881 - 2910 of 3766
14 years ago
JamesD
RE main page preview QuoteAll your extensions are belong to us This is not good English. What idea do you wish to convey?
Forum: General
14 years ago
JamesD
QuoteSlayer My original idea was not to trigger the same command, but reducing the code, using a loop. Since all the menus were calling a similar Procedure. This code uses the $ARG statement. The code is smaller. You can make choice of what action to take based on value of $_opt. _myOption{ $_opt = $ARG ; alert("This is the choice. " .$_opt, "test", INFO); } my
Forum: General
14 years ago
JamesD
@ guenter Great idea!
Forum: General
14 years ago
JamesD
I find it hard to think of tabs in the singular. I don't have the tab bar display when there is only one tab. Here is some code that seems to work for catching the close on each tab. Hope it helps. # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- OCT_test.kmm # -----------------------------------------------------------------------
Forum: General
14 years ago
JamesD
OK, if $TabNumber is 1 and you need to know when it is closed then closing that tab is closing KM. Could you possibly just work from knowledge that all but one tab have been closed? What kind of action do you need to have happen on closing the last tab?
Forum: General
14 years ago
JamesD
If you do not have two then you don't have tabs. Maybe then the last one will be "OnCloseWindow".
Forum: General
14 years ago
JamesD
@ Slayer I don't think the macro language likes it when you have multiple items calling the same macro. I added three more and it seems to work. _myOption1{ alert("this is a test1","test" ,INFO); } _myOption2{ alert("this is a test2","test" ,INFO); } _myOption3{ alert("this is a test3","test" ,INFO); } _myOpt
Forum: General
14 years ago
JamesD
Maybe something in this thread will help. http://kmeleonbrowser.org/forum/read.php?4,92852,92852#msg-92852
Forum: General
14 years ago
JamesD
2889. Re: Owner
This is from the Readme.html that is shipped with KM. It is a way to contact the developers. kmeleon-dev@lists.sourceforge.net
Forum: General
14 years ago
JamesD
I get the same results. If code for first button commented out, then I get second button. If no code commented out then I get first button and blank space on line for second button. Seems like a bug. # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- DblButton.kmm # ---------- code testing - NEW BAR AND NEW BUTTON FROM MACRO # # -------
Forum: General
14 years ago
JamesD
At least two systems exist for this type of function. See http://kmeleon.sourceforge.net/wiki/KmmAutoFill or see http://kmeleonbrowser.org/forum/read.php?1,89348
Forum: Development
14 years ago
JamesD
@ desga2 I had language support for KMListBox for the Autoit script. I don't know if that method is something you could use or not. It can be found at http://www.perigee.net/~jmd8421r/KMListBox.7z
Forum: General
14 years ago
JamesD
Where is your profile? Do you have write authority for items where your profile is located? Note: to find profile location use EDIT - CONFIGURATION - PROFILE DIRECTORY.
Forum: General
14 years ago
JamesD
Quotefoobarly desecrating their holy cow Nope, honest opinions should always be welcome. It does seem that the install/update method generates a number of threads in this forum. I don't use it myself. I prefer to use the 7z file and install by hand. Having said that, first impressions of a system tend to color the user's preception of the system. An install/update system that i
Forum: General
14 years ago
JamesD
I suspect that you can change the order items in the following code which is from menus.cfg. &Tools{ !MailNews !WebServices !PrivacySecurity !Settings !Misc }
Forum: Development
14 years ago
JamesD
Edit the toolbars.cfg file for the skin that you use and find the following code. %ifplugin history History{ history(View)|Histor&y View History. Right-click for more options. toolhot.bmp[12] toolcold.bmp[12] tooldead.bmp[12] } %endif Change the code to look like this. # %ifplugin history # History{ # history(View)|Histor&y # View History. Right-click for mor
Forum: General
14 years ago
JamesD
I think it best to backup your current profile before you do anything. I don't personally use the installer. Instead I use the 7z file to create a new KM in a new folder to test first. Once I have the 1.5.3 working, I set the new version to be the default and then delete the folder with the older version. Backing up your current profile is key item here.
Forum: General
14 years ago
JamesD
I did the private title macro, but I don't think that it equates to the private mode. http://kmeleon.sourceforge.net/wiki/KmmPrivateTitle
Forum: Improvement requests
14 years ago
JamesD
2899. Re: Addons
@ drongo A "Morning Coffee" alternate for KM can be done with the Groups2 macro. http://kmeleon.sourceforge.net/wiki/KmmGroups2 Just open in tabs all your Monday sites and save that group with the name "Monday". Do that for each day and you can open all of a day's sites with just two clicks. Just for the record most KM users like KM to be very lean and very fas
Forum: Improvement requests
14 years ago
JamesD
Here is another macro which might help. Look in this thread. http://kmeleonbrowser.org/forum/read.php?1,89348
Forum: General
14 years ago
JamesD
See if this is what you need. http://kmeleon.sourceforge.net/wiki/KmmAutoFill
Forum: General
14 years ago
JamesD
Put this code in your user defined stylesheet. /* -- Links that have been visited are DarkTurquoise -- */ a:visited { color: DeepPink !important; } /* -- Links that need javascript are green -- */ a { color: green !important; font-weight: bold !important; EDIT - CONFINGURATION - USER DEFINED STYLESHEET. Insert code and save file.
Forum: General
14 years ago
JamesD
Quotejsnj Open the search prompt, click the space bar and click OK This crashed my 1.5.2 version on XP-SP3.
Forum: Bugs
14 years ago
JamesD
@ desga2 OK, so that is covered. Thanks for the info. I thought there was a whole toolbar of stuff in ccf.
Forum: Improvement requests
14 years ago
JamesD
@ John What functions are available with the undo pages toolbar on ccf? I don't have a copy of ccf running in order to check for myself.
Forum: Improvement requests
14 years ago
JamesD
Microsoft is writing extensions for Firefox and putting then in updates without telling the users. I am so very glad that I use KM for all my browsing. http://blogs.zdnet.com/community/?p=293&tag=nl.e539
Forum: General
14 years ago
JamesD
@ somebody There is a trick that I use for whole word only searches. If I expect the word to be in text with a space before and after, then I include the spaces in the search. You can test in this thread by using "exam" in your find in page search field. This will not find example.
Forum: Improvement requests
14 years ago
JamesD
Have a look at this thread http://kmeleonbrowser.org/forum/read.php?1,91624
Forum: Improvement requests
14 years ago
JamesD
@ Rodger I have not noticed any problem using favorites with KM 1.5.2 or 1.5.3 on my XP SP3 OS. When you say "freeze" do you mean KM just stops completely or does it eventually continue? Do you get any error message when the freeze occurs? Just to be very clear, we are discussing IE Favorites and not bookmarks, are we not?
Forum: Bugs
14 years ago
JamesD
Just so that I will understand, does any know what kind of changes the command ID_EDIT_UNDO operates on?
Forum: General
Pages: PreviousFirst...9596979899...LastNext
Current Page: 97 of 126

K-Meleon forum is powered by Phorum.