Jump to content

How to get my options button back


Recommended Posts

I am a new user of wpi. Yesterday after adding my softwares to wpi I disable the options, menuals buttons from wpi so that further editing is not possible. But now I want to add a new software. But i don't know jscript or that type of language. Can anyone please tell me how can I reenable my options, config and manual button.

Which file of WPI i have to edit and how.

Another important issue as WPI is constantly improving and releasing new version.

As a new user i always add my softwares from the scratch. But is there any way where can a copy my current softwares list and their settings in the new version of wpi.

Link to comment
Share on other sites


To begin with the easy part:

You can back-up you're config.js file located in the WPI\wpiscripts\ folder, that should save you the trouble of adding you're apps for scratch.

About the options buttons:

you can enable them by editing useroptions.js on the lines:

var showmanualBtn=false; (change back to "true" (no quotes))

var showOptBtn=false; (change back to "true" (no quotes))

Link to comment
Share on other sites

  • 1 month later...

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