Versions Compared

Key

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

...

With this setting the username and usergroup can be made visible in the FEWS Explorer statusbar (bottom left). By default the userName and userGroup elements are set to false.

scheduledTaskEndWarning
Optional field. It gives a warning when a manually scheduled task is close to reaching the last repetition. You need to configure a time span (how much time before the end would you like the warning to appear) and a colour. (The background colour of tasks that are about to expire will change to this colour.)
code example:


Code Block
languagexml
linenumberstrue
<statusBarConfig>
   <description>Standard date-time format</description>
   <dateTimeFormat>HH:mm:ss</dateTimeFormat>
   <timeGMT>true</timeGMT>
   <timeCurrent>false</timeCurrent>
   <timeLastRefresh>true</timeLastRefresh>
   <statusOfSystem>true</statusOfSystem>
   <mouseCoordinates>true</mouseCoordinates>
   <userName>true</userName>
   <scheduledTaskEndWarning>
      <color>aquamarine1</color>
      <time unit="minute" multiplier="75"/>
   </scheduledTaskEndWarning>
</statusBarConfig>

showLocationsOutsideVisibilityPeriod

...