General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 

Pages: Previous12345...LastNext
Current Page: 2 of 9
Results 31 - 60 of 248
11 years ago
deadlock
QuoteMessi ... install and compile a new GRE with password support for K-Meleon If you've got the time. http://kmeleon.sourceforge.net/wiki/BuildKMeleonDistribution I've used this version in March. http://hg.mozilla.org/releases/mozilla-1.9.2/rev/1057d77f1d49
Forum: General
11 years ago
deadlock
@Marcus bb2_screener_ cookie from kmeleon.sourceforge.net will always expire 'at end of session'. If you look at PREF cookie from .google.com the value in 'Expires' depends on your setting in network.cookie.lifetimePolicy and maybe network.cookie.lifetime.days. You can only reduce their lifetime, or create and add fake versions yourself with kmm/javascript, If
Forum: General
11 years ago
deadlock
@froggy 1) about:config 2) kmeleon.toolband.&Main Bar.visibility;true 3) Restart K-Meleon or open new window. If that doesn't work and you're using an older windows version, try F2 -> look for Toolbars/General and disable 'Display Menu Bar as a toolbar'.
Forum: Bugs
11 years ago
deadlock
QuoterodocopNo working password manager in any 1.7-assembly. Thanks for testing and confirming this. Almost forgot how to get it working. The 1.7a/a2 came without password support in GRE. The updated variations use GRE without KM modifications, with large xul.dll taken from other Mozilla browsers. There is no problem with 1.7a2 program or plugins, Password support works, if you compil
Forum: General
11 years ago
deadlock
QuoteKleon You are right, it looks a little better in Windows Classic. But I think I will stick to Windows XP, though. The background bmp is the default background for AuraAlpha. It should be in your Skins folder (if you're using 1.5.4 or later). My idea was, that you move it to the left of throbber. Found the original background of AuraAlpha and deleted the request from my old mess
Forum: Graphics
11 years ago
deadlock
QuoteKleon I meant the size of the .avi file. I attach a small screenshot to show what I mean. At least this is how it looks in Alpha Aurea Large. I haven't tried it in other skins. This is no big deal, however. And thanks for the .ico files. They work very well in loading tabs. You're using Windows XP Style and have lines in the background bitmap. It doesn't happen with Wi
Forum: Graphics
11 years ago
deadlock
QuoteKleon It could fit the skin a little better Wrong size? Wrong color? No transparency? QuoteKleon Also it would be nice if it could be added to the tabs, when loading (am I asking too much?) Are you talking about animated pictures in tabs? If I use lighthouse loading.ico it gets replaced by cached favicons in a second. It looks nice, if I disable favicons and use lighthou
Forum: Graphics
11 years ago
deadlock
Quoteduffy98 I was looking in Preferences to see if I could find the 32 number anywhere and maybe increase it to 40 but I didn't have any luck in that area. ... You can't change it in Preferences. It was 9 years, 9 months ago... #define MAX_BUTTONS 32 and was never changed. You need a new favorites.dll for that.
Forum: Bugs
11 years ago
deadlock
QuoteFabrice Each time I click on different shortcuts, which I have in a folder, to open different Internet pages with K-Meleon, the new K-Meleon page stay behind my folder. I want my K-Meleon page to become active without clicking on this page to force it to appear. That was discussed before and I only fixed it for myself. Look at bugid: 1321. It never made it to CVS, but all 1.6x CVS upda
Forum: General
11 years ago
deadlock
PriorTabs.kmm update. Works only with new CVS version of macros.dll. Current CVS version allows only 1024 characters. Not good enough.
Forum: General
11 years ago
deadlock
New version of PriorTabs.kmm uses index number from menu to get URL from PriorTabs.ini. 260 character URL length restriction should be gone.
Forum: Extensions
11 years ago
deadlock
@JamesD What KM version has the new longer length for ini files? There is no download available. CVS update was only 7 month ago. A newer macros.dll is needed. Did you ask the project owner? I suppose he updated it in response to your forum request.
Forum: General
11 years ago
deadlock
@JamesD I remember that you and Siria asked for it. A few days later something was fixed in CVS. Just found out, that URL Bar cache history allows only 260 chars. That should be fixed first. Invalid URLs are not good for testing. Retested with 1982 char URL without problems. @cactus If you want no popups, comment out the line beginning with: $_PriorTabs_CurrType == 2 ...
Forum: General
11 years ago
deadlock
@JamesD I set the cutoff at 250 for priortabs. Is it still necessary with last years macros.dll update? It allows string length of 1024 characters.
Forum: General
11 years ago
deadlock
@caktus The message doesn't exist in Gecko and K-Meleon. Try to find the origin of the message. Disable third party macros and addons and try again.
Forum: General
11 years ago
deadlock
@JohnHell ...even if you don't like it. Only irresolute. Try to get a modified version from project owner. It was already in the sources. To enable Continue... button inside frame, the following lines in BrowserGlue must be modified: remove double-slash: //::NewURI(getter_AddRefs(uri), CStringToNSString(siteUri)); add double-slash: mpBrowserView->GetBrowserWrapper()->
Forum: Bugs
11 years ago
deadlock
@JamesD a few lines of code in main.kmm to allow injectJS() Yes, I know and red the threads, but it is very special. That's why it is not part of greprefs. It should be added to Chrome 'Preferences /Privacy & Security' (not set/true) or as optional download from kmext.sourceforge.net. I'd prefer to continue looking for old preferences, that don't exist
Forum: Development
11 years ago
deadlock
@JamesD I played around with obtaining system date ... using javascript date(). Your other solutions are great too. default macros work for me I'll try to clean up the defaults to prevent conflicts with personal configurations.
Forum: Development
11 years ago
deadlock
@JujuLand Where can I find a 1.7 version using v1.2+ ? I can't compile it ... The project owner updated CVS and has a compiled version. Hum, I don't understand, just copying your code in a macro and executing, and error console has these errors. Forum replaces my double quotation marks with single quotation marks. I dont understand the utility of encodeURIComponent() Fo
Forum: Development
11 years ago
deadlock
QuoteJohnHell Easy, just create an html in your desktop with this code and test from there: <html> <body> <iframe width='100%' height='100%' src='https://www.pcwebshop.co.uk/'> </body> </html> (I don't know why is shown a semicolon in the code :-?, but it doesn't harm) Why should we waste time, if there are no real l
Forum: Bugs
11 years ago
deadlock
@JujuLand KMM => Invalid expression 'var a=window,b=document, KMM => ) expected but found ;. KMM => Invalid statement Quotation marks only on the outside. There was no error in my sample.
Forum: Development
11 years ago
deadlock
@JujuLand >With 1.7.0, JavaScript doesn't open alert box I've fixed that last spring to enable view->Links/View->Linked Images/View->Images. Disabled InjectJS in 1.7 alpha. The macros above work with all 1.6 and new 1.7 using BrowserWindow.cpp v1.2+. @JamesD Did you optimize any default macros with new InjectJS commands?
Forum: Development
11 years ago
deadlock
@JujuLand Not sure what you're trying to do, but created working macro lines for 'KM 1.6/1.7 CVS' with encodeURIComponent, title and location: injectJS( 'var a=window,b=document,c=encodeURIComponent,d='&title='+c(b.title),e=alert(c(d),d) ;'); injectJS( 'var a=window,b=document,c=encodeURIComponent,d='&title='+c(b.title),e=c(b.lo
Forum: Development
11 years ago
deadlock
Update: All km printer entries in kmeleon.js can be replaced. kmeleon.print -> print.print The project owner removed them only 5 years ago: kmeleon15-preferences
Forum: Development
11 years ago
deadlock
@km2 Yes. bookmark.dll == Netscape compatible bookmarks. hotlist.dll == Opera compatible bookmarks. favorites.dll == IE compatible bookmarks. But I guess you want something different.
Forum: General
11 years ago
deadlock
@km2 Can you provide more details please? kplugin? Bookmark Manager? ...
Forum: General
11 years ago
deadlock
QuoteJohnHellhttps://www.pcwebshop.co.uk/ ... With 1.6b2 appears a button and doesn't work if the encrypted site is inside a frame. Many thanks for the link. Can you provide a link to reproduce your problem inside a frame? QuoteJohnHellWith JamesD builds, something gets fixed, because appears 3 buttons, but with the same behavior (with frames) and only works the 'continue...�
Forum: Bugs
11 years ago
deadlock
@4td8s Thanks... I didn't care for speed (no big difference here). If you can print Flash content with 11.x.x.x, then it failed for me because of outdated DirectX, video drivers or another OS component. And I'm sure it's not a browser bug.
Forum: General
11 years ago
deadlock
Quote4td8sI have Flash Player 10.3.183.19 installed on my XP computer (both activex and plugin versions) but my Vista and Win7 machines will have Flash Player 11.2.202.235 I've downloaded 10.3.183.19 unpacked and tested printing Flash on XP without problems. Is 11.x.x.x only for Vista/Seven and newer?
Forum: General
11 years ago
deadlock
Update: rodocop was right. Tested printing in some different browsers. Flash 11.2.202.235 almost always crashes printing flash. Flash 10.3.183.15 and 10.x.x.x print without problems. Didn't find a working 11.x.x.x version. Either some XP support was removed, or some Vista/Seven requirements were added, or my graphics drivers are too old for new plugins. Found a (new?) bug in
Forum: Bugs
Pages: Previous12345...LastNext
Current Page: 2 of 9

K-Meleon forum is powered by Phorum.