Extensions
: K-Meleon Forum
All about K-Meleon extensions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=desga2] @ disrupted: Sorry for my mistake with != operator sometime I mix NSIS/AutoIt/KM-Macro operators. Are you test to change this function? [quote=desga2] About extprop.au3, I remember that there is a standard function to get the date of files, no additionals UDF is needed for it. [url=http://www.autoitscript.com/autoit3/docs/functions/FileGetTime.htm]Look this standard AutoIt function: FileGetTime[/url].[/quote] Delete this line: #include <extprop.au3> And change this: kmextman.au3(106,33) : ERROR: _GetExtProperty(): undefined function. [b]$date=_GetExtProperty($inipath,4)[/b] by this: [b]$date=FileGetTime($inipath,1,1)[/b] Other note about AutoIt [url=http://www.autoitscript.com/autoit3/docs/functions/IniRead.htm]iniread()[/url] function: I think that the fourth parameter must be the default string, because you use a empty string this empty the text var and any text is showed in the tools dialogs. Please replace this code lines type: [code] $txt1=IniRead($localepath, "kmextman", "1", "") [/code] by this other type: [code] $txt1=IniRead($localepath, "kmextman", "1", $txt1) [/code] By this way if strings are lost in localization ini file still default english strings. About iniread() function and unicode/UTF8 support I found this: http://www.autoitscript.com/autoit3/docs/intro/unicode.htm And like you can read iniread functions are anso and not unicode functions, but the rest of functions to read files support unicode formats. But all this of translations in AutoIt tools for K-Meleon is an old problem already solved by JamesD and for me but anyone had interest about it until now. :P [url=http://kmeleon.sourceforge.net/forum/read.php?1,82124,82359#msg-82359]Read this old thread by JamesD and me in August of 2008[/url]. Also I made this other version more advanced in those days to read ini files in unicode/UTF8 format to translate KMListBox tool and similars. [url=http://kportal.clix5.com/desga2/KMListBox_2.zip]KMListBox2.zip[/url] (files with _U at the end of filename are Unicode versions)[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development