Version 1.9.12.91 Changes
Last updated
Last updated
Version 1.9.12.91 adds a user panel control for displaying upcoming events from a calendar resource. This control requires a scheduling license.
To use drag a Calendar Resource Display control onto the user form. To make it function you need to use the resource property to select a resource from which to display events. When executing the control will show a configurable number of upcoming events where the top one is usually what is currently executing. The following styling properties are unique to this control:
Property | Description |
---|---|
resource
Which calendar resource to use for the events.
title
Title displayed in the control
style/display-count
The number of upcoming events to display
style/title-bar
Whether to show the title bar
style/background/title-bar-background-color
The background color for the title bar
style/font/title-bar-color
The font color for the title bar
style/title-bar-percent
What percent of space the title bar takes up vertically.
style/border/cell-border-style
Style of the table borders
style/border/cell-border-width
Table border width
style/border/cell-border-color
Table border color
style/background/time-cell-background-color
Background color of time cells
style/font/time-cell-color
Font color of time cells
style/background/time-cell-active-background-color
Background color of time cells that displaying an event currently in progress
style/font/time-cell-active-color
Font color of time cells that are displaying an event currently in progress
style/time-cell-use-event-color
Options as to whether time cells display the defined cell color, the color defined in the event, and whether the active color overrides that. Never = use the defined cell color except when active in which case use the active color, Always = always display the event's color, Except Active displays the events color except when active where the active color is used.
style/background/description-cell-background-color
Background color of description cells
style/font/description-cell-color
Font color of description cells
style/font/descrioption-cell-active-color
Font color of description cells that are displaying an event currently in progress
style/description-cell-use-event-color
Options as to whether descriptiom cells display the defined cell color, the color defined in the event, and whether the active color overrides that. Never = use the defined cell color except when active in which case use the active color, Always = always display the event's color, Except Active displays the events color except when active where the active color is used.
style/clock-source
Whether the clock source is local or Pathfinder (Pathfinder by default)
style/clock-timezone
Options about which timezone to use for clock analysis (source by default)
style/clock-format
Defines the format of the time displayed in the time cell column. By default (HH:mm:ss).