Graphics :  K-Meleon Web Browser Forum
All about K-Meleon icons, skins and throbbers. 

Pages: PreviousFirst...106107108109110...LastNext
Current Page: 108 of 126
Results 3211 - 3240 of 3766
15 years ago
JamesD
There might be a way to blacklist if I could find the documentation on the privacy DLL. This is not yet in the wiki.
Forum: Improvement requests
15 years ago
JamesD
I have gotten icons for the following search engines. For some like Yahoo I just match for the first few letters in the name to get all the variations of Yahoo search. lable actual chars AllTheWeb AlltheWeb.com AltaVista AltaVista AOL AOL 3 ASK Ask.com GigaBlast Gigablast Google Google 6 HotBot HotBot Lycos L
Forum: General
15 years ago
JamesD
@ desga2 I don't understand. This from code that did not work. I am putting a quote around string 3. $_SnippetTag = "\"" . "&Search Buttons,..... This is from current code which works. $_SearchIconTag = "&Search Buttons, macros(Search),... The "\"". is gone and this code works. Did I not remove a quote? Removing the "\&quo
Forum: General
15 years ago
JamesD
I have edited the PluginCommands page http://kmeleon.sourceforge.net/wiki/PluginCommands and changed the incorrect line for pluginmsg(toolbars, "SetButtonImage"... I removed the extra quotes. toolbars $bChecked = pluginmsgex(toolbars, "IsButtonChecked", "<ToolbarName>, <ButtonID>", INT); $bEnabled = pluginmsgex(toolbars, "IsButtonEnable
Forum: General
15 years ago
JamesD
@ disrupted Got this loaded and like it a lot. Thanks for your work. One question about picmailer.kmm. I see errors in the error console, but if they are corrected then app does not work. I am talking about the two lines at 14 and 15. Can't put semi-colons there. Are they supposed to be one line with 16?
Forum: General
15 years ago
JamesD
@ Dorian Thanks for your hard work. Sorry I don't have Vista. Anything specific I should test in XP-SP3 ?
Forum: Announcements
15 years ago
JamesD
@ desga2 I don't have to believe in systems where the first thing is numbered zero. I am forced to use them. Discussions on what zero is caused me to take accounting instead of engineering. Next job is getting more icons for more search engines. Do you know if there is a limit on how long a panorama can be?
Forum: General
15 years ago
JamesD
It is in the Error console. This is a new way to display errors? I guess we will not see startup errors now, only in the console?
Forum: Bugs
15 years ago
JamesD
I just loaded 1.5.2 RC2 and the problem persists there also. I removed a quote from a statement in a macro to make it unbalanced. I get an error in 1.5.0 but the later versions do not produce the error message. Do we need a bug report on this?
Forum: Bugs
15 years ago
JamesD
I have uploaded a new SearchIconTool.bmp file. http://www.perigee.net/~jmd8421r/SearchIconTool.bmp This goes in /skins/default folder. It is organized with COLD icons indexed as even numbers and HOT icons indexed as odd numbers. It works with this new version of the macro. Quotedesga2 To add this line in search.kmm file (K-Meleon\macros\): Search_Engine{ macroinfo=_("Search the W
Forum: General
15 years ago
JamesD
In version 1.5.2 RC the error reporting for macros does not seem to work. When I copied a macro which did not seem to work from the RC version back to the 1.5.0, I got error messages for bad coding. There were no error messages for the code in the RC version.
Forum: Bugs
15 years ago
JamesD
Yes, changing the line in search.kmm file works very well. I think I like it better than checking on every onload event. I doubt that I have much artist sense. I will try some color enhance for the HOT icons. I will let you know how that works out. Thanks for the excellent advice.
Forum: General
15 years ago
JamesD
@ desga2 I got the InfranView program. I made a small panorama view. http://www.perigee.net/~jmd8421r/SearchIconTool.bmp I just did some screen captures to the icons that I used. Is there some way to do a general change to the background or something in order to make a copy to use as HOT? I guess I would use this one as COLD. Maybe I will try to do the whole list or maybe just part.
Forum: General
15 years ago
JamesD
@ desga2 OK, I like the idea of HOT and COLD. Easy to fix in the macro. As to the list of search engines, that is not so easy. I have icons for the four that I use. If this is to go into MacroLibrary I guess I would need a fair number of the most used engines. I just don't know which ones in the list that comes with KM should be included. I just use the four that are already in the
Forum: General
15 years ago
JamesD
@ desga2 I got my documentation from here. http://kmeleon.sourceforge.net/wiki/PluginCommands This is what I saw and was working from. pluginmsg(toolbars, "SetButtonImage", "<ToolbarName>, <ButtonID>, , Path/to/new/image.bmp[0]"); With your help, I have SearchIcon.kmm working now. I just have to find icons from a large number of search engines and I ne
Forum: General
15 years ago
JamesD
@ desga2 YES !! It works now. The documentation is wrong. Documentation shows the third item in quotes. It should not have quotes. Thanks very much for your help. Now I can get on with the rest of the project.
Forum: General
15 years ago
JamesD
@ dreamz I can see the active tab with ease. Check on this in EDIT - PREFERENCES - GUI APPEARANCE. Look to see if "Display Toolbar Background" is checked. I have it checked and I can see that the active tab is white while all the other tabs have the background color. I am using KM 1.5.2 RC on XP -SP3. I am using the Klassic skin with a light yellow background instead of the def
Forum: General
15 years ago
JamesD
@ degas2 I made sure that default folder was in skins folder and contains the image files. This is $_SnippetTag in current test under 1.5.2 RC. "&Search Buttons, ID_NAV_SEARCH, COLD, filter_url.bmp[0]" It is used in this line of code: pluginmsg(toolbars, "SetButtonImage", $_SnippetTag); I observe no change in the button.
Forum: General
15 years ago
JamesD
These are the values that I tested. No change on button image so far. $_SnippetTag values "&Search Buttons, ID_NAV_SEARCH, , 'C:\Program Files\K-M 152RC\Profiles\8rp6m7e9.default\macros\SearchButtons\\filter_url.bmp'" "&Search Buttons, ID_NAV_SEARCH, , 'C:\Program Files\K-M 152RC\Profiles\8rp6m7e9.default\macros\SearchButtons\\filter_url.bmp[0]'
Forum: General
15 years ago
JamesD
@ Jujuland I think I understand about COLD|HOT, but first I have to get the image on the current search button replaced by code in a macro. What I want to do is to have images for many search engines and replace the standard button with another image based on which search engine is current. The idea comes from this thread. http://kmeleonbrowser.org/forum/read.php?2,85367 The current code
Forum: General
15 years ago
JamesD
PrivateTitle.kmm is now in the MacroLibrary. http://kmeleon.sourceforge.net/wiki/KmmPrivateTitle
Forum: Development
15 years ago
JamesD
@ desga2 That is on my "to do" list for tomorrow.
Forum: Development
15 years ago
JamesD
@ desga2 Not yet, I will try in 1.5.2 RC tomorrow.
Forum: General
15 years ago
JamesD
@ desga2 Your Javascript importance is relative. It might be routine to you, but since I have never used any, it is great to me. You got tabs included where I could not. The custom title is a good addition also. Small change so that if loading title checked prior to use of PrivateTitle, then loading title is checked after use. PrivateTitle.kmm # K-Meleon Macros (http://kmeleon.s
Forum: Development
15 years ago
JamesD
If the code for both versions still exists, perhaps in future version have the option to choose which type to run?
Forum: Improvement requests
15 years ago
JamesD
Now PrivateTitle.kmm is fully functional including tabs. Tabs ability due to great JS code from desga2. Many thanks for that. PrivateTitle.kmm # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- PrivateTitle.kmm # ---------- K-Meleon Macro Language to halt display of page titles --------------- # ---------- also halts display of info i
Forum: Development
15 years ago
JamesD
Found problem. It is the use of tab loading title and maybe tab loading icon. I had tab loading title checked. When unchecked, it works for tabs too. Will have make macro check for these and fix to false while private is in use. I will get back with an updated version soon.
Forum: Development
15 years ago
JamesD
@ desga2 Not working on tabs for me. I just checked and Javascript is enabled. I do not have noscript. Is there anything else that would prevent the injected JS from working? You are seeing the text on the tab change to "Private"? I only see the window bar at the top, the URL bar and the taskbar change to private. I have put back in your code for Javascript. Here is the curr
Forum: Development
15 years ago
JamesD
Quotedesga2 Your code have an error in line 27: } <= Delete this bracket Thanks, I edited the post. I tried the javacript. I still see the old title on tabs. We need a special global variable called $TABTITLE or $TABCAPTION that is not read only.
Forum: Development
15 years ago
JamesD
I can get the page titles and info in urlbar to "Private" but I don't think there is a variable for the tab title. PrivateTitle.kmm # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- PrivateTitle.kmm # ---------- K-Meleon Macro Language to halt display of page titles --------------- # ---------- also halts display of info
Forum: Development
Pages: PreviousFirst...106107108109110...LastNext
Current Page: 108 of 126

K-Meleon forum is powered by Phorum.