| Application Settings |
Applies to HTML Viewer, IE Browser publications. A publication is an application with different windows or dialog boxes displayed to the end user. You can configure several options related to these windows.
Window Caption: Enter the text that should appear on the window's title bar (it only appears on the title bar: it does not affect the publication 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 publication - %DOCTITLE%" would become "My publication - Contents Page" if the HTML page had its title set to "Contents Page".
This option determines whether end users may resize the publication's main window or not. Disabling this option is generally not recommended.
This option centers the main window on the screen when the publication is loaded; it overrides any user-defined window position that could be saved from a previous instance.
This option lets you add or remove the standard Maximize button of the window. Useful if you already set the window to maximized and do not want it to be switched to the normal state.
This option indicates whether the main window should fill the entire screen, including the Windows taskbar. If enabled, the task bar will be hidden by the window when it is maximized. Useful for a kiosk mode (see below).
If turned on, the publication will save the window's size and position as it was decided by the user. The next time the publication is run, it will use the size and position it saved instead of the initial ones. This option is highly recommended. If you turned it off, the publication would 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, then the main window will appear centered in the screen.
This option indicates whether the main window remains on top of the desktop and of other windows (except ones defined with the same style in other applications).
The skin feature is similar to the Windows themes, except that HTML Executable publications use their own skin engine: moreover, it works with any Windows versions, not only with Vista, XP or 2003. Just select the skin you want in the list and that's all!
Note: you do not need to distribute the skin file: it is automatically compiled into your publication data.
Enable this option to remove the title bar of the window. Be sure to inform your end users that they must press ALT+F4 in order to close the publication.
Some skins feature special animation effects (menus, window title bar...). If you want to disable these effects, enable this option.
A small effect when windows are shown/hidden. This option is only supported on Windows XP, Vista and higher.
An interesting function for publications: this special feature lets your end users reduce the window to its title bar (rollup), so they can have access to the other windows behind the latter. To restore it, just click on the button again.
If you would like to remove all system buttons from the title bar (system menu, minimize, maximize, close, etc...) and keep a title bar, then turn on this option. Important: please give your users a way to properly close the publication (although they can still press ALT+F4).
This option disables the skin feature for the window itself; thus, you get a normal window (interesting option for Vista). Other controls are still rendered by the skin engine.
Enables or not the glow effect for buttons.
Enables or not the glow effect for system buttons.
Enables or not special shadow and frame effects for windows. Some skins do not support layered borders. Use the "Skin Full-Preview" button to find out whether layered borders are handled.
Turn this option on to display the publication icon in the main window's title bar (allows end users access to the system menu). Instead of having a button in the taskbar, you may prefer your publication to show a small tray icon:
If so, turn on "Enable Tray Icon". The small icon displayed is the one of the publication EXE file. The tray icon optionally displays a popup menu when end users right-click on the tray icon. Note: in Windows 7, all tray icons may not always be visible by default. This is a normal behavior and end users can adjust tray icon bar settings to modify it.
This is the text displayed in the hint when hovering over the tray icon.
When this option is enabled, the application starts minimized: the main window is not displayed, only its tray icon is visible.
By default, when you hit the Close system button, the application exits. If you want to avoid your publication from exiting, use this option. It will force the main window to minimize to the tray when the close button is hit. In that case, ensure to give end users an option to exit your publication (like a menu command in the tray's popup menu). Otherwise, they will need to end the application manually with the task manager.
If you enable this option, the main window is always minimized to the tray, not in the taskbar. Otherwise, a taskbar button will appear when the main window is minimized.
Lets you manage the entries for the tray menu. This menu appears when end users right-click on the tray icon. It should at least contain two commands: Restore and Exit. These commands are automatically created by HTML Executable for each new project and it is recommended that you leave them. Applies to IE Browser publications only IE publications can display secondary windows called pop-ups. They can be created with different methods and you can define default properties for them here.
By default, pop-up windows are created as children of the main window. Consequently, you cannot return to the main window when closing the pop-up window. If you want to create independent pop-up windows, then enable this option. Note: if this option is used, independent pop-up windows may be hidden by the main window.
Pop-up windows may have their own menu bar with specific commands like Print, Close or custom ones. Enable this option and click Edit Menu Bar Items to manage the menu's entries. You can call some script commands from the default Global and Macros scripts that contain commands useful for popup menus: Global.HEExitPublication: exits the publication.
Note: all pop-up windows will share the same menu bar. |