Jump to content

How to open wpi in a window and not with fullscreen?


Recommended Posts


Under Options button, Interface Tab - change Screen resolution to resize the window.

Make resolution lower than the desktop resolution.

You can also give your WPI a window look by editing wpi.hta. Change the border to "yes" on line 8. You can also control whether you want them to minimize or maximize by changing the settings on lines 14 and 15 to "no".

If you are using a resolution smaller than the lowest 800x600, then you must create a custom resolution. Add to drop down by opening optionswizardtemplate_interface.htm under the common folder and editing line 56 to add your new choice. Make sure the appropriate settings are made in api.js. That code can be found in api.js and starts on line 17 (look for the other resolutions).

Note: support is already there for 640x480, but you have to add the case statement above the code along with adding it to the resolution drop down (discussed above) on the Options/Interface Tab.

Link to comment
Share on other sites

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