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

Pages: Previous12345...LastNext
Current Page: 3 of 9
Results 61 - 90 of 248
11 years ago
deadlock
@Michael >I wasn't getting any new window coming up "File/New Window" >in that tab some time after a few browser restarts. Use force reload (not just reload) or clear cache. Didn't block frames that way before and don't have to. >am unused to going into 'about:config' in browsers You can use Preferences (F2). >It's a learning curv
Forum: Bugs
11 years ago
deadlock
@Michael must be restarted for the change to take effect? Just interested in what you're doing. Are you talking about browser.frames.enabled? Same as 'Tools/Privacy/Block Frames'. If I turn on frames in about:config, iframes are shown in new browser windows (CTRL+N). If I turn off frames in about:config, no iframes are shown in new browser windows (CTRL+N). Tested on
Forum: Bugs
11 years ago
deadlock
@JohnHell 'Talking by myself, learning C ...' Didn't know that anyone else is still interested in that old language. There is a little bit of C in kplugins, extern 'C' { KMELEON_PLUGIN kmeleonPlugin *GetKmeleonPlugin() { return &kPlugin; } but you don't need 'knowledge' to recompile them, if your compiler can read the code.
Forum: Bugs
11 years ago
deadlock
Enable/Disable Status Bar messages isn't implemented. Existing unused Gecko preference name is: dom.disable_window_status_change Enable/Disable Tooltips isn't implemented. Existing unused Gecko preference name is: browser.chrome.toolbar_tips I've modified and tested current beta including Tooltips for Status Bar Icons. Not sure if that was available before. Found an
Forum: Development
11 years ago
deadlock
@JamesD >Bamboum's error message mentions 'npswf32_11_2_202_233.dll'. >Is it possible to print flash? >I will have to experiment some. I've tested printing to 'Microsoft XPS Document Writer'. The result inside xps file is usable but not perfectly formated. I've used Flashplayer 11.2.202.235 debug version on XP SP3 and printed while watching a
Forum: Bugs
11 years ago
deadlock
@JamesD >I guess I miss a lot of things surfing the web now If fear is your permanent companion, you can create a Linux partition for unscrupulous web usage, or start analysing bad scripts to write filters for them. SVG doesn't need JS, but the sample page uses JS. Thought it was nice, fixed the broken Seamonkey links and added K-Meleon.
Forum: Improvement requests
11 years ago
deadlock
@JamesD >I did not realize that flash had to be running >for SVG to work. It works with flash on. If you're talking about my sample, it works without flash plugin. If you're talking about a sample in one of guenter's links, some may use flash. Which one was it?
Forum: Improvement requests
11 years ago
deadlock
@JamesD >Can you point me to some of the patches for chrome? I don't remember. If some tests fail, test in FF 3.5/3.6 to find out what's supported by Gecko. about:config svg.enabled svg.smil.enabled (Gecko 1.9.2++) You can test it here.
Forum: Improvement requests
11 years ago
deadlock
QuoteJamesDLooks to me like some pass and others don't pass. That will help as soon as we know what he needs. Most people didn't apply all chrome patches published in forum.
Forum: Improvement requests
11 years ago
deadlock
QuotejkSVG support is just indispensable in some applications Which application? Do you have any URLs to pages using it? Should be possible if Firefox 3.5/3.6 supports it.
Forum: Improvement requests
11 years ago
deadlock
@JamesD Thanks
Forum: Development
11 years ago
deadlock
@JamesD Thanks for testing the dialog. Didn't find any other title bar without text yet. I've also used 256 colours Klassic skin, but had to modify AuraAlpha for testing transparent throbbers on custom toolbar backgrounds. But, I was only asking for the name of the windows theme, that provides the colours of all screenshots except blackhawk. The greenish background. Loo
Forum: Development
11 years ago
deadlock
@JamesD It isn't from chrome. I guess it is IDI_EXCLAMATION from Windows OS. Thanks for the comparison. You didn't post your 1.6b2 dialog, but I guess it has no text in title bar. On my system it looks like this. I've removed the top left KM icon, added K-Meleon name and version to title bar and IDI_EXCLAMATION in message area: Screenshot 1.6 betatest What theme
Forum: Development
12 years ago
deadlock
@JamesD >How do I create that situation? Open tryhtml_form_method_post sample, enter text, click submit and press F5.
Forum: Development
12 years ago
deadlock
I'm missing the title in a dialog box of 1.6b2. It opens if the browser has posted a form request and refresh is clicked. The window has an icon but no title. The message and the 'resend button' are defined in Chrome: confirmRepostPrompt=To display this page, the application must send information that will repeat any action (such as a search or order confirmation) that
Forum: Development
12 years ago
deadlock
There is a way to get the missing status bar text for all old programs and language libraries. Export/Import of missing stringtable entries with (*.res) files works using resource editors. K-Meleon 1.6b2 knows that 33900 is 'New Tab'. Expample EN String Table -2119 --1033 STRINGTABLE LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US { 33900, 'Open a new tab' }
Forum: Development
12 years ago
deadlock
QuoteJujuLand I think it's not possible to add this string because the program wouldn't be able to call it. But I think that if this string already exists with an index, we have just to translate it in k-meleon.dll I think it is possible. Look at the source. Line 465 #define ID_NEW_TAB 33900 You can use ID_NEW_TAB in your localized rc-file. QuoteJujuLand There is a very long
Forum: Development
12 years ago
deadlock
Years ago some menu options were added to resources without description for status bar. ID_NEW_TAB "Open a new tab" And localization experts like Alain would have to add this to French kmeleon.dll: ID_NEW_TAB "Ouvrir un Nouvel Onglet"
Forum: Development
12 years ago
deadlock
QuoteJamesD I have not found an injectJS() that works in 1.7. Send page as a link, page properties - images and links don't work either. Now I remember. All that works fine in 1.7 CVS version. Last summer I told dorian about a faulty setting in CVS code of injectJS. He applied changes here: BrowserWindow.cpp-1.19+1.20 Obviously this bug is in 1.7a2 only and it was no date() bug.
Forum: Development
12 years ago
deadlock
@JamesD If you didn't test all injectJS commands used by K-Meleon 1.7a2 default installation and selected injectJS with 'new Date()', only, to get a working 'personal' history macro, then my question is: Is there a working injectJS command in your 1.7a2? If there is no command, you'll have to replace all components that use injectJS, or create a new bin
Forum: Development
12 years ago
deadlock
QuoteJamesD There are problems with the macro language in 1.7 version. Dates will not report using the x=injectJS command and file extension is left off when writing an ini file. $_Snippet_Date = injectJS( 'var d = new Date(); function returnVar(d){return d;} returnVar(d);'); alert( $_Snippet_Date, 'Date()', INFO); This does not work in 1.7 but does work in 1.6 versions
Forum: Development
12 years ago
deadlock
QuoteJohnHell So, with that behavior, when you type a character, or, better said, an string, that matches lots of entries, there is a memory overflow and crashes. For example, in 1.6b2 happens to me a lot. I tend, as is normal to every internet user, to write www.whatever.com. When you type www., comes the memory overflow (loads of matches for www., what is normal, by the way) and crash. No ti
Forum: Bugs
12 years ago
deadlock
kmeleon.js in KM1.6b2 has following preferences: pref('kmeleon.print.BGColors', false); pref('kmeleon.print.BGImages', false); Both don't exist in code and chrome and can be replaced by working settings: pref('print.print_bgcolor', false); pref('print.print.BGImages', false);
Forum: Development
12 years ago
deadlock
QuoteTerminator Typing: Ctrl-L, then t in the address bar terminates immediately all browser windows. It is a known bug. The count of t's in your history triggers the crash. Browser Crashing When I Type 'A' Into URL Bar You can reduce the size of your history in steps to prevent browser termination. Or, you can compile it yourself using the information in the
Forum: Bugs
12 years ago
deadlock
@ndebord >Is it truly that easy? Yes! Send a note if you can't open tabs in background with this option. It was rarely used and overlooked. Changing all entries in chrome to match K-Meleon.exe's entry would work too. It only exists once in BrowserFrmTab.cpp (CVS).
Forum: Development
12 years ago
deadlock
@guenter >though I do not understand the good of the improvement. 1) exactly what Robert requested 2) empty toolbar, if bookmark menu button is disabled too 3) starting point for optimizations Any idea how to label it in preferences? This will prevent an empty bar: Search: useButtons &= (useButtons != NULL); Insert: if(!bChevronEnabled) {useButtons = TRUE;} Thanks
Forum: General
12 years ago
deadlock
@guenter 1) Code not log. 5.) no problem 7.) not using VS2005 libraries 8.) thanks in advance
Forum: General
12 years ago
deadlock
@guenter >.\ns_bookmarks_utils.cpp(1034) : error C2015: Zu viele Zeichen in der Konstante Please show it +/-3 lines around it. >You possibly have made additional changes. No, and it is almost the same code that is used a few lines above. 1034 BOOL useButtons = TRUE; >I hope it is not due to a difference in the compilers. I doubt that is the reason. You've inserted a
Forum: General
12 years ago
deadlock
A setting in preferences 'Window Diversion' doesn't work in 1.54/1.6/1.7 because C++ sources and chrome sources use a different parameter. There is a simple fix for all official K-Meleon releases: Search replace binary in kmeleon.exe to make it compatible with official K-Meleon chrome packages. replace: kmeleon.tabs.loadDivertedInBackground with: browser.tabs.load
Forum: Development
12 years ago
deadlock
@guenter >Apart from that if it is only a kplugin that has to be compiled? Yes Source: http://kmeleon.cvs.sourceforge.net/viewvc/kmeleon/k-meleon/ns_bookmarks/ns_bookmarks_utils.cpp?view=markup&pathrev=MAIN search: SendMessage(hWndTB, TB_SETBUTTONWIDTH, 0, MAKELONG(0, 100)); insert below the above line: BOOL useButtons = TRUE; kPlugin.kFuncs->GetPreference(PREF_BOOL, 
Forum: General
Pages: Previous12345...LastNext
Current Page: 3 of 9

K-Meleon forum is powered by Phorum.