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

Pages: 12Next
Current Page: 1 of 2
Results 1 - 30 of 38
5 months ago
froggy
Voila ! ver 1.6 B2.4 Ca marche ! J'ai installe MSvce8dist.exe C'etais Facile. Bon. Merci a tous ! In English: It worked ! ver 1.6 B2.4 Installing MSvce8dist.exe did the trick. Thanks All !
Forum: Bugs
5 months ago
froggy
No I did not download it. Not sure how big that is. I may not have enough space for it. I only have about 200 MB left. I dont think I willl try it. I will try v 1.6 on my laptop tomorrow.
Forum: Bugs
5 months ago
froggy
I tried K-Meleon 1.6.0 Beta2.4. Nothing changed. No buttons. I made sure I tried all the above suggestions. I tried to install SP3 but there is not enough free space on my c: drive to install it. - thats what I get for using a dell optiplex GX-1 server from 2002. I will try v. 1.6.0 on my laptop ... to be continued
Forum: Bugs
5 months ago
froggy
None of the suggestions solved the problem 1. kmeleon.toolband.&Main Bar.visibility; (was already true) 2. "Toolbars/General" does not exist. Only "Toolbars/URL bar" exists (and it was checked) I use win XP SP2. I will try MS Visual C++ or I guess else I will have to keep v 1.5.x Thanks
Forum: Bugs
5 months ago
froggy
I upgraded from v 1.5.x to 1.6 There are no buttons. No BACK, FORWARD, HOME, RELOAD, HISTORY, etc How do I get the buttons back?
Forum: Bugs
5 months ago
froggy
When I do a search on ehow.com, such as http://www.ehow.com/how_2041690_fly-rc-helicopters.html, all I see is a black screen with a message in the middle "Must See: Slide Shows". I understand Gecko is the engine K-Meleon uses to render webpages. Is it that the Gecko version I am using is incompatible with the ehow pages or do I need some plugin that I dont have? How would I know?
Forum: Bugs
11 months ago
froggy
That was easy. Thanks for pointing it out.
Forum: Development
11 months ago
froggy
How do you keep the focus on the current tab while clicking a link which opens in a new tab. The focus always seems to go to that new tab. I think IE 8.0 does what I want by default. Again, Just want to keep the focus on the current page even if I click a link to open another tab while Im still on that original page. If there is a simple setting to check in the preferences, I cant find it
Forum: Development
1 year ago
froggy
Thanks for the help! I will try that.
Forum: General
1 year ago
froggy
Go to http://www.ies.co.jp/math/java/conics/draw_parabola/draw_parabola.html scroll down to "APPLET" and you should see the applet. In IE 6.0 it opens. In k-meleon 1.5.3 it says "after installing the plug-in click here". I have everything in "Tools > Privacy" unchecked. In F2 > javascript, only "Enable JavaScript" is checked. "about;
Forum: General
1 year ago
froggy
I see. Yes a button is nice. I didnt realize the "Use External Source Code Viewer" option was available. I can now use either the button or keyboard shortcut to open notepad.
Forum: Development
1 year ago
froggy
I must have done something wrong the first time. It works now, just like EditSource. I made my own 16x16 button using MSpaint. Thanks
Forum: Development
1 year ago
froggy
Not sure why I cant get Src_v_np.kmm to work but the EditScript Extension above does work so I' got what I need. Thanks
Forum: Development
1 year ago
froggy
I would like to view the source code of a web page in notepad, not html. CTRL-U opens the source in a new html window. Is there a macro I can load where I can press a newly created button to open the source in notepad, as can be done in IE? Thanks
Forum: Development
1 year ago
froggy
That works just fine. Thanks for the help ! Appreciate it.
Forum: Development
1 year ago
froggy
THanks for the help. I placed your code in the toolbars.cfg file: My Buttons bar{ BugMeNot{ macros(BugMeNot) button mouseover description buttonimagebmp.bmp[0] buttonimagebmp.bmp[0] buttonimagebmp.bmp[0] } } But I get a blank button. Not sure about the "Toolbar Definition File " you pasted. Can I get the blank button to show &
Forum: Development
1 year ago
froggy
I want to launch the bugmenot macro thats on this site here: http://kmeleon.sourceforge.net/wiki/KmmBugMeNot but not by the rt. clicking in context menu, which is what this macro will do. I want to launch it by clicking a new toolbar button. Not sure what to put in toolbars.cfg ? FYI My scripting experience in minimal. Using v 1.5.3 Thanks
Forum: Development
1 year ago
froggy
Yes it does. Works perfectly now. Thanks !
Forum: Improvement requests
1 year ago
froggy
I tried these scripts but I must be doing something wrong. No change in the menu options
Forum: Improvement requests
1 year ago
froggy
I dont see an option (in ver 1.5.3) to "send shortcut to desktop" or equivalent as is an option in IE. Am I not seeing it or is it not there? I dont want to have to always use CTRL+ALT+I to send page to IE and then "send shortcut to desktop". Thanks
Forum: Improvement requests
1 year ago
froggy
today it seems that it works unless you select the "default" user agent, close and re-open k-meleon. then it opens the mobile site. Wierd. I use ver. 1.5.3 win 98se and DSL (non wireless).
Forum: Improvement requests
1 year ago
froggy
Javascript was enabled.
Forum: Improvement requests
1 year ago
froggy
When I go to CNBC's main site http://www.cnbc.com it forces k-meleon to http://m.cnbc.com (CNBC's mobile site) with less content. How can I get it to not see k-meleon as a mobile browser? I have about 10 user agents and none of them do it. It lets IE 6.0 open www.cnbc.com. thanks
Forum: Improvement requests
1 year ago
froggy
Is there a way to get the default text size to be bigger. Currently I must do "zoom in text" i.e. "ctrl=" or "ctrl-" I would like all pages to open by, default, one click bigger (ctrl=) Thanks
Forum: General
1 year ago
froggy
I will try it. thanks.
Forum: General
1 year ago
froggy
No, i don't know this. It's easier to backup ?
Forum: General
1 year ago
froggy
Do you know what file the "sessions" entries are stored in so I can backup the file?
Forum: General
1 year ago
froggy
Looking for bat file to open websites in multiple tabs of one window. The following bat file opens websites in new windows, not in multiple tabs of one window. There's probably a simple mod to this file that will work? @ECHO OFF SET BROWSER=c:\k-meleon\k-meleon.exe SET WAIT_TIME=2 START %BROWSER% "mail.yahoo.com" @ping 127.0.0.1 -n %WAIT_TIME% -w 1000 > nul START %BROWSER% &
Forum: General
1 year ago
froggy
Thank you for the information! You're right I hadn't done the macro. Your macro works great. Great support !
Forum: Improvement requests
1 year ago
froggy
This helps. But it seems I must rt. click the java button to get the "content manipulation" window to open. Is there a way to enable/disable the actual "content manipulation" function by simply toggling the toolbar button directly without the extra step? If not, this will suffice. Thanks.
Forum: Improvement requests
Pages: 12Next
Current Page: 1 of 2

K-Meleon forum is powered by Phorum.