January 14, 201313 yr 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, 201313 yr by myselfidem
January 14, 201313 yr 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, 201313 yr by myselfidem
January 15, 201313 yr This solution works only on older versions, in 8.6.3 WPI.hta no longer exists...
January 15, 201313 yr Look inside .\WPI\Common\WPI.hta ! The method of execution is different, but there is still wpi.hta ! Edited January 18, 201313 yr by myselfidem
January 16, 201313 yr 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, 201313 yr by myselfidem
January 17, 201313 yr 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, 201313 yr by myselfidem
January 17, 201313 yr French Manual updated:Regards*Edit: given Edited January 19, 201313 yr by myselfidem
January 18, 201313 yr 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, 201313 yr by myselfidem
January 19, 201313 yr Author Fontinstaller is now fixed and there is a ton of internal fixes for the next release. (Still supporter only)
January 19, 201313 yr 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, 201313 yr by myselfidem
Create an account or sign in to comment