General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 

Pages: PreviousFirst...9293949596...LastNext
Current Page: 94 of 126
Results 2791 - 2820 of 3766
14 years ago
JamesD
OK, I used WordPad when Notepad ++ was not running. No nice formatting in Wordpad but it got the job done.
Forum: General
14 years ago
JamesD
It appears that I need to update the user defined language file for K-Meleon in Notepad ++. That file is an XML file. I am unsure if I can update it using Notepad ++ because the file is used when the program runs. Does anyone know if updating part of Notepad ++ using Notepad ++ will work or will I mess something up? I need to add "$CommandLine" in the list for words1 and also add
Forum: General
14 years ago
JamesD
@ desga2 Thanks for the link to Mark307's site.
Forum: General
14 years ago
JamesD
I have a system for entering, and saving IDs, passwords, and email addresses. This is not a traditional password manager. That is already available. This is to hold items that you might wish to paste into a form which is not included on your password manager. The system requirements for this macro are as follows: K-Meleon version 1.5.3 or higher. [ uses iniwrite() and iniread() ] KMListBo
Forum: General
14 years ago
JamesD
@ john b I will start a new thread soon. It was your request that I am working on.
Forum: Development
14 years ago
JamesD
How does one tell the difference between a stall and a slow website or connection?
Forum: General
14 years ago
JamesD
I am not sure what the 3rd party program is using but perhaps the program in this thread could help. http://kmeleonbrowser.org/forum/read.php?1,91203,92071#msg-92071
Forum: General
14 years ago
JamesD
As long as some people in government make money at it, we will have it. However much more money will be made by the bad guys. http://blogs.zdnet.com/storage/?p=542&tag=nl.e539
Forum: General
14 years ago
JamesD
@ Mark307 Thanks. Adding STRING gets me a return of 2 on my XP system. That does mean I have to change the statement from equals to not equals in order to get a value of XP returned. I have changed my documentation as follows. $value = pluginmsgex(utils, "GetOSVer", $field, STRING); # useful idiom: 9X or NT $os = pluginmsgex(utils, "GetOSVer", "Platform"
Forum: General
14 years ago
JamesD
@ JujuLand The version of utils that I have is 0.0.9 according to the text file which was in the zip. Regarding Linux, do the writeini() and readini() statements work in that ops system? I see the the MySecret encryption program has a Linux version. What would be the correct command in Linux to erase the file? NT exec("cmd /c ERASE \"".$_Secur_Paste_Path."\"
Forum: General
14 years ago
JamesD
@ disrupted Thanks for the macro. I get "Microsoft Windows XP" when I run it. I guess a null value will be win9x and not null will be any later. I am trying to automate this code. exec("cmd /c ERASE \"".$_Secur_Paste_Path."\""); ## For user of win9x operating systems, cmd should be replaced with command in the above line Easy enough to have tw
Forum: General
14 years ago
JamesD
This is for Mark307. I am not getting a value when I check for the OS platform using utils.dll. I have the dll file in the kplugins folder and there is a check mark by it in preferences. That is all that I could find about installing. Here is my code: _Snippet_Opsys{ $platform = pluginmsgex(utils, "GetOSVer", "Platform"); alert("Ops platform is ".$platform
Forum: General
14 years ago
JamesD
@ desga2 YES! YES! YES! Using the full filespec works. Thanks ever so much. Small question however. Some time ago, when I did FavRenAdd, I was told there was a 255 character limit on string passed using exec(). This string was 274. Has something changed about exec() ?
Forum: Development
14 years ago
JamesD
Has anyone used a command line encryption program from the KM macrolanguage? I have been trying to get MySecret http://www.di-mgt.com.au/mysecret.html to encrypt one file without any luck. I have created a folder named Secur_Paste in my user macro folder and placed the MySecret.exe and it Readme.txt files there. I have an almost completed application which will be of no use unless I can encryp
Forum: Development
14 years ago
JamesD
I don't see any lines. When I move to next page, the screen goes white between the time the current page leaves and before the new page writes. I am using KM 1.5.3 updated to 1.8.1.22 engine. What version are you using?
Forum: General
14 years ago
JamesD
@ desga2 As always, most excellent work. Easy to install. Thank you.
Forum: General
14 years ago
JamesD
@ trebitzki Best way I know if I am logged in is to see if "NEW" appears by any of the items. By keeping a couple of cookies using Cookie Monster, I stay logged when I use my desktop unit. If I use my laptop then I am not logged in and I do not see "NEW" by items I have not visited. I cannot always find things using the search. Some times it works for me and other ti
Forum: General
14 years ago
JamesD
Quotedesga2 This must work: exec("\"".getfolder(UserMacroFolder)."\\Secur_Paste\\MySecret.exe\" ".$_Snippet_SwitchM) ; exec("\"".getfolder(UserMacroFolder)."\\Secur_Paste\\dlock2.exe\" ".$_Snippet_SwitchD) ; exec("\"".getfolder(UserMacroFolder)."\\Secur_Paste\\sounder.exe\" ".$_Sound_Choice); Only
Forum: Development
14 years ago
JamesD
@ panzer Thanks for the info. I had looked at the first one but could not figure it out. I have gotten the other two and will give them a try. So far everything works OK until I try to reach a program using exec(). I am having no luck passing switches and filespecs.
Forum: Development
14 years ago
JamesD
@ desga2 Yes, double quotes are needed when I use variables. Sounder.exe played the wave file even with single quotes because there were no variables in the line. This next code uses double quotes. Note that sounder still plays the ding.wav file. If "ding.wav" shows up for sounder, why to the switches not show up for dlock2 or MySecret? It has to be something I am doing with t
Forum: Development
14 years ago
JamesD
Quotedesga2 Remember to use double quotes (\") for paths with spaces. Here are the statements I am testing. exec("C:\\Program Files\\k-meleon\\Profiles\\q6psu8b0.default\\macros\\Secur_Paste\\dlock2.exe /E dlock2.txt dlock2.ecm /Pdeyoung"); exec("C:\\Program Files\\k-meleon\\Profiles\\q6psu8b0.default\\macros\\Secur_Paste\\sounder.exe ding.wav"); I have all the re
Forum: Development
14 years ago
JamesD
Quotepanzer JamesD, if you do it, use a good algorithm for it. I had intended to use a program called DLOCK2. I found it on the net. However, I cannot get it to run from the exec() statement. It will run from the "Run" in Windows. I put that exact statement into the exec and nothing. I guess I am back to looking for a command line encryption program that is not too large and is
Forum: Development
14 years ago
JamesD
@ panzer How do you find all of these things? Anyway, thanks for doing so. I think I am going to use DropBox. It works well and being a folder in My Documents, it is easy enough for me to use. I hope their business model works and they stay around.
Forum: Off-Topic
14 years ago
JamesD
@ jhn_B Please say if disrupted's QuickNote program fills your need. I am working on a purpose built system that uses encryption, but it is complicated and I might not continue if you don't need it.
Forum: Development
14 years ago
JamesD
Slow and correct will be better than do, undo, redo.
Forum: General
14 years ago
JamesD
Two bowling teams, one of all Blondes and one of all Brunettes, charter a double-Decker bus for a weekend trip to Louisiana. The Brunette team rode on the bottom of the bus, and the Blonde team rode on the top level. The Brunette team down below really whooped it up, having a great time, when one of them realized she hadn't heard anything from the Blondes upstairs. She decide
Forum: Off-Topic
14 years ago
JamesD
In order to copy the link you must first highlight the link. Place the cursor next to link, hold down the mouse button, and move the cursor over the link to highlight it. Once it is highlighted, copy is one of the avaiable items in the right click menu.
Forum: General
14 years ago
JamesD
The options for that bar can be found at EDIT - PREFERENCES - BROWSING - TABBED BROWSING - TAB BAR.
Forum: General
14 years ago
JamesD
There is a bug in the current KM version. The workaround is to set the keys equal to "macros(dummy)". This code is from KeyStop.kmm ## "macros(dummy)" used instead of "" - bug report 1134 setaccel( "\"".$_KeyStop_Keys."\"" ,"macros(dummy)"); You could, of course, disable all keys, but some of them you might need. A
Forum: Improvement requests
14 years ago
JamesD
@ emil.sekula Can you be more specific about your request? I am unsure if you need to copy to e-mail or from e-mail.
Forum: General
Pages: PreviousFirst...9293949596...LastNext
Current Page: 94 of 126

K-Meleon forum is powered by Phorum.