Kelsenellenelvian Posted January 3, 2013 Author Posted January 3, 2013 Hoi..Kelsenellenelvian here the new NL lang update.Also for you and everyone happy newyear^^..lang_nl update 30-12-2012.rarGrt WhatsupOn English Manual some lines are missing (at the bottom) inside: 1 - index.html2 - Chapter-9.html3 - Chapter-10.html4 - Chapter-11.html<script type="text/javascript"><!--var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});//--></script>About images, seems to be needed tu use the code like this, using at last: /><img src="../images/Logo.png" />1 - French Manual updated and set Chapter-8 on Chapter-10 and Chapter-10 on Chapter-8:2 - Added "HTML codes to put French special characters" inside the WPI French Manual:HTML Codes for FrenchNew French Manual downloaded link:http://www.mediafire.com/?6696bficr91arThanks and regards!Inside Installer.hta it's possible to remove <nobr> </nobr> at line 419 and keep: Windows Post-Install Wizard And adding inside installer.css (WPI\Themes\Win7).WPI_Text{ color: GrayText;white-space: nowrap; /* Prevents a text from breaking into a new line automatically */}Tested and works fine.Found help here:MDNMaybe it's useful?RegardsAll above changes have been made and are in the main archive.
myselfidem Posted January 3, 2013 Posted January 3, 2013 (edited) Many thanks Kels!Inside English Manual on: 1 - Chapter-1.html, line 12 about (set on one line) :<img src="../images/Donate.png" /> 2 - Chapter-10.html, path on the line 48 (position quot):<img src="../images/layout.gif" />Regards Edited January 3, 2013 by myselfidem
Kelsenellenelvian Posted January 3, 2013 Author Posted January 3, 2013 Cleaned up the last 13 Germanic languages that had been neglected.As for the rest? Let them figure it out...
myselfidem Posted January 4, 2013 Posted January 4, 2013 (edited) Submitting new changes:globals.jsOn line 196, we can remove: (because the correct value already exists on line 198)// wmi.jsPNPDID_SystemEnclosureTypeOn line 195 we can add (because they are missing):// wmi.jsFirewallProductName, AVProduct;configwizard.js (we can change)On line 1088:HandleConditionsSelectionMenu(!InsertCondValues ? "getFirewallProduct()" : 'getFirewallProduct()=="'+getFirewallProduct()+'"');On line 1092:HandleConditionsSelectionMenu(!InsertCondValues ? "getAntiVirusProduct()" : 'getAntiVirusProduct()=="'+getAntiVirusProduct()+'"');optionswizard.jsAdd missing line 1959 :(about usb key)// Features tabtf.WriteLine("DoNotShowIfUSB="+DoNotShowIfUSB+";");Adding also your modification on line 65 inside globals.jsDoNotShowIfUSB=false;Thanks and regards. Edited January 4, 2013 by myselfidem
Kelsenellenelvian Posted January 4, 2013 Author Posted January 4, 2013 Thanks a ton. NOW if I can just get the font issue figured out or changed.(WPI doesn't install fonts from the start like it should.)
myselfidem Posted January 4, 2013 Posted January 4, 2013 A little typo error inside WPI.hta on line 349: (because)<!-- Here becaue of the getText() calls -->I don't see the trouble with WPI about font at startup!
myselfidem Posted January 4, 2013 Posted January 4, 2013 (edited) It seems we can change also inside configwizard.js :On line 1096:HandleConditionsSelectionMenu(!InsertCondValues ? "ConnectedToInternet()" : 'ConnectedToInternet("'+ConnToNet+'")');On line 1108:HandleConditionsSelectionMenu(!InsertCondValues ? "isDesktopLoaded()" : 'isDesktopLoaded("'+DesktopLoaded+'")');To see these Conditions.Regards Edited January 4, 2013 by myselfidem
myselfidem Posted January 5, 2013 Posted January 5, 2013 (edited) To avoid making changes on all Themes for WPI inside: WPI\Themes\Win7\installer.cssWe can remove my first suggestion to add inside installer.css (line 77: .WPI_Txt): white-space: nowrap;And we can add inside Installer.hta on line 419:<div class="WPI_Text" style="position:relative; height:13px; font-family:arial; font-size:8pt; overflow:hidden; white-space:nowrap;">Thanks and regards Edited January 5, 2013 by myselfidem
myselfidem Posted January 7, 2013 Posted January 7, 2013 (edited) Inside: .\WPI\Common\Themes\Windows\wpi.htm We can add some value:1 - Line 15 ( />) (also inside Installer.hta: at line 262)<bgsound id="TimerSound" src="#" loop="1" autostart="true" />Thanks and regards*Edit:We can also change inside: optionswizardtemplate_sounds.htm (and on all htm files)Changing all value: <nobr></nobr><td> <nobr> <div id="lblSndWPIStart" class="opTxt" align="absmiddle"></div> </nobr></td>With:<td nowrap> <div id="lblSndWPIStart" class="opTxt" align="absmiddle"></div></td> Edited January 11, 2013 by myselfidem
myselfidem Posted January 9, 2013 Posted January 9, 2013 (edited) Actually IF you read our reference sheet it is wpi as:"==" Equal to (not "=", which assigns a value to a variable.)"!=" Not equal toIt is possible to add inside the manual on Chapter-7.html:Comparison operator!== Not identicalWe can see this operator inside api.jsRegards Edited January 18, 2013 by myselfidem
myselfidem Posted January 11, 2013 Posted January 11, 2013 (edited) It seems an error inside: themewizardtemplate.htmOn line 29: correct values are ?</td> <td>Inside: aboutwpitemplate_changelog.htmOn line 9 missing: </div><legend><div id="legChangeLog"></div></legend>Regards*Edit: inside themewizardtemplate_tooltips.htmWe can remove the line 651: </tr> (unwanted line) Edited January 12, 2013 by myselfidem
myselfidem Posted January 13, 2013 Posted January 13, 2013 (edited) WPI doesn't install fonts from the start like it should.I don't know if this can solve the trouble, but on previous version on wpi.htm this was like this on first lines:<script type="text/javascript"> document.write('<script type="text/javascript" src="../Themes/'+Theme+'/wpi_theme.js" application="yes"></' + 'script>'); document.write('<script type="text/javascript" src="./Themes/Windows/customthemecode.js" application="yes"></' + 'script>');</script>Now on the line 6 , there is a double slashes (//)Could you give us more details, please?Regards Edited January 13, 2013 by myselfidem
Kelsenellenelvian Posted January 13, 2013 Author Posted January 13, 2013 On past versions of WPI, bit lost somewhere in code changes WPI is supposed to install fonts from the fonts folder to the OS when it starts after the option is checked.It completlt ignores that option now and I am having a dickens of a time finding it.
myselfidem Posted January 13, 2013 Posted January 13, 2013 (edited) Thanks Kels!I see a missing part (first part writed on previous version) on line 590 inside registry_dos.jsfor (var files=new Enumerator(thisFolder.Files); !files.atEnd(); files.moveNext())Regards Edited January 18, 2013 by myselfidem
Kelsenellenelvian Posted January 13, 2013 Author Posted January 13, 2013 Manual has a handfull of updates done to it and uploaded to the first post.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now