Development :  K-Meleon Web Browser Forum
K-Meleon development related discussions. 

Pages: Previous12345...LastNext
Current Page: 4 of 24
Results 91 - 120 of 696
15 years ago
kko
Open Windows Explorer (open any folder), type "%appdata%" into the location bar and hit Enter. This will direct you to a folder where you should find a subfolder named "K-Meleon". Rename this subfolder (while K-Meleon is not running) to "K-Meleon_old". Then start K-Meleon. It will create a new profile. Do not yet delete the folder that you have renamed to "K-
Forum: Bugs
15 years ago
kko
QuoteJamesDI never get any PingBack.dat file built. Maybe you are looking in the wrong location. Specify fully qualified paths. Ping.exe is located in the %path%, so the console should find it. But it's not clear where PingBack.dat is meant to be located - in the directory of the batch file or in the directory of ping.exe.
Forum: General
15 years ago
kko
You have to put this command into a bat/cmd file and call that from your macro. The output diversion (> c:\pingback.dat) is a feature of the command console. Ping.exe can't do that itself.
Forum: General
15 years ago
kko
QuoteMark WilliamsonFriends, as the owner of a few freeware and shareware sites, please can you elaborate as to what exactly Internet Spirit has done as I am unfamiliar with both products at the moment. Have they simply copied your browser or code or is it something else as I cannot fully understand the message sent to me (first post). If they are claiming work or copying work we will remove
Forum: General
15 years ago
kko
Hey, this can't be it, really: http://sourceforge.net/projects/ghostfox/ http://ghostfox.sourceforge.net/
Forum: General
15 years ago
kko
QuotecaktusOne idea I had for efficiently saving tabs for off-line viewing was to simply save them as a session. But it seemed that after being disconnected from the Internet for a short period of time, sometimes just an hour, the content of the pages would be dumped and all I would get is something like "Page could not be found" or some such message. However, this morning I found tha
Forum: General
15 years ago
kko
QuotepanzaPanzer here. I can't get into general forum with Kmeleon. But with FF - no problems at all, Why is that? See here.
Forum: General
15 years ago
kko
QuoteJujuLandDo we must register again (I haven't tried) or wait for account restore ? As far as I've understood Dorian, the passwords that were stored on our server were lost due to the migration. That is to say, once you are logged off from the forum, you cannot log in again because our server is then unable to verify your password. If you are still logged in to the forum, go to
Forum: Announcements
15 years ago
kko
QuoteJujuLandIf you want the kmm file works with 1.5.x and 1.1.x with specific code, you can test the value of $kLayers. if $kLayers==0 then you're using Tabs (and you're normally under 1.5.x) . else you're using Layers and are under 1.1.x A+ No, a km 1.1 with layers disabled is not a km 1.5.
Forum: General
15 years ago
kko
Quotejk--You are using K-Meleon 1.5? I haven't figured out why but KM1.5's new macro code I don't think works correctly. I cannot get a menu to change a boolean pref like in 1.16 The problem is that macro Greasify_Toggle is not executed at all. Add an alert() to test it. Can't tell you why, though.
Forum: General
15 years ago
kko
See Edit > Preferences > Browsing > Window Diversion
Forum: Bugs
15 years ago
kko
That's a cross site scripting issue. Will be fixed in the next release. Thank you for reporting.
Forum: Bugs
15 years ago
kko
KmmShortcut now works in both km 1.1 and 1.5 (no edition required).
Forum: General
15 years ago
kko
@noout: Please contact me: kko AT freakmail DOT de
Forum: Localization
15 years ago
kko
All chrome files are encoded in UTF-8. In properties files, Unicode symbols (\u...) were used in the past when UTF-8 was not supported. That's just a legacy. You can use UTF-8 in properties files too.
Forum: Localization
15 years ago
kko
QuoteNesteaPlease, go to F2> Browsing> Tab General> ... and select Netscape Bookmarks> In a new tab (In background). Click on Bookmarks (in the menu bar) and click any bookmark. A new tab opened in the background. Now, press Ctrl+B and double click any entry. The already opened tab has been replaced. Is this a bug? No. The options where to open bookmarks (and whith which mouse
Forum: General
15 years ago
kko
QuoteMattIch versuche die dll-Dateien übersetzen. Dazu habe ich die de-DE-locales genommen. Alles läuft ganz gut, nur in der kmeleon.dll im Dialog und String Table steht immer: LANGUAGE LANG_GERMAN, SUBLANG_GERMAN Ist es möglich die Sprache zu setzen in die ich übersetze, in diesem Fall Polnisch? Ja. QuoteMattWenn ja, was und wo muss ich ändern? Am einfachsten gelingt das mit de
Forum: Development
15 years ago
kko
Just open Edit > Configuration > Profile Directory. There you should find your bookmarks.html file.
Forum: General
15 years ago
kko
Quotedesga2I made a syntax-highlighting for K-Meleon Macro to use with Notepad++ (this use Scintilla engine). I'm revising the defined colors because i don't like, but i'll posted the result in next days. Great! I tried myself to teach Notepad++ the K-Meleon macro syntax since I think it is more popular than SciTE. I just couldn't get the code folding working - something tha
Forum: Development
15 years ago
kko
QuotendebordAs for the syntax and the proper editor, I'll wait for your modificaiton of that editor. It's now available here (just meant to be the beginning of a collection, hopefully).
Forum: Development
15 years ago
kko
Quotendebordkko, kko>> Macro names can contain alphanumeric characters and the underscore only! So hyphens are no good? No, actually the hyphen is a minus sign and that represents the subtraction operator... QuotendebordBTW, thanks for the redo. I was knocking my head trying to figure out what I was doing wrong. No problem. The new macro parser tells you the exact location wh
Forum: Development
15 years ago
kko
Quotendebord#_Weather{ $OpenURL="http://www.weatherunderground.com/cgi-bin/findweather/getForecast?query=11101"; &OpenURL_InNew; #&OpenURL_InBg; #&OpenURL_InNewWindow; } Line break missing: # _Weather{ $OpenURL="http://www.weatherunderground.com/cgi-bin/findweather/getForecast?query=11101"; &OpenURL_InNew; #&OpenURL_InBg; #&OpenURL_InNewW
Forum: Development
15 years ago
kko
QuoteJamesD$_FavRenAdd_Execute = "execute" ; exec("wscript.exe \"".$_FavRenAdd_Path."\" 3 \"".$_FavRenAdd_Execute."\"") ; Why so complicated? exec("wscript.exe \"".$_FavRenAdd_Path."\" 3 execute");
Forum: Improvement requests
15 years ago
kko
Gecko 1.9 requires at least Windows 2000: http://www.mozilla.com/en-US/firefox/system-requirements.html
Forum: Development
15 years ago
kko
QuotedatiswousWhen I open 36 new tabs (on a full row) it crashes on tab 36 Well, does it hang or does it crash? hangs = doesn't respond anymore (or very slowly) --> check CPU usage crashes = closes unexpectedly Is it with any 36 tabs/pages or only with certain 36 tabs/pages (a saved session for instance)? Quotedatiswouselroy: That probably means you have a dual core pc so it i
Forum: Bugs
15 years ago
kko
QuoteenaitzjgaIf the old group is changed by the comp macro, the resulting session is not working, most of the numbers in the stated line are zeros and when I try to open the session the browser goes minimized in a weird way, going to the top left of the screen and showing the Windows desktop in the background. Could be a failure of the compat macro of course. But I can't fix it when I can
Forum: General
15 years ago
kko
QuoteguenterDas de-DE Forum war AFAIK lange Windows 1252 kodiert und der Header sagte dem Browser es ist UTF8 , da kam dann nur Mist raus - lag nicht am Browser, sondern am Web-Design DU hast es geändert? :B Ja, ich hatte endlich mal Zeit dafür. Wir haben den Zeichensalat ja nun lange genug angeschaut. Nur fürs Wiki ist es noch nicht korrigiert... QuoteguenterTeile e.g. *.css könnte ich
Forum: General
15 years ago
kko
See also: http://kb.mozillazine.org/Profiles.ini_file
Forum: Development
15 years ago
kko
QuoteMrWooHere is my first macro. Maybe not pretty, but pretty useful for me. It allows the last session to be opened upon startup. An ini file lets the value dictate if it does this or not. Perhaps a more advanced user could tell me if this should not be a macro itself, but should go somewhere else, or any other suggestions Well done! I just don't quite understand the purpose of this macr
Forum: General
15 years ago
kko
QuoteguenterGrundsätzlich: Dieses K-Meleon Forum ist auch das Deutsche Apropos: Ist dir am deutschen Forum etwas grundsätzliches aufgefallen?
Forum: General
Pages: Previous12345...LastNext
Current Page: 4 of 24

K-Meleon forum is powered by Phorum.