Jump to content

Recommended Posts

Posted

Hoi..

Kelsenellenelvian here the new NL lang update.

Also for you and everyone happy newyear^^..

lang_nl update 30-12-2012.rar

Grt Whatsup

On English Manual some lines are missing (at the bottom) inside:

1 - index.html

2 - Chapter-9.html

3 - Chapter-10.html

4 - 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 French

New French Manual downloaded link:

http://www.mediafire.com/?6696bficr91ar

Thanks 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:

MDN

Maybe it's useful?

Regards

All above changes have been made and are in the main archive.


Posted (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 by myselfidem
Posted (edited)

Submitting new changes:

globals.js

On line 196, we can remove: (because the correct value already exists on line 198)


// wmi.js
PNPDID_SystemEnclosureType

On line 195 we can add (because they are missing):


// wmi.js

FirewallProductName, AVProduct;

configwizard.js (we can change)

On line 1088:

HandleConditionsSelectionMenu(!InsertCondValues ? "getFirewallProduct()" : 'getFirewallProduct()=="'+getFirewallProduct()+'"');

On line 1092:

HandleConditionsSelectionMenu(!InsertCondValues ? "getAntiVirusProduct()" : 'getAntiVirusProduct()=="'+getAntiVirusProduct()+'"');

optionswizard.js

Add missing line 1959 :(about usb key)


// Features tab
tf.WriteLine("DoNotShowIfUSB="+DoNotShowIfUSB+";");

Adding also your modification on line 65 inside globals.js

DoNotShowIfUSB=false;

Thanks and regards.

Edited by myselfidem
Posted

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!

Posted (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 by myselfidem
Posted (edited)

To avoid making changes on all Themes for WPI inside: WPI\Themes\Win7\installer.css

We 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 by myselfidem
Posted (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 by myselfidem
Posted (edited)

Actually IF you read our reference sheet it is wpi as:

"==" Equal to (not "=", which assigns a value to a variable.)

"!=" Not equal to

It is possible to add inside the manual on Chapter-7.html:


Comparison operator

!== Not identical

We can see this operator inside api.js

Regards

Edited by myselfidem
Posted (edited)

It seems an error inside: themewizardtemplate.htm

On line 29: correct values are ?


</td>
<td>

Inside: aboutwpitemplate_changelog.htm

On line 9 missing: </div>

<legend><div id="legChangeLog"></div></legend>

Regards

*Edit: inside themewizardtemplate_tooltips.htm

We can remove the line 651: </tr> (unwanted line)

Edited by myselfidem
Posted (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 by myselfidem
Posted

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.

Posted (edited)

Thanks Kels!

I see a missing part (first part writed on previous version) on line 590 inside registry_dos.js

for (var files=new Enumerator(thisFolder.Files); !files.atEnd(); files.moveNext())

Regards

Edited by myselfidem

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