sadicq Posted June 10, 2006 Share Posted June 10, 2006 (edited) Modify the multi-defaults to use the optgroup tag:Open wpi.htmFind//Add defaults, all, noneBefore, adddocument.write('<optgroup label="WPI">');Finddocument.write('<option value="------">------</option>');Replace with:document.write('</optgroup>');if (Configurations.length > 1 || (Configurations.length == 1 && Configurations[0] != "")){document.write('<optgroup label="User defined">');Finddocument.write('</select> ');Before, adddocument.write('</optgroup>');}The result: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 Edit: Am I the only one posting in this forum? Edited June 10, 2006 by sadicq Link to comment Share on other sites More sharing options...
Kelsenellenelvian Posted June 11, 2006 Author Share Posted June 11, 2006 Yes you are the only one posting in this forum . You can feel very assured all of your suggestions are being noted and discussed. We appreciate your work and ideas thank you. Link to comment Share on other sites More sharing options...
Kelsenellenelvian Posted June 11, 2006 Author Share Posted June 11, 2006 5.0 Final is released! Link to comment Share on other sites More sharing options...
mritter Posted June 11, 2006 Share Posted June 11, 2006 The largest issue, the installer, seems to have been successfully worked out. Many thanks go to Dje for his major update of the installer. Now on to 5.1 and implementing the submitted user ideas and requests. Link to comment Share on other sites More sharing options...
Camarade_Tux Posted June 11, 2006 Share Posted June 11, 2006 Kels and mritter, time to update your sigs! Link to comment Share on other sites More sharing options...
Wesmosis Posted June 11, 2006 Share Posted June 11, 2006 thanx for the Final now life is better place to live Link to comment Share on other sites More sharing options...
oneless Posted June 11, 2006 Share Posted June 11, 2006 thank you , thank you ...but PLEASEeee..... ,* If a grayed condition is true, the checkbox is now disabled so there is noway it can be selected.tell me what part of code i must to killfor not disable this checkboxes ?i dont care if this will not be a standart in WPI finali need it, i will make here manually...i done this with 4.3 but, i can find the code to replace for4 4.3but in 5.o is something else , no ? Link to comment Share on other sites More sharing options...
MAVERICKS CHOICE Posted June 11, 2006 Share Posted June 11, 2006 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?CheersMC. Link to comment Share on other sites More sharing options...
sadicq Posted June 11, 2006 Share Posted June 11, 2006 (edited) oneless, try this:Open boxes.jsFind and deleteif (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 June 11, 2006 by sadicq Link to comment Share on other sites More sharing options...
Wesmosis Posted June 11, 2006 Share Posted June 11, 2006 waitng for the WPI5 Themes Link to comment Share on other sites More sharing options...
Kelsenellenelvian Posted June 11, 2006 Author Share Posted June 11, 2006 Sorry will get those done today I had an emergency come up. Link to comment Share on other sites More sharing options...
j_h3000 Posted June 11, 2006 Share Posted June 11, 2006 waitng for the WPI5 Themes hehe sure we are Link to comment Share on other sites More sharing options...
oneless Posted June 11, 2006 Share Posted June 11, 2006 oneless, try this:Open boxes.jsFind and deleteif (DoGray) txt += (' disabled');....thanks @sadicq , the trick do the job. Link to comment Share on other sites More sharing options...
Wesmosis Posted June 11, 2006 Share Posted June 11, 2006 (edited) so so strange!after comlpeting install all my softwares, WPI5 starts again with the countdown timerany one to explain this , I had to close manually by Ctrl+F4 Edited June 11, 2006 by Wesmosis Link to comment Share on other sites More sharing options...
Dumpy Dooby Posted June 12, 2006 Share Posted June 12, 2006 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. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now