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

Pages: PreviousFirst...107108109110111...LastNext
Current Page: 109 of 126
Results 3241 - 3270 of 3766
15 years ago
JamesD
@ disrupted I took a look at the config files for 1.5.2 beta and 1.5.2 RC using "bar" as the filter and almost every setting that begins with "kmeleon.toolband." is different. I wonder if this is just for the RC version or is it going to be standard. Also most are listed as default in beta but as user set in RC. I was able to get everything on just one bar by changing
Forum: Bugs
15 years ago
JamesD
@ Desga2 From MacroLanguage2 $TabNumber INT The number of tabs in the current window. From Command IDs ID_TAB_LAST Go to previously selected tab. ID_TAB_NEXT Go to next tab. ID_TAB_PREV Go to previous tab. This is all I can find. Maybe some more documentation will be available soon. What does the @ symbol indicate in @Tablist? I can what it does but I just don'
Forum: Improvement requests
15 years ago
JamesD
@ Desga2 I think it is possible to build a list of all the tab names, but we don't have a sort feature in the macrolanguage. Also I can find no statement or command id that will change the position of a tab on the tab bar. Could I not have complete documentation?
Forum: Improvement requests
15 years ago
JamesD
QuoteDorian Download and use it to send me a crashreport. Wow! This is 1.5.2 RC. I had to copy the contents of the $[31] folder to my install folder for this version in order to get it to run. Was not sure what to do with the $PLUGINSDIR folder. Have done nothing so far. Big changes on the menu bar. Wonder if the old Klassic skin will work?
Forum: Bugs
15 years ago
JamesD
javascript:editor_tools_handle_color() is appearently the code to run if you try to use the "select font color" tool from the editor. When you click that there is some code or something that shows up at the botton left of the screen under the green menu area. It seems to read "RGB Named color??ides" Some parts are overwritten. If you move the pointer there a green bar will
Forum: General
15 years ago
JamesD
@ disrupted I need a bit more help to understand. I copied the code to userContent.css. I have put logo.gif in the chrome folder. I changed the color to background-color:#FAEBD7; and I changed the line with logo.gif to url("chrome://logo.gif"); because there were no folders in chrome. Nothing changes when I do a new tab and get an empty window with about:blank. Sorry, but t
Forum: General
15 years ago
JamesD
QuoteJohnHell Why is now impossible to mark as read the forums? Is this going to be fixed ... some day? Quotedesga2 This work for me, under forum title "Options: Mark forum read" Yes, but the option that is located at the botton of an individual forum such as General does not work.
Forum: General
15 years ago
JamesD
I see what you mean. I tried with 1.5.2 beta and opened a new tab. Then I did WIEW - SOURCE CODE. Was slow to put anything to the tab, but then I got www.about.com from 207.126.123,20 I do not know why except that the tab's URL bar had "about:blank". Maybe there was a default to search for "about" after some time limit. I do have Domain Autocompletion enabled. I
Forum: General
15 years ago
JamesD
Which version of KM are you using?
Forum: General
15 years ago
JamesD
@ Jujuland I now have all the bmp files in the default folder. I know that folder is right because some I moved from Klassic folder and they are showing in my toolbar. This the last string that was in the third parameter. "&Search Buttons, ID_NAV_SEARCH, COLD,filter_url.bmp[0]" This code now in my toolbars.cfg file. display{ ID_NAV_SEARCH Icon of general search eng
Forum: General
15 years ago
JamesD
I don't think the "add button" will work for my project. That only works on startup. I cannot see any problem with the path to my buttons. I have tried with single \ and double \ and neither worked. I have used [] about COLD and I have used COLD without brackets. None of these have worked. The instructions do not show quotes about the path. They have quotes for the entire t
Forum: General
15 years ago
JamesD
@ Jujuland I have the path with \\ instead of \ but I don't see any change. I have even created another button in &Search Buttons where I have only the ID_NAV_SEARCH command and none of the if/then stuff. The button works but I cannot change the image on the button.
Forum: General
15 years ago
JamesD
@ desga2 Have tried with both <Button ids> "&Search Buttons, macros(Search), COLD,C:\Program Files\k-meleon\Profiles\tq3p1wcv.default\macros\SearchButtons\filter_url.bmp[0]" "&Search Buttons, ID_NAV_SEARCH, COLD,C:\Program Files\k-meleon\Profiles\tq3p1wcv.default\macros\SearchButtons\filter_url.bmp[0]" I still don't see a picture change. Do I need
Forum: General
15 years ago
JamesD
@ desga2 This is the value in $_SnippetTag. "&Search Buttons, Search, COLD,C:\Program Files\k-meleon\Profiles\tq3p1wcv.default\macros\SearchButtons\filter_url.bmp[0]" This is the line in the macro. pluginmsg(toolbars, "SetButtonImage", $_SnippetTag); The file "filter_url.bmp" exists in the folder "SearchButtons" within my user macro folder
Forum: General
15 years ago
JamesD
I am trying to write a macro which will change the picture on a toolbar button. I am using the instructions in http://kmeleon.sourceforge.net/wiki/PluginCommands . I am not having any luck with this effort so I hope someone can tell me more of how this is to work. I think the "" is optional but I don't know if I must hold a place for it with an extra comma in the argument. I
Forum: General
15 years ago
JamesD
File All Tabs is a macro. It is in the MacroLibrary. http://kmeleon.sourceforge.net/wiki/KmmFileAllTabs
Forum: General
15 years ago
JamesD
My memory is not the most reliable anymore, but I seem to remember in the first alpha code for 1.5 that there was something at the right end of the tab bar that could be clicked to provide a dropdown list of all the tabs. Perhaps this could be used from a third tab button? I for one like to keep the number of bars of the browser to a minimum.
Forum: General
15 years ago
JamesD
I think it makes a difference where you drop the tab you wish to move. If you drop the tab on the first tab it will displace to the right. If you drop on the bar but not on a tab then it will be copied and reloads. Watch the cursor as you move the tab. If you have it over a tab there will be a little box (tab). If you are over the bar there will be a second box with an arrow.
Forum: Improvement requests
15 years ago
JamesD
You can get specific links by using History. The concept of session seems to me to mean everything in the session.
Forum: General
15 years ago
JamesD
I had the bar and button names wrong. I think they should be "&Search Buttons" and "Search". Made the change but still not working.
Forum: Development
15 years ago
JamesD
I think they require cookies. Are you accepting cookies?
Forum: Bugs
15 years ago
JamesD
Quoteplasmapelz and make it display an icon of the current search engine? I have tried to get button to change but have not made it work yet. Does anyone know how to set up the arguement to the plugin? See "Toolbars" here http://kmeleon.sourceforge.net/wiki/PluginCommands This is my test code. # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguag
Forum: Development
15 years ago
JamesD
One more thing might be in effect. I tried my 1.5.1 version that I put on a USB stick and I did not get the drop down list. The difference is that I have no history at all turned on for the stick. If you don't get the drop down, check to see if you have history off. When I went back to the desktop version this time I did not get a KM error.
Forum: General
15 years ago
JamesD
The feature is there in 1.5.1 but both times I tried it KM shut down. Is the error file automatically sent or am I do something to make that happen. Someone else needs to test this, because I think I may have a physical problem with my PC.
Forum: General
15 years ago
JamesD
Try this. Go to TOOLS - USER AGENT and select Firefox2. Then try your download from fsecure. Don't forget to change user agent back to default after the download.
Forum: General
15 years ago
JamesD
@ nico Try with my back.bmp located at http://www.perigee.net/~jmd8421r/back.bmp I know I do not have a problem with my bmp. So we need to see if the image that you are using is causing the problem.
Forum: Bugs
15 years ago
JamesD
QuoteRoger Did you format your USB stick with NTFS or FAT 32? I read several forums on the advantages/ disadvantages of each format. My old laptop doesn't have hi-speed USB 2.0 ports, has only the slower USB ports. It is FAT. I think that is the way it was when I purchased it. I don't remember doing a format.
Forum: General
15 years ago
JamesD
Forum has many items about problems with bookmarks. I see very few with hotlist. I have looked at both files and the hotlist looks easier to understand.
Forum: General
15 years ago
JamesD
I just put KM 1.5.1 on a USB stick. It takes approxamately 18 megs of space. I erased setdefault.exe and loader.exe because I did not think they would be needed on portable version. I also deleted extra skins. What is it with the libraries (msvcp71.dll, msvcr71.dll)? I went to copy them as directed and found 13 sets of them on my computer. Does not seem to be a way to use favorites
Forum: General
15 years ago
JamesD
From what I can find in "menus.cfg", I don't think a URL will work there. The code looks like this: OpenSave{ &Open...=ID_FILE_OPEN &Save Page As...=ID_FILE_SAVE_AS } &File{ !New !NavWindow !OpenSave !Print !Network !Close } &Open directly calls the Command ID as "ID_FILE_OPEN". That command brings up the open file dialog.
Forum: General
Pages: PreviousFirst...107108109110111...LastNext
Current Page: 109 of 126

K-Meleon forum is powered by Phorum.