myselfidem Posted January 14, 2013 Posted January 14, 2013 (edited) Coul you add inside globals.js (was on previous version):// wmi.jsvar OSProps, winMgts;Because these variables are inside WPI_DiscChanger.htm (line 78)Regards*Edit: And could also change inside WPI_DiscChanger.htm the lines like Installer.hta and WPI.hta on top ?from line 13 <script type="text/javascript"> document.write('<HTA:APPLICATION ID="oWPIDiscChanger"' + ' application="yes"' + ' singleInstance="yes"' + ' applicationName="Windows Post-Install Wizard Disc Changer"' + ' version="1.0"' + ' icon=""' + ' border="dialog"' + ' borderStyle="normal"' + ' innerBorder="no"' + ' caption="yes"' + ' sysMenu="no"' + ' contextMenu="no"' + ' minimizeButton="no"' + ' maximizeButton="no"' + ' navigable="yes"' + ' scroll="no"' + ' scrollFlat="no"' + ' selection="no"' + ' showInTaskBar="no"' + ' windowState="normal"' + ' />');</script>Thanks to check if it's OK! Edited January 18, 2013 by myselfidem
myselfidem Posted January 14, 2013 Posted January 14, 2013 (edited) About Fonts, there was a script inside previous version inside WPI.hta: (example WPI 7.5.0 on line 387)<script type="text/javascript"> var args=""; if (InstallFonts) { installFontsFromFolder(fontDir); }</script>Regards Edited January 14, 2013 by myselfidem
jinkazama Posted January 14, 2013 Posted January 14, 2013 (edited) Edited by jinkazama Edited January 16, 2013 by jinkazama
myselfidem Posted January 15, 2013 Posted January 15, 2013 (edited) ...................... Edited January 19, 2013 by Kelsenellenelvian
jinkazama Posted January 15, 2013 Posted January 15, 2013 This solution works only on older versions, in 8.6.3 WPI.hta no longer exists...
myselfidem Posted January 15, 2013 Posted January 15, 2013 (edited) Look inside .\WPI\Common\WPI.hta ! The method of execution is different, but there is still wpi.hta ! Edited January 18, 2013 by myselfidem
myselfidem Posted January 16, 2013 Posted January 16, 2013 (edited) Many thanks Kels for the new release WPI v8.6.4To display properly the slider (on the right of the window) inside the tab changelog, it's needed to change inside ChangeLog.txt (on line 15) <nobr> with 'nobr' (for example).Also inside aboutwpi_changelog.htmOn line 9 missing: </div>Inside aboutwpitemplate_links.htmOn line 9 missing: </div>Inside aboutwpitemplate_version.htmOn lines 35 and 60 are missing: </div>Inside updatewpi.htmOn line 90 is missing: </a>Inside informationtemplate_readme.htmOn line 9 missing: </div>Thanks and regards*Edit: Seems missing inside configwizardtemplate_createshortcut.htmOn line 21: </td> Edited January 18, 2013 by myselfidem
myselfidem Posted January 17, 2013 Posted January 17, 2013 (edited) Could we add inside the Manual:Comparison operators=== Identical (equal and of the same type)We can see this one inside (for example): json_parse.js (from line 114)Regards Edited January 18, 2013 by myselfidem
myselfidem Posted January 17, 2013 Posted January 17, 2013 (edited) French Manual updated:Regards*Edit: given Edited January 19, 2013 by myselfidem
myselfidem Posted January 18, 2013 Posted January 18, 2013 (edited) I see a strange behaviour using Theme\Tooltips !This was already the case before and it's not an issue!Sometimes the right pane move to the left when we select a path to choose an image (or using other options) inside the window.I think this happens when we make changes using some font size !Regards Edited January 18, 2013 by myselfidem
Kelsenellenelvian Posted January 19, 2013 Author Posted January 19, 2013 Fontinstaller is now fixed and there is a ton of internal fixes for the next release. (Still supporter only)
myselfidem Posted January 19, 2013 Posted January 19, 2013 (edited) Very nice! The trouble about the slight leftward movement of the window seems solved writing all lines inside lang_fr.js like lang_en.js !(line numbers strictly similar and text corresponding (order))lang_fr.js file updated:Thanks and regards*Edit: given Edited January 19, 2013 by myselfidem
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