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

Pages: PreviousFirst...9091929394...LastNext
Current Page: 92 of 126
Results 2731 - 2760 of 3766
14 years ago
JamesD
If you wish to be nearly but not exactly like new, you could create a new profile and put your changes in a macro. Each time I set up a new version of KM, I run the following macro just once. It sets a lot of things so I don't have to spend a bunch of time in EDIT - PREFERENCES. Note. Don't run my version. You would get a KM that looks like mine. You have find the prefs that a
Forum: Improvement requests
14 years ago
JamesD
I did a program for a request in this thread. http://kmeleonbrowser.org/forum/read.php?1,95706 The macro creates a new menu item on the main menu bar. When the user clicks on the dropdown item the system obtains the external IP address and uses rebuildmenu to make the dropdown item display that address. All this works exactly as intended. The unintended action is that some links which ope
Forum: Bugs
14 years ago
JamesD
ActiveIP.kmm which was posted later has all that function plus a one click refresh and 5 minute reminder. If you use make sure that you get the 0.3 version. The statusbar display was not working in ver 0.1.
Forum: General
14 years ago
JamesD
Yes, I see where you want the IP address. I do not know how to put it there.
Forum: General
14 years ago
JamesD
Well, I am back with another version. This one puts the IP address on the menu under "Active IP". It also has a timer/reminder to let you know when 5 minutes have elasped since a refresh. It does not start with the IP address loaded. The first time you click on "Active IP" the only choice will be to "Refresh". At any click after that the menu item will be the ex
Forum: General
14 years ago
JamesD
OK, looks like we are talking about the same bar. You would like something on the right hand side and I put IP address on the left hand side. The macro language only allows me to write text on the left hand side of the statusbar. I cannot change that. I had it display again each time there was a load, but the information was never updated except when you run TOOLS - ExIP2. I know of a
Forum: General
14 years ago
JamesD
@ Alex Glad you got it working. Do not worry about your English. Mine is not much better and I have 65 years of practice.
Forum: Development
14 years ago
JamesD
QuoteBabaiDid not think that it will substitute StatusBar and will register IP address in string StatusBar near to a tag the Information on protection or the pagein indicator. We might indeed have a language problem. Can you explain more which other "statusbar" you mean.
Forum: General
14 years ago
JamesD
Are you not getting tired of me yet? Here is one that is more automated and uses the status bar. ExIP2.kmm # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- ExIP2.kmm # ---------- K-Meleon Macro Language to show EXTERNAL ip number in statusbar --- # # Dependencies : main.kmm # Resources : "whatismyip.com/automation/n09230945
Forum: General
14 years ago
JamesD
QuoteBabai P.S Has tested ExIP.kmm has noticed that at repeated inclusion ExIP - or allocates all page (Ctrl+A), or Cleans all from page heading. Not stably works. And at transition to other page IP the address vanishes from heading. And it would be desirable that it was updated approximately in 5 minutes. I did find a problem with the original ExIP.kmm file. I will post a new one. I see
Forum: General
14 years ago
JamesD
Alex Are you using the groups2.kmm macro from the macrolibary? http://kmeleon.sourceforge.net/wiki/KmmGroups2 If this is the case, then you open in tabs each site you wish to include in a group. Have no other tabs open and click on "Groups" on the main menu. The first option on the dropdown is "Save a group". Click on that and you will get place to assign a name to th
Forum: Development
14 years ago
JamesD
QuoteJujuLand -utils handles a timer, but to use carefully. The "use carefully" part here worries me some. I have already had a major project - 500 lines of macro - fail because the utils sleep function can be run only a few times in KM before KM will fail. Am I going to have a problem if the timer "strftime" is called at every $onLoad event? This to add -- Just like
Forum: General
14 years ago
JamesD
@ Babai Perhaps I do not understand the requirements. I don't run FF so I cannot see what happens with LiveIP in that browser. Also I have a static external IP over a DSL line so my address never changes. I assume a person on dial-up would get a new dynamic IP address each time they connected. Would that address not remain the same the entire session? As for a refresh in 5 minute
Forum: General
14 years ago
JamesD
The statusbar keeps getting overwritten so I tried a way to put into the title. It is two steps to get there. It does revert to original title upon quitting KM. I don't use the loader so I don't know what happens when that is being used. ExIP.kmm # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- ExIP.kmm # ---------- K-Meleo
Forum: General
14 years ago
JamesD
@ JujuLand In searching the net about this thread, I came across this item. http://www.c-sharpcorner.com/UploadFile/scottlysle/ExternalIpAddressCSharp01202009015628AM/ExternalIpAddressCSharp.aspx It had some code to obtain local the IP address. I have no idea where to put the code. // External IP Address (get your external IP locally) UTF8Encoding utf8 = new UTF8Encoding(); WebClie
Forum: General
14 years ago
JamesD
It loaded in IE but had this at top of page. INVALID SQL: 0 : SQL QUERY FAILURE: INSERT INTO xcart_stats_pages_views(pageid, date) VALUES('66982','1250623910') Later attempt to load to KM did work. Had these errors. INVALID SQL: 0 : SQL QUERY FAILURE: UPDATE xcart_stats_pages_views SET time_avg='66' WHERE pageid='66982' INVALID SQL: 0 : SQL QU
Forum: General
14 years ago
JamesD
@ Yogi Don't feel bad. The first thing I found was localhost 127.0.0.1. I did a new macro and everything before I came back here and found what "liveIP" really meant.
Forum: General
14 years ago
JamesD
This will not put the external IP into the statusbar, but it will obtain it and display in a new tab or window. External_IP.kmm # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- External_IP.kmm # ---------- K-Meleon Macro Language to show the current external ip number --------------- # # Dependencies : main.kmm # Resources : http
Forum: General
14 years ago
JamesD
KM cannot directly import FF extensions. They often have language not used in KM. Not having that extra language is part of the reason KM requires less resources. That also may be why many text boxes and menues use only one font and size. It would be nice to have a larger font sometimes, but I will take the trade off to use less resources. Sessions, from the main menu, works very well.
Forum: General
14 years ago
JamesD
QuotePat I havent looked to see if I save one in KM if they will turn up in IE. New favorites created in KM will appear in IE also. Both KM and IE use a single favorites system.
Forum: General
14 years ago
JamesD
The part about no user interaction won't work. There is nothing to tell the macro that the condition is such that it needs to run. OnLoad only happens when loading is complete. As desga2 says, you can use accelerator keys or you could create a button for the user to press to start the macro process.
Forum: General
14 years ago
JamesD
I am not sure if you want the macro to stop the loading or you want to stop the loading yoursefl after you see what kind of page is loading. On my Klassic skin tool bar the third button from the left will stop the loading of the page. Is the loading of the page started from clicking on a link or some other method?
Forum: General
14 years ago
JamesD
Quotemslayer Do you know if there is a way to check the $URL in a loop, I mean without waiting for an specific event? I am not sure what you mean? Is the macro loading the URL into the tab or window, or do you call the macro from a menu? We have the OnLoad event but that is triggered when the loading is complete.
Forum: General
14 years ago
JamesD
It is whichever you are happy with. I came to KM from IE therefore was natural for me to use favorites. Some folk come to KM from systems which use bookmarks. There are bookmark manager programs which are good for those using bookmarks between browsers. Your bookmarks are stored in your profile and sometimes a profile will fail and KM will start a new profile. Then you have to know how to co
Forum: General
14 years ago
JamesD
To stop page loading in a macro you can use this ID COMMAND. ID_NAV_STOP Stop loading. In the macro it would look like this. id(ID_NAV_STOP);
Forum: General
14 years ago
JamesD
@ Pat Basic sorting in Favorites is either ascending or descending and to have folders first or not. See FAVORITES - OPTIONS - FAVORITES MENU There are some things you can do help with how the menu displays. One is to use FavRenAdd macro http://kmeleon.sourceforge.net/wiki/KmmFavRenAdd. This will allow you to change the name of the favorite when you add it. Also you will then be able t
Forum: General
14 years ago
JamesD
@ magic48ges Got it now! Works very well. Very good research you did.
Forum: General
14 years ago
JamesD
How many of the bracket i bracket instances are there in the injectJS line? I have entered 5 so far without getting the macro to work. Four of them are "linkIsSafe(dl[ i ].href" and one is "window.open(dl[ i ].href".
Forum: General
14 years ago
JamesD
I was afraid of that. On to plan B. Thanks
Forum: General
14 years ago
JamesD
@ magic48ges I am not getting anything to happen when I try your new code. I fixed the sad smiley. I put an alert to tell me I am just before the injectJS, but I don't get any tabs. How am I to select the links? Do I just highlight an area of the page that contains links?
Forum: General
Pages: PreviousFirst...9091929394...LastNext
Current Page: 92 of 126

K-Meleon forum is powered by Phorum.