Jump to content

WPI v5.0.1


Recommended Posts

Modify the multi-defaults to use the optgroup tag:

Open wpi.htm

Find

//Add defaults, all, none

Before, add

document.write('<optgroup label="WPI">');

Find

document.write('<option value="------">------</option>');

Replace with:

document.write('</optgroup>');
if (Configurations.length > 1 || (Configurations.length == 1 && Configurations[0] != ""))
{
document.write('<optgroup label="User defined">');

Find

document.write('</select>

');

Before, add

document.write('</optgroup>');
}

The result:

untitled6ok1.th.png

This modification includes the fix for a small bug: if multiple defaults is selected and no configuraion is declared, than an empty line is added to the list. With this mod, there is no empty line :yes:

Edit: Am I the only one posting in this forum? :sneaky:

Edited by sadicq
Link to comment
Share on other sites


The largest issue, the installer, seems to have been successfully worked out. Many thanks go to Dje for his major update of the installer. :thumbup

Now on to 5.1 and implementing the submitted user ideas and requests.

Link to comment
Share on other sites

thank you , thank you ...

but PLEASEeee..... ,

* If a grayed condition is true, the checkbox is now disabled so there is no

way it can be selected.

tell me what part of code i must to kill

for not disable this checkboxes ?

i dont care if this will not be a standart in WPI final

i need it, i will make here manually...

i done this with 4.3 but, i can find the code to replace for4 4.3

but in 5.o is something else , no ?

Link to comment
Share on other sites

oneless, try this:

Open boxes.js

Find and delete

if (DoGray)
txt += (' disabled');

MAVERICKS CHOICE, I see no problem with my media player. Actually I see no code was changed, so please check that your melodies are in the audio folder and the media player is at least showing itself.

Edited by sadicq
Link to comment
Share on other sites

so so strange!

after comlpeting install all my softwares, WPI5 starts again with the countdown timer

any one to explain this , I had to close manually by Ctrl+F4

Edited by Wesmosis
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...