Jump to content

Languages, Themes, Manuals & Mods


Recommended Posts


Coul you add inside globals.js (was on previous version):


// wmi.js
var 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 by myselfidem
Link to comment
Share on other sites

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 by myselfidem
Link to comment
Share on other sites

Many thanks Kels for the new release WPI v8.6.4

To 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.htm

On line 9 missing: </div>

Inside aboutwpitemplate_links.htm

On line 9 missing: </div>

Inside aboutwpitemplate_version.htm

On lines 35 and 60 are missing: </div>

Inside updatewpi.htm

On line 90 is missing: </a>

Inside informationtemplate_readme.htm

On line 9 missing: </div>

Thanks and regards

*Edit:

Seems missing inside configwizardtemplate_createshortcut.htm

On line 21: </td>

Edited by myselfidem
Link to comment
Share on other sites

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 by myselfidem
Link to comment
Share on other sites

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 by myselfidem
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...