Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Featured Replies

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

  • Author

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

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.