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

Pages: PreviousFirst...114115116117118...LastNext
Current Page: 116 of 126
Results 3451 - 3480 of 3766
15 years ago
JamesD
degas2 beat me to it. I was just about to point you the FAQ on this subject. http://kmeleon.sourceforge.net/wiki/FAQ#macros
Forum: Development
15 years ago
JamesD
Try EDIT - CONFIGURATION - PROFILE DIRECTORY. When that opens one of the folders that you see is MACROS. That is the user's personal macro folder. In my case that is C:\Program Files\k-meleon15b2\Profiles\tufvx7du.default. So the full path to my macro folder is C:\Program Files\k-meleon15b2\Profiles\tufvx7du.default\macros. I always keep my profile within KM. Before I run a new KM I ma
Forum: Development
15 years ago
JamesD
@ ndebord This is one way of having a group of personal macro items in one file and have it show up in the TOOLS menu. For each personal item you would just add one line of type "setmenu" and perhaps one of type "setaccel" together with the macro module that you wish to execute. The advantage of this is that the one file "MyPersonal.kmm" is all you have to keep
Forum: Development
15 years ago
JamesD
For those users who use the IE Favorites plugin, I have a new INTERNATIONAL version of FavRenAdd. Please see the end of this thread. http://kmeleonbrowser.org/forum/read.php?4,80851 I need some feedback from users testing this version in languages which require UTF8 instead of ASCII before putting this in the MacroLibrary. I hope this works. Thanks to any who can test for me.
Forum: General
15 years ago
JamesD
3455. Re: Layers
Changing the document title at OnLoad does not work. KM has already read the title into the tab or layer title.
Forum: Improvement requests
15 years ago
JamesD
The items in "TOOLS" are in the right place. I use "PREFERENCES" when I set up a new version of KM. I have never used any of the items in the above list. However, I do add my own tools to this menu. My "Tools" menu dropdown now reaches half the height of the screen. "Preferences" is longer than "Tools" so I would not want more items there.
Forum: Improvement requests
15 years ago
JamesD
@Johnhell 26rul is not a valid variable name in KM 1.5. The following will run. I don't think KM liked %26rul either. Think it must have $ followed by letter. The underscore is optional. yahooimage{ $_A26rul = "x" ; $conteoimgurl = index($linkurl, imgurl)+7; $conteosize = index($linkurl, "\%".$_A26rurl)-$conteoimgurl; $urllimpia = substr($linkurl,$conteoimgu
Forum: Announcements
15 years ago
JamesD
@ Dorian The macro ExtraCopy ( see earlier post this thread ) will not copy to the URL bar either. I can copy to this text entry box but not to the URL bar.
Forum: Bugs
15 years ago
JamesD
@desga2 I have installed KM 1.1.6 and can see that Multiclip runs there. A change was made to the macro parser for version 1.5 and that will not allow Multiclip to load. I have looked and tested, but I have no anwser for you. Sorry that I am no help.
Forum: Bugs
15 years ago
JamesD
I have a new international version of FavRenAdd complete. It does not require reading of files so language should not be a factor. Many thanks must be given to kko for the large amount of help and support given to this effort. The only limitation on this version is the length of the data string passed from the K-Meleon macro to Windows Scripting Host. Web pages with very long URLs may not w
Forum: Improvement requests
15 years ago
JamesD
Have just learned more from kko. Maybe I will be proved wrong. Still working on this.
Forum: Improvement requests
15 years ago
JamesD
I tried both versions of the statement in 1.5beta2 and 1.1.6 The example code and the explanation text seem to contridict each other. Maybe you cannot pass an augument to a macro. Quote K-Meleon's keyboard accelerators, its menu system and its plugins (but not the macros plugin itself) can call a macro with an argument: macros(myMacro,"Hello world!") A macro called this
Forum: Bugs
15 years ago
JamesD
More information now since I downloaded KM 1.1.6 and set it up. I ran the same code and did not get an error, but neither did I get any information passed via the $ARG variable. My alert came up blank. This code is virtually a copy from the MacroLanguage and kko's external site reference. I don't know if I am doing something wrong or there is a bug. It is more likely to be an err
Forum: Bugs
15 years ago
JamesD
I think there is a bug in KM 1.5 The following code is just like the manual yet it gives an error message that there two arguements when 1 expected. macros(_Snippet_InnerModule, "HIGH COUNTRY" ); _Snippet_InnerModule{ $_data = $ARG ; alert( $_data, "Arguement passed", INFO); }
Forum: Bugs
15 years ago
JamesD
I have been doing some research and testing on the issue of using UTF-8 with FavRenAdd. The results are not positive. It appears that the save command in the shell within WSH is only for ASCII. The following is a quote from http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.scripting.wsh&tid=5937c80d-90c9-4769-af31-a24aa3892428&cat=en_US_d02fc761-3f6b-4
Forum: Improvement requests
15 years ago
JamesD
@ desga2 I am still researching the .ARG code. I have never used it before. Quote Multiclip{ $Multiclip="MClip".$ARG; #$SelectedText==""?&Multiclip_paste:$Multiclip=$SelectedText; $SelectedText==""?&Multiclip_paste:&$Multiclip; #&$Multiclip; id("ID_EDIT_SELECT_NONE"); } MClip is the module you wish to call. That I can see, b
Forum: Bugs
15 years ago
JamesD
@ desga2 I found the following in Multiclip. Line 27 error Multiclip{ $Multiclip="MClip".$ARG; #$SelectedText==""?&Multiclip_paste:$Multiclip=$SelectedText; $SelectedText==""?&Multiclip_paste:&$Multiclip; <==== error #&$Multiclip; id("ID_EDIT_SELECT_NONE"); } There is no module with the name $Multiclip. Did you mea
Forum: Bugs
15 years ago
JamesD
@ desga2 Oops. Forgot to change which line is commented. I am only using 1.5 so I don't see this error about &kTabs. Look in the xtraCopyInfo{ module to find fix. You may use anything you wish from ExtraCopy. Some of my code is based on your Multiclip. I will try Multiclip this morning as soon as I get some breakfast. One observation from looking at both our codes. Macro l
Forum: Bugs
15 years ago
JamesD
@ desga2 I will try to test multiclip tomorrow. Cannot keep my eyes open any longer tonight. This is the code I done for ExtraCopy. I don't think I am getting any errors now. # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # ---------- ExtraCopy macro for K-Meleon ----------------------------------------------------- # # Dependencies : - m
Forum: Bugs
15 years ago
JamesD
@ desga2 Thanks for that info about SHIFT key. I don't think it is a bug. I should have realized that you cannot shift key in the number pad. The change of operation for those keys is handled by the NUMS LOCK key.
Forum: Announcements
15 years ago
JamesD
Do the same accelerator keys from 1.1.x work in 1.5RC ? I am having trouble using the ones for the numpad. See http://kmeleonbrowser.org/forum/read.php?3,81146 # Numerical Pad * VK_ADD * VK_DECIMAL * VK_DIVIDE * VK_MULTIPLY * VK_NUMLOCK * VK_NUMPAD0 * VK_NUMPAD1 * VK_NUMPAD2 * VK_NUMPAD3 * VK_NUMPAD4 * VK_NUMPAD5 * VK_NUMPAD6
Forum: Announcements
15 years ago
JamesD
@ desga2 Yes, I remember that thread. Seeing your post reminded me that I needed something to copy all the parts of an address from one tab to another. I need street, city, state and postal zipcode. I did not want to go back and forth four times between the tabs. I started some work but I have a problem. I am trying to use accelerator keys from the number pad and I am not getting any acti
Forum: Bugs
15 years ago
JamesD
@ desga2 Yes, I see what you mean. Multiclip cannot copy from nor paste to the URL bar in KM 1.5beta2. It does work well between tabs but does not allow paste into part of preferences. I tried to cntl M into EDIT - PREFERENCES - BROWSING - WHEN OPENING NEW WINDOWS/TABS for the Load this page field and got nothing. I do not know of the reason for this.
Forum: Bugs
15 years ago
JamesD
@ desga2 Do you know what appearance each number for kmeleon.tabs.style will be? I have tried 1 and 9 but I don't see any change from the default which is 2. I am using 1.5beta2.
Forum: General
15 years ago
JamesD
@ Klaus There is a macro called ResProfile in the MacroLibrary. http://kmeleon.sourceforge.net/wiki/KmmResProfile This will copy everything in your profile to an alternate location. Just make sure you choose a location not inside your KM folder. It is on-demand only. You run the macro and it sets a flag such that when you next stop KM the copy will occur. The only thing ResProfile will
Forum: Bugs
15 years ago
JamesD
I am new to this unicode/utf8 language concept. I have KM 1.5beta2 running in the U.S. with English Win XP SP3. Does a user have to have the OS in the language of the website in order to get the window title and tab title to be displayed correct? QuoteasmpgmrWhile the browser supports Unicode for web page, the title bars, menu bars, and other OS elements really need the corresponding languag
Forum: Improvement requests
15 years ago
JamesD
3477. Re: TV 3
I tried the URL in a new tab and it was loading with nothing on the screen for a long time. I just waited and finally got a 404 error. The message is below. QuoteError 404 – Plana inexistent Ho sentim. Aquesta plana no es troba en el nostre servidor It took quite a while for the page to load and to get the screen.
Forum: Bugs
15 years ago
JamesD
@ kko I am glad the FRA_U8 works. Hope it will help chinarobin. Is this version ready for the MacroLibrary? Should I put warning in the FavRenAdd macro that it is only for English?
Forum: Improvement requests
15 years ago
JamesD
I think the problem must be that I do not know how to code for UTF-8. These work for me, but I use only English. Maybe someone who reads this post will be kind and explain to me what I have to change to make them work for languages other than English.
Forum: Improvement requests
15 years ago
JamesD
What might have happened is that because of the crash your profile was damaged. The next time KM started it created a new profile. The old profile was not deleted. It is just not the one in use now. Go to EDIT - CONFIGURATION - PROFILE DIRECTORY and make a note of its location. Use windows explorer to look in the same area for the old profile which will have a name like ?????.default where t
Forum: General
Pages: PreviousFirst...114115116117118...LastNext
Current Page: 116 of 126

K-Meleon forum is powered by Phorum.