Skip to content

Application Settings - Main Window

An application has various windows or dialog boxes displayed to the end user. You can configure several options related to these windows.

The main window allows your end users to navigate through your application and displays the HTML pages of your website. You can customize its appearance with the options on this tab.

Window Caption

Enter the text that should appear on the window's title bar (this text appears only on the title bar; it does not affect the application title which is displayed in the Windows taskbar or task manager). You can also display the title of the current HTML document using the %DOCTITLE% variable.

For example, My first application - %DOCTITLE% would become "My application - Contents Page" if the HTML page had its title set to "Contents Page".

State of the main window

  • Display a standard window: creates a window with the default size.

  • Display a maximized window: the window will be maximized, filling the screen. Additional options for maximized windows are available below. Note: if you have enabled "Save user-defined window position," the application also stores the state! Be sure to reset your settings (in Application Menu Button => Build) before changing this option.

  • Display a custom-sized window: if you wish to define the size of the window yourself, enter the default width and height in the appropriate fields. You may also click the Auto-Sizer button: it will display a small window that you can resize as desired, then ExeOutput for PHP will automatically set the main window's height and width according to the size you have chosen.

Allow end users to resize the window

This option determines whether end users may resize the application's main window or not. Disabling this option is generally not recommended.

Enable Maximize Window button

This option lets you add or remove the standard Maximize button of the window. Useful if you have already set the window to maximized and do not want it to be switched to the normal state.

Windows stay on top

This option indicates whether the main window remains on top of the desktop and other windows (except those defined with the same style in other applications).

Popups stay on top

This option ensures that popup windows remain on top of the main window. If unchecked, popups appear as new windows in the taskbar and can be behind the main window.

Save user-defined window position

If enabled, the application will save the window's size and position as decided by the user. The next time the application is run, it will use the saved size and position instead of the initial ones. This option is highly recommended. If you disable it, the application will always use the initial settings you set. If you wish to only save the size, then you can also turn on the "Always center the window" option.

If this option is not enabled, the main window will appear centered on the screen.

Always center the window

This option centers the main window on the screen when the application is loaded; it overrides any user-defined window position that might have been saved from a previous instance. Not recommended for multiple-monitors.

Minimal window height/width

This option lets you add resizing constraints to the main window. Enter 0 to disable these constraints.