Jump to content

Recommended Posts

Posted (edited)

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

Posted

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.

Posted

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 ?

Posted

Can anyone tell me why the audio player once enabled in Options & tracks added etc it won't actually play? Iam getting sound normally just not in wpi final earlier 5 build worked ok?

Cheers

MC.

Posted (edited)

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

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
Posted

You guys tried implementing my mod to not show the checkboxes when "category selection" is disabled, but something went wrong. I'll look it tomorrow.

Just figured I'd let you know in case you wanna look at it.

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