Linux users :  K-Meleon Web Browser Forum
All about K-Meleon under Linux using wine. 

Pages: Previous12345...LastNext
Current Page: 2 of 126
Results 31 - 60 of 3766
6 years ago
JamesD
siria That works. Now to go see how you do it.
Forum: Development
6 years ago
JamesD
This is great. I have just created a favorite for your post. That will save me time searching for it.
Forum: Development
6 years ago
JamesD
I am sure the resource bit died when KM 74 came along. I had to make changes to the macro and location for 'Local Documents'. I found that I could use this method to locate them with a macro. I added '74' to the macro name to keep it separate from the earlier macro for 1.6. _localdocs_find_res { $_localdocs_res = getfolder( ResFolder ); } The res folder is located
Forum: Development
6 years ago
JamesD
Quoteanonymous Count of addpermB1_CookieSES == 1. Count of addpermB1_CookiesSES == 3. Noted and changed to: Count of addpermB1_CookieSES == 0. Count of addpermB1_CookiesSES == 4. Thanks
Forum: General
6 years ago
JamesD
Quotesiria Check the end of lines 26+36 for typos Yes, I sure am glad that you are checking my typing. I hope this is all the typos. I did not change version # or date.
Forum: General
6 years ago
JamesD
Once pointed, I can sometimes go. All parts ready to test. Even scripts!
Forum: General
6 years ago
JamesD
Quoteanonymous You want about:permissions with additional values for "image" and "script" on the right side? I don't know. I just don't get the about system. Everything except script has been found by siria.
Forum: General
6 years ago
JamesD
siria Are you sure I should be the one doing this? My mind is getting so that I miss the obvious too much. Added these parts... addpermB1_Viewer { id($ARG); } and setmenu($_menu,macro,"Images >> Viewer for:", "addpermB1_Viewer(openImagesPerm)"); setmenu($_menu,macro,"Cookies >> Viewer for:", "addpermB1_Viewer(openCookiesPerm)&q
Forum: General
6 years ago
JamesD
anonymous Yes, the menus to use to go to these items are in TOOLS - PRIVACY - PERMISSIONS. I do not see a way currently to check a table for just one entry.
Forum: General
6 years ago
JamesD
rodocop I know your stuff has much more than the original. The page info is something that you added? Good old Win 10 just had a hiccup. "WINDOWS SERVICE EXCEPTION" I guess I better go and try to find out what that means
Forum: General
6 years ago
JamesD
Well, here is the code. As for testing, that is difficult. I guess I might need to setup a new copy of KM. Some of the things in this one don't let things happen such that the macro makes any difference. It does not cause any error in the console and images seem to display or not as per the macro. I will need t find a domain which does have popups in the way that KM blocks them to te
Forum: General
6 years ago
JamesD
Thanks everyone for the info about which types get certain options. I have this as: ## NOTES::: ## 'SESSION_ONLY' IS APPLICABLE ONLY TO COOKIES ## ## 'PROMPT IS NOT APPLICABLE TO IMAGES OR SCRIPTS ## I have been trying to find a way to link the view data items under tools to menu selections in my macro, but no luck. The privacy plugin only has 'clear data'
Forum: General
6 years ago
JamesD
Quoteanonymous @JamesD Start Firefox and look at Tools/Page Info -> Permissions. I don't run that software.
Forum: General
6 years ago
JamesD
I think I have the right words spelled correctly now. The types are image, cookie, popup, and script. The permissions are allow, deny, and prompt. I have not gotten prompt to work yet. So far I have only tested with the SESSION_ONLY as the fourth parameter. The image was tested actually on a site where block (deny) was obvious. For the others my check was the existence/value of the doma
Forum: General
6 years ago
JamesD
Search the forum for "ResProfile.kmm" and "ResProfile.js" files. I used the hammer approach to copy the current profile to an alternate location. If you cannot find ResProfile.kmm or the link is dead, post back here and I will try refresh it.
Forum: General
6 years ago
JamesD
siria You are right. It must be cookie and not cookies in the statement. With that change my code does work for cookies. At the time that I wrote the docs, I got lazy or something. I used to always test any new statements before writing the the docs for them. I did not do that for 'addperm()'. I don't know much about c++ except that items like prompt, cookie do show and
Forum: General
6 years ago
JamesD
siria So I copied something that Dorian wrote. Maybe I can forgive myself a little bit. Prompt still does not work for me. Images for 'session only' do seem to work. Also in this case the method to remove is to block images previously allowed, or allow images previously blocked. I choose session only to test first because a restart should clean up any mess that I made.
Forum: General
6 years ago
JamesD
And to top it all off, I cannot complain about the documentation, I wrote it! siria, could you fix the wiki? Since my Parkinsons trouble, I don't think I trust me to do anything there. Assuming that I could remember how to get into edit there.
Forum: General
6 years ago
JamesD
Thanks for the proper spelling of 'prompt'. No one caught it in the documentation for a long time. Going back to test again now.
Forum: General
6 years ago
JamesD
Siria I am really late, but have just started my first test. I have success with deny image session only. Now, must apply what I have learned to other types. I will not try to code too many items together at first. One step at a time so I can follow with what is left of my mind.
Forum: General
6 years ago
JamesD
Quote anonymous If you want to test it, hold down the Windows key and press the P key. It opens a panel on the right. Select the display style option "Extend". Thank you.
Forum: Bugs
6 years ago
JamesD
I tried to test with a second monitor. When it was connected to my laptop, everything displayed on second monitor. How do I make items outside of KM display on the laptop display? Using Win10 64 bit and KM 76 beta 2.
Forum: Bugs
6 years ago
JamesD
I have never used a proxy myself, but looking at the preferences (F2) for Network Performance - Proxy - General, there is an item called "Use the following user defined proxy configuration". Is it possible to make a user defined config and set whatever pref/switch such that item is not grayed out but is used? This may be what you are trying. Can you tell me how to make a simple pro
Forum: Development
6 years ago
JamesD
Quotesiria Oh and the interesting new $OnSwitchTab event is only half-implemented yet too! It appeared in macros.dll some time ago already (KM76RC1?), and JamesD says it's actually WORKING already, only two tiny definition parts are missing yet in main.kmm, alongside the other event defintions Actually there are two events available in the current code that need only the initialization c
Forum: Announcements
6 years ago
JamesD
Quotesiria Please consider for next version: Some new users had trouble to maximize/minize the window size, found no buttons for it. But the skin.cfg contains already images for it, so it would be easy to prepare a (hidden?) toolbar too, in toolbars.cfg I think that I have this working. Should I try to make the buttons appear only when the K-Meleon app title bar is not shown? Note: The c
Forum: Announcements
6 years ago
JamesD
Sorry to be so long before reply. Life gets hectic sometimes. I have an external display hooked to my laptop. Everything shows there. Can you explain how to see things on both screens? I have never done this until today.
Forum: Bugs
6 years ago
JamesD
I think that I have a monitor in the attic. I will try to test tomorrow and report back.
Forum: Bugs
6 years ago
JamesD
siria I found one other event that works. OnUserSetup works when added to main.kmm. It is right after OnSetup in order of events. Have no idea why exists without use previously. Perhaps soon, I will hear back from Dorian.
Forum: Development
6 years ago
JamesD
siria The initial value and macros call were items that I added to the main.kmm in the KM76RC2 version on my computer. I think that I need to back track to the information that Dorian provided in his 'rebuilt' RC2 to see if I did not get everything or the main.kmm available at that time did or did not have the items for OnSwitchTab. What happened during testing was that I added t
Forum: Development
6 years ago
JamesD
siria I did send Dorian an e-mail about this. He has not answered yet, but likely not enough time yet.
Forum: Development
Pages: Previous12345...LastNext
Current Page: 2 of 126

K-Meleon forum is powered by Phorum.