Development :  K-Meleon Web Browser Forum
K-Meleon development related discussions. 

Pages: PreviousFirst...9394959697...LastNext
Current Page: 95 of 126
Results 2821 - 2850 of 3766
14 years ago
JamesD
@ disrupted Thanks, I don't know why imageshack changed it to png. I uploaded a bmp.
Forum: Improvement requests
14 years ago
JamesD
@ johnywhy I have a macro and file which attempt to show a method enable the accelerator key of a site while allowing a return to the default keys of KM. This is only a demo using two sites - todoist and gmail. It could be expanded for other sites by any user. There is an image for the button at http://img513.imageshack.us/gal.php?g=keystop.png It needs to be changed to a bmp file for use
Forum: Improvement requests
14 years ago
JamesD
2823. Re: jOKES
@ disrupted After what I ate at our Fourth of July picnic yesterday, I must confess the picture is accurate.
Forum: Off-Topic
14 years ago
JamesD
@ desga2 I have implemented the dummy macro in my code and that works very well. Thank you.
Forum: General
14 years ago
JamesD
Bug report 1134 submitted. http://kmeleon.sourceforge.net/bugs/viewbug.php?bugid=1134
Forum: General
14 years ago
JamesD
I am using an empty string to delete or turn off accelerator keys but the keys are still working. Example of the statement. setaccel( "CTRL N" ,""); "CTRL N" still opens a new window after running the statement. Have I misunderstood how this is to work?
Forum: General
14 years ago
JamesD
Make sure that you saved the file with an extension of "kmm". Notepad will automaticly add "txt" as the extension unless you select "All files" under "Save as type". You will have to restart KM for the file to be read. If you use the loaded, you will have to restart that also.
Forum: Development
14 years ago
JamesD
@ desga2 Thanks, I knew it would be a simple explanation. I am going to fill up my test code with comments to remind me of why things are the way they are.
Forum: General
14 years ago
JamesD
@ desga2 Great! That worked just fine. Do you have any ideas on my buttonchecked problem?
Forum: General
14 years ago
JamesD
@ Mark307 Thanks for the info. Sometimes the "system" can help too much.
Forum: Bugs
14 years ago
JamesD
I am trying to understand the format of the pluginmsg(toolbars... functions. I have some code running with the "COMMAND" in the code but I wish to have the "COMMAND" come from a variable. I had that work where "COMMAND" was a Command ID, but now I am trying to use a macro. I have an alert to show me the value in $_KS_Command and it looks the same as information co
Forum: General
14 years ago
JamesD
@ kko OK, I can buy in to that. I was able to work around when I needed to so it is not a big deal.
Forum: Bugs
14 years ago
JamesD
I suppose I would need to sign up on todist.com in order to test ideas. Does the CTRL+N just allow you to go to a next line when inputing in a text field?
Forum: Improvement requests
14 years ago
JamesD
I use a button to hold the redo command so I can re-open closed tabs with one click. Here is how I do that. In the "toolbars.cfg" file of the skin that you use add the following section. As you can see, I have placed my "redo" section between history and print sections. %ifplugin history History{ history(View)|Histor&y View History. Right-click for more optio
Forum: Improvement requests
14 years ago
JamesD
I think, but I don't know for sure, that KM has more pre-defined Accelerator keys. Maybe that is why some override the stuff from a website. You can find a list of the ones in KM here. http://two.xthost.info/kmeleon/lizard/commands.html#l_defaccel You could try running a macro to disable one that seems to interfere with site that you are using. See the setaccel() function here. http://
Forum: Improvement requests
14 years ago
JamesD
I think you can fix it. Try these steps. Open 1.1.6 and use TOOLS - USER AGENT to set to IE. Use HELP - ABOUT K-MELEON to open the help page. Copy the user agent string to the clipboard. Close 1.1.6 and open 1.5.3 Use TOOLS - USER AGENT and select custom. Copy the IE string from the clipboard and click OK. Use HELP - ABOUT K-MELEON to open the help page. You should see the IE user agent
Forum: General
14 years ago
JamesD
It is a Windows thing. Works this way. Click on Rename_Add. Accept or change the name you wish for the shortcut and click OK. When asked for a folder do this. Does your Favorites have a + sysbol in the box just to the left of folder named Favorites? If yes, click on that + symbol and the list of folders under Favorites will appear. If no, click on the "Make new folder" item in the
Forum: General
14 years ago
JamesD
If you see Rename-Add in the menu under Favorites then it is installed. Click on that instead of Add Page to use.
Forum: General
14 years ago
JamesD
@ MSlayer I hope the code helps you. The rebuild after a duplicate was tricky. Since setmenu() won't accept two items with the same command (macro), you must first set all the menu to "" and then reset the items from the ini file. Note, there is no limit in the code yet. I had 20 priors listed, but that filled the whole page when I clicked on the menu.
Forum: General
14 years ago
JamesD
@ desga2 I think I have the dates updated now. I did not do getwinvar() and setwinvar() since ithey are already in Special Global Variables.
Forum: General
14 years ago
JamesD
In both the setmenu() and setaccel() statements, an augument that contains a comma will delete the comma and everything following the comma when a variable is set to the $ARG value. EXAMPLE Snippet_ArgCode{ $_Snippet_ArgVal = $ARG ; alert($_Snippet_ArgVal. " is the ArgVal", "Snippet_ACCEL_ArgCode DEBUG:, INFO); } _Snippet_accelerators{ setaccel( "CTRL SHIFT VK_F
Forum: Bugs
14 years ago
JamesD
After more research, maybe we don't need a new variable. We just need the empty string to work with iniwrite like it does with setmenu.
Forum: Improvement requests
14 years ago
JamesD
I am not sure if this is the same thing you see or not. Sometimes when I click on a link I just don't get there. I have found that this happens when I do a very fast click. If I then do a click where I hold the button down longer, I get going quite fast. On the fast click, I do see the hourglass cursor.
Forum: Bugs
14 years ago
JamesD
@ eDOC786 I don't know. I have not used "follow topic" before. I just put this thread in there. I guess I will see if I get any e-mails.
Forum: General
14 years ago
JamesD
@ MSLAYER I finally have PriorTabs rebuilding the menu correctly after a duplicate. Feel free to use any part of it for your own use. PriorTabs.kmm # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # File name: PriorTabs.kmm # ---------- Re-Open PriorTabs for K-Meleon 1.5.3 ---- # # Dependencies : main.kmm KM version 1.5 tabs # Resources
Forum: General
14 years ago
JamesD
@ desga2 MacroLanguage2 is updated.
Forum: General
14 years ago
JamesD
Go to EDIT - PREFERENCES - K-MELEON PLUGINS - MACRO EXTENSIONS and see if favrenadd shows in the list and has a check mark. If it does then go to TOOLS - ERROR CONSOLE and check to see if there are errors in the file.
Forum: General
14 years ago
JamesD
This is my current code for PriorTabs.kmm. I still have a problem getting the menu to update correct after a duplicate. The ini file is in the correct order but the menu is not. I don't know if it is connected to another problem with the iniread function or not. See here http://kmeleonbrowser.org/forum/read.php?3,94354 # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.ph
Forum: General
14 years ago
JamesD
I am having a problem getting a macro to work using ini files. It is ini_Demo.kmm found here. http://kmeleonbrowser.org/forum/read.php?4,93841 The problem is that after a delete of the ini file using CMD ERASE, I get a value using iniread that has old values and the next line has readfile showing empty. I select from the menu in this order 1) Writing 2) Delete ini file 3) Reading. The probl
Forum: Bugs
14 years ago
JamesD
@ desga2 So $CommandLine is a special global variable. Yes, I have tried it. Was it added in ver 1.5.0 ? I need to update that also. I checked the list before but my eyes are getting not so good. I just plain missed urldecode. I saw getwinvar but did not spot CommandLine. I will try update MacroLanguage soon. @ MSLAYER PriorTabs was not supposed to become a project. I had only i
Forum: General
Pages: PreviousFirst...9394959697...LastNext
Current Page: 95 of 126

K-Meleon forum is powered by Phorum.