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

Pages: PreviousFirst...102103104105106...LastNext
Current Page: 104 of 126
Results 3091 - 3120 of 3766
15 years ago
JamesD
Look at EDIT - PREFERENCES - BROWSING - GENERAL. In a block at the top right of the panel is an option to SET AS DEFAULT.
Forum: General
15 years ago
JamesD
I guess it all depend on what you mean by big. My KM 1.5.2 takes up 63 MB on disk but it could take a lot less. Of that 63 MB, 43 is for the cache file, another 1.5 for macros ( I have a lot ), and 1 MB for history. That gets KM down to 17.5 MB. I could do without the plugins for bookmarks, hotlist, gestures, history and update. I could also do without the exe for win98x. All those get rid o
Forum: General
15 years ago
JamesD
I forgot there is a workaround for Roboform. Check this thread http://kmeleonbrowser.org/forum/read.php?1,87216,87223#msg-87223
Forum: General
15 years ago
JamesD
@ Lee in England SearchH does not do autocomplete. I am not positive, but I don't think there an autocomplete for forms. I will look into the matter and see if anything exists.
Forum: General
15 years ago
JamesD
The current MacroLibrary http://kmeleon.sourceforge.net/wiki/MacroLibrary is for KM versions 1.1 and later. QuoteMacroLibrary Macros for versions of K-Meleon prior to 1.1 can be found in the old Macro Library. Any macro using the 'if then else' statement rather than the traditional conditional statement will only run in KM version 1.5 and later. So my question is do I always use on
Forum: General
15 years ago
JamesD
@ desga2 Thanks for the updated file for flashblock. I finally found some time to get it installed. Very happy to have flashblock again.
Forum: Bugs
15 years ago
JamesD
@ guenter Thanks so much for the fix. I finally found some time to copy the files from your zip. Everything worked and I think the position is being held correctly now. All that remains is to put the xpi and zip in a folder I won't forget and write up what to do. This seems to be a perfect training example for how to attempt to make a FF ext work in KM.
Forum: General
15 years ago
JamesD
When we say to integrate a mail pkg with KM, just what functions are required? Am I right to assume that it is more than what is available from the mail icon on the current toolbar? That now opens my Outlook Express.
Forum: Improvement requests
15 years ago
JamesD
If they are new windows maybe you can control from EDIT - PREFERENCES - GUI APPEARANCE - AT STARTUP or POPUP WINDOWS
Forum: General
15 years ago
JamesD
QuoteMrWoo Thanks for that great example of using if statements in macro. Actually, you might put one of those in your tutorial macro. A good complex working example is great to have around. This is the next chapter for Training. http://kmeleon.sourceforge.net/wiki/KmmTraining I have this done for KM ver 1.5.x but have not completed one for KM ver 1.1.x yet. You must install Training.kmm
Forum: General
15 years ago
JamesD
You would expect companies like Google and Yahoo to have their code right. After all the net is where they make their living. When I worked on bmp files for SearchIcon.kmm I assumed they did not have an icon, because none showed up. And let's face it, if it does not work in KM, I am not looking elsewhere.
Forum: General
15 years ago
JamesD
@ guenter I need to make sure that I understand how to use your zip file. I extracted to an empty folder and it made two folders called chrome and defaults. Do I now copy the contents of each folder to the KM folder of the same name?
Forum: General
15 years ago
JamesD
I like the method from desga2 much better than the one I put forward. I don't like having to re-load the page, but in the absence of a preload event, it is the best we can do.
Forum: General
15 years ago
JamesD
Well there is a way. An early proof of concept macro that I wrote for this thread http://kmeleonbrowser.org/forum/read.php?2,87243 can be made to work for user agent change for specific sites. I put some extra code in the load macro. The alert to force a wait is required. Otherwise the load happens before or while the update of the pref is still happening. You could fix the new Groups2 code
Forum: General
15 years ago
JamesD
The problem is when is the macro going to look at the URLBAR? We have an event called onload but that is after the site has loaded. I cannot think of a way to tell the macro to check the URLBAR except by user intervention. Maybe OnOpenTab if the URLBAR is completed before the event. I would have to run some tests.
Forum: General
15 years ago
JamesD
Maybe paths are in embed.manifest
Forum: General
15 years ago
JamesD
I think it is in the source. <tr height="24"> <td content csheight="19" width="301" height="24" colspan="22" valign="top" xpos="13"> <div class="text"> <p class="text">Dernière mise à jour /<i><font class="text" color="#8b0000"&g
Forum: General
15 years ago
JamesD
Quotepyrobombus Will 1.5.2. work on Windows 98SE? Yes, but must execute k-meleonW9x.exe rather than k-meleon.exe
Forum: General
15 years ago
JamesD
Look at EDIT - PREFERENCES - PAGE DISPLAY - FONTS
Forum: General
15 years ago
JamesD
Have a look here. http://kmeleon.sourceforge.net/wiki/ProfileLocation
Forum: General
15 years ago
JamesD
QuoteMrWoo myfunc{ checking values call a function getting data call another function getting user info If user info ok Then do something else Else exit macro - now EndIf some more operations maybe some more function calls } Using your example the statements for 'then' will execute if the data is good. The statements for 'else' will execute if the data
Forum: General
15 years ago
JamesD
@ MrWoo That %20 is a space character. Some other %x replacements which might come up in a URL are: "%20" space "%3D" = "%2C" . "%2B" + "%26" & Try a bit of code like this. $_Snippet_link = gsub("%20"," ",$_Snippet_link);
Forum: General
15 years ago
JamesD
@ MrWoo Take a look at the bit of code below. If the user does a cancel then the return is "" so an if statement executes only when the return != "". There is no else part to the statement so in that case no more code is executed when a cancel is done. _ChmView_RunCode{ $_ChmView_DefaultOut = getpref(STRING, "k-meleon_chmview.general"); $_ChmView_CFolde
Forum: General
15 years ago
JamesD
There is a limit on how many characters can be passed using the exec statement in the macro language. Some site names and some site URLs have very long names. FavRenAdd can help by allowing a shorter name for the site but it cannot change the URL. One version of FavRenAdd does bypass this limit but the method used will not adapt to languages that require UTF-8.
Forum: Improvement requests
15 years ago
JamesD
That file, and many more, are located in a compressed file named embed.jar in the chrome folder. For my KM 1.5.2 version of the embed.jar file is 1,637 kb and has a modified date of Aug. 30, 2008. If you have 7zip then right click on embed.jar, choose 7zip, and open the archive. Drill down to kmprefs and then content. Pref.xul should be there with a size of 11 kb.
Forum: Bugs
15 years ago
JamesD
There is an article of interest here http://blogs.zdnet.com/security/?p=2346&tag=nl.rSINGLE for this thread. We work so hard to keep KM from leaving an empty folder, but if flash is used there may be traces left behind.
Forum: General
15 years ago
JamesD
My KM folder is 54.6 MB but 34.4 of that is cache. That leaves only 20.2 for KM itself, and of that macros and history take 1.6 MB. And KM is still so fast!
Forum: General
15 years ago
JamesD
@ misterp Your AddSessionTabs.kmm is very good. You should put it into the MacroLibrary.
Forum: Development
15 years ago
JamesD
Quotedesga2 Is this the same code than last email that you send me? No, I had some errors in G2_compat and this version of Groups2 is newer. Sorry about the email. My eyes not catch difference between : and ;.
Forum: Development
15 years ago
JamesD
@ desga2 This is an updated version of Groups2.kmm. It has an automatic upgrade from earlier version using pref "list" to this UTF-8 capable version. There is no change to functions in this version. It is only to be able to work for users who need UTF-8 for proper display of text. Groups2.kmm # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLan
Forum: Development
Pages: PreviousFirst...102103104105106...LastNext
Current Page: 104 of 126

K-Meleon forum is powered by Phorum.