t4user Posted April 25, 2008 Posted April 25, 2008 (edited) EDIT Bug Fixed ! dowload release 6.4.1Edit Sorry a bug : ComboBox are disabled when Clone Button is selectedBug correction Enable All Gadgets in function Clone Entryfunction 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 youRegards position="configwizard.js"; whatfunc="ToggleComboBox()";!Removed Edited May 4, 2008 by t4user
Kelsenellenelvian Posted April 27, 2008 Posted April 27, 2008 sweet! I like that we got a new kid on the block that can help weed out these tiny bugs and fix them!!Even if I am not replying to all of your posts I am getting the info!
t4user Posted April 27, 2008 Author Posted April 27, 2008 Hello,Thanks for all answersI work to make an alert box. The purpose is to avoid the lost of work when user go out config and options pages 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
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