Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<Story>
   <Title lang="NL">Telefoongesprek</Title>
   <Title lang="GE">Anruf</Title>
   <Title>Telephone call</Title>
</Story>

Frames

A story (including the inbox) may consist of an arbitrary number of frames by specifying the Frame key according to the following schema:

...

The Popup key is a flag indicating whether or not to show a pop-up window at the start of the frame. For a frame belonging to the inbox this means that the associated event is executed. For a frame of a regular story, a message dialog appears informing the user that new content is available for a that story, which can trigger the user to activate the relevant story button.

...

An event can be associated with a story frame by specifying the File key. Depending on the file type, a suitable application is started for displaying the file (e.g. a pdf-file is displayed in Adobe Reader and the contents of a txt-file is displayed in a message dialog window). The File-key has an optional language attribute lang that behaves the same as for the Title keys.

Apart from a File, an event for the story frame may also be a Message. For such a message, no file has to be added to the scenario/script database. Instead, the contents of the message (a text string) can be specified directly in the script configuration.

Forecast Table

The contents of the forecast table can be configured using the ForecastTable key. The schema for this section is as follows:

...