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

Pages: PreviousFirst...104105106107108...LastNext
Current Page: 106 of 126
Results 3151 - 3180 of 3766
15 years ago
JamesD
I have my profile in the KM installation directory and I do not lose information in the title bar. I am using KM 1.5.2 RC2 on XP-SP3.
Forum: Bugs
15 years ago
JamesD
Quotegvgrman I find that using it seems to result in a delay, though, when the first url site is opened vs. the original file. Does this seem possible? I thought that was because my USB memory stick is slow. It was a very long time to show page.
Forum: General
15 years ago
JamesD
This is an updated Training1.kmm file. I think I now have the validation from prompt working for both 1.1.x and 1.5.x versions. Training1.kmm # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # # ---------- Training1.kmm # ---------- K-Meleon Macro Language Training/Example --------------- # ---------- CHAPTER 1 # # Dependencies : main.kmm T
Forum: General
15 years ago
JamesD
I found the answer. I changed the location for the menu in Training.kmm from KMDocs to &Help. I am not sure why KMDocs does not work in 1.1.6 and I am not planning to spend time to find out. Just edit Training.kmm and change KMDocs to &Help.
Forum: General
15 years ago
JamesD
@ gvgerman I just ran ResProfile with it located in user macros and then again with it located in macros. Both times it wrote the files to the folder I selected. I use Favorites so I only have the default bookmarks file, but it did copy that. There is no default folder. The folders in the profile are Cache, chrome, and macros. At least those are the only ones on my setup. I use a sing
Forum: General
15 years ago
JamesD
For anyone testing Training.kmm and Training1.kmm You should replace the _Training1_PromptValidL macro in Training1.kmm with the code below. This seems to correctly validate the user input. _Training1_PromptValidL{ $_Training1_RCnt = 0 ; $_Training1_RBI = 10 < $_Training1_Result ? 1 : 0; $_Training1_RCnt = $_Training1_RCnt + $_Training1_RBI ; $_Training1_RBI = 0 > $_Training1
Forum: General
15 years ago
JamesD
What is the value in your browser.cache.disk.capacity ?
Forum: General
15 years ago
JamesD
@ desga2 Quotedesga2 Well, now here again! Please, can someone test this xpcom-core.dll file modified by me for not created empty folder in K-Meleon portable? I copied the new dll file to the memory stick with KM and then made sure there was not kmeleon folder in Doc&setting. I ran KM from the stick then shut it down. There was no kmeleon folder in Doc&setting. Any additional
Forum: General
15 years ago
JamesD
@ desga2 I tried the Phoenity skin and had same results. I can see icons in File, Edit, and View menus but not in Help. I compared the menuicons.cfg files from 1.5.2 RC2 and 1.5.2 RC and they are the same.
Forum: Bugs
15 years ago
JamesD
@ desga2 I can see the Help menu icons in 1.1.6, 1.5.0, 1,5,2 RC, but not in 1.5.2 RC2.
Forum: Bugs
15 years ago
JamesD
@ desga2 Yes, I found the menu.bmp file in my Klassic skin folder. I do not see icons in the Help menu on 1.5.2 RC2. I will go check 1.5.2 RC. I cannot remember if I saw them in that version or not.
Forum: Bugs
15 years ago
JamesD
@ desga2 The "$Arg" is not being used a an argument. It is the caption of a popup menu item. I have been running this in 1.5.2 RC for testing, but I needed to test in 1.1.6 to check the code you provided for KM versions. There are two kmm files now with more to come as I complete them. All the testing for prompt is not complete. Training.kmm # K-Meleon Macros (http://k
Forum: General
15 years ago
JamesD
I have code that shows a menu for a new macro that is working just fine in 1.5.2 RC2 but I don't see my menu item when I use the macro with 1.1.6. Nothing shows in the error console. As far as I can tell the menus.cfg files from each version have no changes in KMDocs part of the help menu. Any ideas why it does not create a menu item in 1.1.6? This is the code:: _Training_BuildMenu{
Forum: General
15 years ago
JamesD
I don't see the menu icons in the Help menu when the display menu icons is checked in preferences. Where are the icons stored? Was that file included in the code for RC2?
Forum: Bugs
15 years ago
JamesD
@ kko Sorry, I stand corrected.
Forum: General
15 years ago
JamesD
@ desga2 Thanks. Seems like every day I learn something new. I will check out the vendor sub. I am sure I will need it in the new project. The macro language changes over versions and now I will be able to adjust for the user's version.
Forum: General
15 years ago
JamesD
Thanks kko and desga2 New macro system for 1.5 versions differs from that for 1.1 versions in that new system can compare integers or strings while the old system can compare only strings. Good information to know. In writing a new macro, should I care about ability to get same answers on 1.1 versions or only write for 1.5 versions?
Forum: General
15 years ago
JamesD
I did not have any trouble with a search on 'redirects'. I got five hits.
Forum: General
15 years ago
JamesD
I am having a problem getting the answer that I expect when comparing seven to ten in a conditional expression. Seven greater than ten should be false. That is not what I am getting. In addition to that, I get different answers when I run the code in 1.1.6 and 1.5.2 RC2. My answer is 1 in 1.1.6 but a null value in 1.5.2 RC2, Any help will be greatly appreciated. $_Training1_Result =
Forum: General
15 years ago
JamesD
Bug # 1074 submitted
Forum: Bugs
15 years ago
JamesD
Only the statements 'alert' and 'confirm' have icons. Alert is working and confirm is not. I tried in 1.5.0, 1.5.2 RC, and 1.5.2 RC2. Confirm does not show icons in any 1.5 version.
Forum: Bugs
15 years ago
JamesD
Can anyone confirm that the icons are not showing for the confirm macro statement? I cannot see them in any 1.5 version. See this thread http://kmeleonbrowser.org/forum/read.php?3,86852
Forum: Announcements
15 years ago
JamesD
Quotemrbig oooh i have another question how the hell do you make a .kmm file i know to use the ext kmm but my file still looks like a notepad. Let me start with the easy part. If you are using Notepad, then when you get to the 'save as' go to the line below 'File Name'. It is called 'Save as type.' On that line choose 'All Files.' The '.txt�
Forum: General
15 years ago
JamesD
I have a similar system. 1.80 gigahertz AMD Sempron, 960 MB RAM, running XP-SP3. I use "open in a new tab" quite a bit but I don't remember anytime that it caused the current tab to close. In EDIT - PREFERENCES - BROWSING - TABBED BROWSING - GENERAL - OPEN NEW TABS, I have "Next to the last tab" chosen. What do you have there?
Forum: Bugs
15 years ago
JamesD
It is not happening with me. On your system does the random close happen before you get the popup menu for the right click, or do you see the menu and then the close happens?
Forum: Bugs
15 years ago
JamesD
The icons which can be shown in the confirm display box are not showing in 1.5.2 RC2. This code produces the correct text and actions but does not show the icons. The same code in 1.1.6 does produce the icons. $_Training1_Text01 = "The confirm statement is used to send a message to the user. \n" ; $_Training1_Text02 = "The user must interact with the message display box in
Forum: Bugs
15 years ago
JamesD
Still need to know what version of K-Meleon you are using. Is the closing random or are you viewing the same page or doing a similar action each time?
Forum: General
15 years ago
JamesD
For those interested this article may be of use. http://blogs.zdnet.com/security/?p=2305&tag=nl.e539 There is an on-line test that can be taken. I got so confused by step 18 that I gave up. I usually have passwords turned off and keep them in my head.
Forum: General
15 years ago
JamesD
I went to preferences and copied my homepage, pasted it to notepad, and deleted from preferences. I then copied from notepad and pasted back to preferences. It worked. Was this the test you had in mind? This was KM 1.5.2 RC2 under XP-SP3.
Forum: Bugs
15 years ago
JamesD
SearchIcon.kmm has been added to the MacroLibrary http://kmeleon.sourceforge.net/wiki/KmmSearchIcon
Forum: General
Pages: PreviousFirst...104105106107108...LastNext
Current Page: 106 of 126

K-Meleon forum is powered by Phorum.