Versions Compared

Key

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

...

showIconForUnacknowledgedWarnings

Boolean option whether to show an opaque warning icon () in the status bar when unacknowledged warnings are present in database. Only if no unacknowledged errors are present. 

Code Block
xml
xml
  <showIconForUnacknowledgedWarnings>true</showIconForUnacknowledgedWarnings>

 

Filemenu options

From the FEWS Explorer File menu it is possible to configure an number additional menu items (from which a few can also be found in the <F12> menu) . They are explained below.

Open most recent forecast

Opens the most recent forecast for selection (in dataviewer).

Code Block
<fileMenu>
	<openMostRecentForecast visible="true"/>
</fileMenu>

Open most recent current forecast

Opens the most recent  current forecast for selection (in dataviewer).

Code Block
<fileMenu>
	<openMostRecentCurrentForecast visible="true"/>
</fileMenu>

Open last forecast

Opens the last forecast for selection (in dataviewer)

Code Block
<fileMenu>
	<openLastForecast visible="true"/>
</fileMenu>

Set system time to last available

Sets the system time to last available.

Code Block
<fileMenu>
	<setSystemTimeToLast visible="true"/>
</fileMenu>

Delete localdatastore

Deletes the local datastore.

Code Block
<fileMenu>
	<deleteLocalDataStore visible="true"/>
</fileMenu>

Export timeseries -  interactiveExportFormats

...