Jump to content

[FIXED in 6.4.1]Javascript error with some Combo Box in Config Wizard


Recommended Posts

Posted (edited)

EDIT Bug Fixed ! dowload release 6.4.1

Edit :( Sorry a bug : ComboBox are disabled when Clone Button is selected

Bug correction Enable All Gadgets in function Clone Entry

function CloneEntry()
{
position="configwizard.js";
whatfunc="CloneEntry()";

...
FillInConfig(true,cpos);

[color="red"]ToggleAllGadgets(false); [/color]

if (SortWithinCats)
NextEntry();
else
LastEntry();
document.getElementById("prog").focus();
}

Hello,

When you add a new application, most of the options are disabled except "ComboBoxes".

By example, if you select an item in Condition Box the TextBox is updated but this statement :

function ToggleAllGadgets(state)
{
position="configwizard.js";
whatfunc="ToggleAllGadgets()";

ToggleUSSFs(state);
...
TogglePictureGadgets();
ToggleDefaultImages(state);

[color="red"]ToggleComboBox(state) // new function here[/color]

}

And the function ToggleComboBox (lines 347 to 362 of attached file)

In hope that this little work can help you

Regards

	position="configwizard.js";
whatfunc="ToggleComboBox()";

!Removed

Edited by t4user

Posted

Hello,

Thanks for all answers

I work to make an alert box. The purpose is to avoid the lost of work when user go out config and options pages :wacko::realmad:

This work implies a lot of modifications on script and template files.

Also a question : It's in your mind to make a SVN storage of WPI on SourceForge by example ?

I think that :

  • It would be more easy to submit bug correction and improvements with diff files based on up to date version.
  • Testing of "unstable version" by a lot of people is also an advantage.

Which is your opinion ?

Regards

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