New Objects Datetime and Listview

Convenient entry of date and time values as well as an expanded list view with symbols and text.

Key features

Datetime-Objekte
Datetime-Objekte

Datetime Object:

  • Convenient entry of date values by selecting them in a fold-out calendar.
  • Date and time values can be set with spin boxes.
  • Formatting the displayed date and time values using format strings.

Listview Object:

  • 5 different views: list, large icons, small icons, tiles and details.
  • Display additional information about a list item in tile view and multi-column detail view.

Datetime and Listview are available for Microsoft Windows and implemented as User Supplied Widgets.

Datetime – Convenient entry of date and time values

Aufgeklappter Kalender…
Opened calendar...
…mit KW und heutigem Datum
...with weekday and today's date

The Datetime object is a special interaction object for entering date and time values and displaying them in a formatted manner. One advantage of the object is that it prevents the entry of invalid values. The object supports two styles:

  • Poptext: Am rechten Rand des Eingabe- und Anzeigefelds befindet sich ein Pfeil, mit dem sich ein Kalender öffnen lässt. In diesem Kalender kann mit Tastatur und Maus navigiert und ein Datum ausgewählt werden. Dies macht die Eingabe von Datumswerten sehr komfortabel, da während der Auswahl Informationen wie Wochentag, heutiges Datum oder Kalenderwoche sichtbar sind.
  • Spinbox: In diesem Stil werden am rechten Rand zwei Pfeile zum Erhöhen und Verringern des Werts angezeigt. Die Änderung bezieht sich dabei auf das jeweils markierte Segment (Monat, Tag, Stunde usw.) im Eingabefeld.

The object-specific attributes of the Datetime object can be used, for example, to format the display, define upper and lower limits for the values, and configure various features of the calendar display. As for User Supplied Widgets is usual, the datetime object has the well-known standard, geometry and layout attributes, which are managed by the ISA Dialog Manager.

Listview – Verschiedene Listenansichten mit Symbolen und Text

With the Listview object, a list object is now available under Microsoft Windows that offers different views, comparable to those of Windows Explorer. The object supports the display of icons that can be used to make the list display clearer and more intuitive. With the .style the following display types can be set for the attribute of the object:Listview

  • list: Liste mit kleinen Symbolen, bei der die Listenelemente zunächst untereinander und anschließend nebeneinander angeordnet werden. Das Symbol wird links vom Text des Listenelements angezeigt.
  • smallicon: Liste mit kleinen Symbolen, wobei die Listeneinträge zunächst links nach rechts und anschließend oben nach unten angeordnet werden. Auch hier wird das Symbol links vom Text angezeigt.
  • icon: Liste mit großen Symbolen und Anordnung der Listenelemente zuerst nebeneinander und dann untereinander. In dieser Ansicht wird das Symbol über dem Text des Listeneintrags angezeigt.
  • tile: Darstellung der Listenelemente als Kacheln mit großem Symbol links sowie Beschriftung und gegebenenfalls zusätzlichen Informationen rechts. Die Listenelemente werden untereinander angeordnet.
  • detail: Liste mit kleinen Symbolen, bei der die Listeneinträge untereinander angeordnet werden. Links neben dem Text kann ein kleines Symbol und zu jedem Listenelement können Detailinformationen in mehreren Spalten angezeigt werden. Die Darstellung ähnelt daher einer Tabelle.

The object-specific attributes of the Listview object make it possible, for example, to define the height and width of the large and small icons as well as to specify column widths and labels in the detailed view. This User Supplied Widget also has the usual standard, geometry and layout attributes managed by the ISA Dialog Manager.

en_GB