Versions Compared

Key

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

...

Not used in the configuration of the Interactive forecast display. This element should not be included.

Adding Interactive Forecast Dialogue to the configuration.

To use the interactive forecast dialogue, it must be added to the following general configuration files in the SystemConfig section;

DisplayDescriptors

Code Block
xml
xml

<displayDescriptor id="TaskRunDialog">
	<description>TaskRunDialog</description>
	<className>nl.wldelft.fews.gui.plugin.taskRunDialog.TaskRunDialogFewsExplorerPlugin</className>
</displayDescriptor>

DisplayInstanceDescriptors

Code Block
xml
xml

<displayInstanceDescriptor id="TaskRunDialog">
	<description>TaskRunDialog</description>
	<displayId>TaskRunDialog</displayId>
</displayInstanceDescriptor>	

Explorer.xml

Code Block
xml
xml

<explorerTask name="Interactive Forecast">
	<iconFile></iconFile>
	<mnemonic>I</mnemonic>
	<taskClass>nl.wldelft.fews.gui.plugin.taskRunDialog.TaskRunDialogFewsExplorerPlugin</taskClass>
	<toolbarTask>true</toolbarTask>
	<menubarTask>true</menubarTask>
	<accelerator>ctrl I</accelerator>
</explorerTask>

Example of a configuration