December 15, 201312 yr Yes I have a decent monitor! What do you need I test?Many thanks Edited December 20, 201312 yr by myselfidem
December 15, 201312 yr Yes I have a decent monitor! What do you need I test?Kel wasn't looking for you to test anything. I think his monitor died and he's hoping someone might have an old one they are able to donate.Cheers and Regards
December 15, 201312 yr I had updated lang file but i had missed that had to remove these two lines, sorry. I post the new turkish lang file here.http://www.msfn.org/board/topic/158272-languages-themes-manuals-mods/?p=1063038
December 16, 201312 yr Author A huge thanks to the two donators I have gotten since the release of 8.7.0!I really could use some more donations if there is ANYONE willing to help me out please.
December 17, 201312 yr hello,im getting this error:Zeile: 238Fehler: "lblEnable64BitProcessing" ist undefinierti just exracted the files and didnt do anythingand when i click NO it starts normally
December 17, 201312 yr Hello KrX,your german language-file isn´t up to date. Delete line 238 in your lang_de.js in Lang-Folder.
December 17, 201312 yr ok done,now im getting :Zeile: 720Fehler: "optKeep" ist undefiniertafter deleting that it is working now
December 17, 201312 yr Author Your lang file is out of date I asked for translation updates and people did not want to help out on them so you will need to fix your lang file.
December 17, 201312 yr i uploaded the now working file here:http://www42.zippyshare.com/v/52281990/file.htmlmany thanks for helping me and for your nice programm
December 19, 201312 yr Does not work on windows 7 with Internet explorer 8 versions how to correct? If costs internet explorer to version 8, (just installed Windows 7) that under a condition getIEver () == "11.0" arises an error, something alert.js a line 55, precisely an error I do not remember Edited December 19, 201312 yr by Valek271183
December 20, 201312 yr I think we must revert back inside wmi.js for IEver to :function getIEver(){ position="wmi.js"; whatfunc="getIEver()"; IEver=WshShell.RegRead("HKLM\\Software\\Microsoft\\Internet Explorer\\Version"); if (IEver.substr(0,4) == "9.10") { IEver=WshShell.RegRead("HKLM\\Software\\Microsoft\\Internet Explorer\\svcVersion").substr(0,4); } else { if (IEver.substr(1,1) == ".") { IEver=IEver.substr(0,3); } else { IEver=IEver.substr(0,4); } } return IEver;}Because my first suggestion was wrong and gives errors you share. Sorry...It's needed to find some code to improve this function !Thanks Edited December 20, 201312 yr by myselfidem
Create an account or sign in to comment