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

Pages: PreviousFirst...109110111112113...LastNext
Current Page: 111 of 126
Results 3301 - 3330 of 3766
15 years ago
JamesD
Short on time right now so I cannot answer all. Yes, everything with one or more # at start of line is a comment. In my last post everything was just a big comment. We don't declare variables. A variable is set up when you first set it equal to something. $_MacroName_String = "Column a"; or $_MacroName_Number = 8; We do not have arrays. What you see with this form is
Forum: General
15 years ago
JamesD
The exec statement is not modal. It runs whatever is put in there. It could be WScript.exe or Notepad.exe. The next statement following the exec statement is run imediately. Statements like alert, confirm, and prompt are modal. They wait for the user's input. Following statements do not run until the input is received. The only way the exec statement appears as modal is when it is the
Forum: General
15 years ago
JamesD
QuoteMrWooNext I think I will figure out how to either open the logfile so you can create a divider and show your tweaks, or maybe some kind of prompt. Some of code that I had planned for the prefs stuff will work for this. Please post a list of the most important prefs that you are changing for tests. It does not have to be complete. I just need an idea of what I need to work with. I plan
Forum: General
15 years ago
JamesD
I hope my previous post was helpful. I was worried about how to do this. Knowing a little about macros does not mean I am qualified to teach macros. I will try to get something new on LoadTime and will put more comments there. For others than MrWoo, LoadTime is in this thread. http://kmeleonbrowser.org/forum/read.php?1,84307
Forum: General
15 years ago
JamesD
That is a tall order. I will try put more comments into my macros. One place that has some more info is this page. http://kmeleon.sourceforge.net/wiki/MacroLanguage2 I have not always been exact in following the guidelines when I get in a hurry to finish a macro. I need to do better. You asked about macro titles. They should be unique. They should give some idea of the function of the
Forum: General
15 years ago
JamesD
Wow! That is a lot of possibilities. This can be obtained just by adding the utils.dll file to kplugins? Is the utils.dll file part of lua macros? I am trying to get that but the site does not work. http://luaforge.net/frs/download.php/3677/lua5_1_4_Win32_bin.zip This just times out. Is lua macros the place to find the utils.dll file?
Forum: Improvement requests
15 years ago
JamesD
These files are in my 7z copies of version 1.1.6 and 1.5.0 freebl3.chk softokn3.chk I don't think there is any problem with them. I think they are just left over stuff that got included in the 7z files.
Forum: Bugs
15 years ago
JamesD
It sound more easy than it would actually be to do that. We don't have a sleep/pause on the macro side and the ability for WScript to communicate back to KM is not easy at all. See this thread http://kmeleonbrowser.org/forum/read.php?4,84281 Situation is this. The macro calls WScript to get the time and store it in a registry value. The macro then starts the loading process. When the
Forum: General
15 years ago
JamesD
@ playwin2 Perhaps this macro will be of use. The files I store locally have the extension of htm so that is what I used. The menu item will appear in the View menu. If most of your files are in same folder, you will not have to re-enter folder each time. The macro remembers previous used. GoLocals.kmm # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLangua
Forum: General
15 years ago
JamesD
@ JujuLand This sounds like it could be really useful. Can you give me the exact syntax for the call "tempo to kplugin utils"? Thanks for your help.
Forum: Improvement requests
15 years ago
JamesD
@ MrWoo I think I have the button worked out. I have put some clock buttons into a 7z file on my website. http://www.perigee.net/~jmd8421r/Clock_bmp.7z This is the code that I added to my toolbars.cfg file. I am using the Klassic skin and I put this code right after the code for Print. LoadTime{ macros(LoadTime_RunCode) Run LoadTime macro on current $URLBAR hourglass.bmp ho
Forum: General
15 years ago
JamesD
@ ndebord I don't know how to build it into KM, but Notepad ++ with language fix from Desga2 does the macro language very good. The only thing that is not right is pairs of \". But that is OK. I can't seem to get them right either.
Forum: Development
15 years ago
JamesD
@ MrWoo QuotePretty inconclusive for the most part. Wow, you sure did a lot of testing. I am glad the fix for the macro helped. I will look into the button idea. The inconclusive part may cause me to drop my next project. That was to display about 48 prefs with the default setting, the user's current setting, some recommended settings based on computer/connection speed, a link to
Forum: General
15 years ago
JamesD
@ caktus Not just you missing the coding. I think it is very hard to work here without it. Not only the coding but the change where the reply area is not automaticly displayed. I have to page back to check spelling and quotes.
Forum: General
15 years ago
JamesD
This is a quick way to obtain the path to the profile. Your profile is where the cookies are located. Run KM. Do EDIT - CONFIGURATION - PROFILE DIRECTORY. Copy the path that is in the address bar. Open Cookie Monster and go to options. Paste the path that you copied into the line for Custom Profiles.
Forum: General
15 years ago
JamesD
@ Mr Woo Try this change. Replace the commented line below with the one above it. $_LoadTime_URL = $URLBAR ; #$_LoadTime_URL = prompt("Enter or paste here the URL for the page to test.","Website URL");
Forum: General
15 years ago
JamesD
@ Mr Woo I wanted as little macro processing as possible for testing load time. That is why I had the URL entered via a prompt. It might be possible to read the $URLBAR variable instead of the prompt. I will have a look as soon as I get time.
Forum: General
15 years ago
JamesD
I tried twice. Once using menus for page source and once with CNTL+U. I did not get any error message. Using KM 1.5 on XP-SP3. I closed using the "X" in the top right of screen.
Forum: Bugs
15 years ago
JamesD
I have created two small macro and js files to report the my load time. To use this you need to make the assumption that the time it takes to exec the js file is the same for each test. The macro executes the js to obtain a time, opens the URL, and based upon the on-load event, executes the js again for the time. It then reports the difference in the time. I have from time to time when usin
Forum: General
15 years ago
JamesD
Is there some way to know that the method of loading is the same for each try? What I mean is if one "test" loads from the internet and another "test" loads from cache, they will be different. Are you trying to include the effects of your changes on your internet connection in the tests? I have started work on something to quantify the load time, but then I thought of c
Forum: General
15 years ago
JamesD
I am using the Speedup macro from the MacroLibrary. I have not checked all the items in the thread you noted against it. Sounds like there are many things to check/change and kind of hard to get an exact time for page load speed comparison.
Forum: General
15 years ago
JamesD
I wonder if it would be possible to get a pause statement for the macro language? Could be modeled on the sleep method for WScript. Would need to be pause( value ) where value is number of milliseconds. This could allow a macro to wait for completion of an external application called by the exec statement.
Forum: Improvement requests
15 years ago
JamesD
@ kko Thanks, now I can add this to the MacroLibrary.
Forum: General
15 years ago
JamesD
@ desga2 Thanks for the help. Well, so far two out of three and my faith in Babel Fish is about gone. Maybe Babel Fish only works for sentences in context.
Forum: General
15 years ago
JamesD
@ JujuLand Thank you for the help.
Forum: General
15 years ago
JamesD
I need some help with the translation of menu items, etc for the macro PingBack in the MacroLibrary. http://kmeleon.sourceforge.net/wiki/KmmPingBack I only know English so I have used Babel Fish http://babelfish.yahoo.com/ to attempt the translations for localization. Babel Fish does not always give me a translation for some short items. I will include below what I have done so far. Any hel
Forum: General
15 years ago
JamesD
I am glad you found the problem. I was worried that only I could get it run correctly. I am sure Autoit can do the ping, but I did not want to have to store another file for distribution. Everyone should have ping installed.
Forum: Improvement requests
15 years ago
JamesD
I don't have password saving turned on for myself. I prefer to keep them in my head. I do have a helper macro which keeps the card number for BJs wholesale club so I do not have to remember that. IMPORTANT - the macro is a open file so security is an issue. BJs has two pages from which I can login. If there was only one page then the conditional statement would be less complex. Addit
Forum: General
15 years ago
JamesD
@ disrupted Were you able to determine the problem from the information in the clipboard? Are both the macro and the batch file in your usermacro folder?
Forum: Improvement requests
15 years ago
JamesD
@ desga2 I could but then I would have an executable to be stored and distributed. Everybody should already have ping.exe.
Forum: Improvement requests
Pages: PreviousFirst...109110111112113...LastNext
Current Page: 111 of 126

K-Meleon forum is powered by Phorum.