pagefile | String | specifies the absolute path of the xml file to be loaded at boot time containing all of the page definitions. Default is c:\pagesxml\pages.xml |
startpage | Integer | Page number of the page that should be displayed when the application first boots. Note that if the application is shut down cleanly then the last used page will be saved and then on the next restart the last used page will be opened instead of the start page |
indexpage | Integer | Page number of the index page. This is used in conjunction with the ‘autoindexselect’ and ‘autoindextimeout’ settings. If autoindexselect is enabled, then the index page will automatically be selected if there is no user input for ‘autoindextimeout’ seconds. |
autoindexselect | Integer 1 or 0 | Defines whether automatic selection of the index page will be carried out if no user input. See other related settings in this table. |
autoindextimeout | Integer | Number of seconds before which the index page will be selected if autoindexselect is enabled. |
carouselinterval | Integer | Number of seconds to pause for the page carousel. This is mainly a demo function. If a non-zero value is specified, this causes any pages in the system (excluding composite pages) to be rotated in a carousel fashion. The page will be changed every “carouselinterval” seconds. The ini file shipped in the download contains a carouselinterval of 15, so that all of the pages in the demo can be viewed without requiring any external inputs to switch pages. |
transitions | Integer 1 or 0 | Enables or disables page transitions (where the outgoing page slides out and the incoming page slides in at the same time). Defaults to 1 if not specified. |