CGI Studio 3.13

Release Date: December 2023

General 3.13

This page describes general updates that were made to CGI Studio version 3.13.

Scene Composer

Candera

Controls

Candera 3.13

Monotype Version Upgrade

The version of Monotype iType and Monotype WT-Shaper have been upgraded to the following versions:

Monotype iType
6.2.2
Monotype WT-Shaper
5.0.0


Controls 3.13

Slider Control

The Slider control was modified and uses the newly introduced SliderBehavior for layout of its elements. Now it is possible to

  • set a layout size on the control itself
  • assign a nine-patch image for the slider fill.

Behaviors 3.13

ListBehavior::TouchMode moved.

"enum CgiStudioControl::ListBehavior::TouchMode" has been moved from Behaviors/Scroll/List/ListBehavior.h to Behaviors/Scroll/List/ListTouchMode.h and renamed to "enum CgiStudioControl::ListTouchMode::Enum". The enum values CgiStudioControl::ListBehavior::Idle, CgiStudioControl::ListBehavior::Down, CgiStudioControl::ListBehavior::Scrolling and CgiStudioControl::ListBehavior::Flicked are therefore now available as CgiStudioControl::ListTouchMode::Idle, CgiStudioControl::ListTouchMode::Down, CgiStudioControl::ListTouchMode::Scrolling and CgiStudioControl::ListTouchMode::Flicked.

ScrollableEvent new flag

The ScrollableEvent has been extended with the additional flag TreatAnimationDurationZeroAsNotSet.

Use false to gain the same behavior as before (a duration value of 0 is considered as an animation duration of 0). When set to true the provided animation duration with the value 0 is treated as not set and the receiving scrollable control will use its own animation duration instead (when the provided animation duration is not 0 then there is no change in behavior). Also the ScrollableEventActionBehavior reflects that change with its new configuration property TreatAnimationDurationZeroAsNotSet. The default value for this property is true (because it is more likely that that already centrally configured animation duration shall be taken than a real 0 time animation duration).

Scrollable new callback

The Scrollable interface has been extended with the interface SetScrolling. The external caller will indicate with the call of SetScrolling if the object is currently scrolled (e.g. by a scrollbar with ongoing user input) and when this scrolling stops.

ListBehaviorExtension interface added

The ListBehavior functionality can now be extended by implementing the ListBehaviorExtension interface and apply the extension to a list. In addition an extension has been added that allows to snap the selected list item to an aligned snap position (combined snap positions of the list and the item). The new SnapListItemExtensionBehavior can be used to deploy this extension on a node with an attached ListBehavior and configure the general snapping functionality. The SnapListItemConfigurationBehavior can be used to configure individual setting for each item that will override the central configuration at the list node.

SliderBehavior added

Added a SliderBehavior, which does the layout of the background, fill area and knob nodes. It expects a ProcessValueEvent with a normalized value between 0.0 and 1.0.

FeatStd 3.13

Scene Composer 3.13

UI/UX Improvements

Import feature improvements

Fusion

State Machine

Text Size Report

Added a rendering-based Text Size Report to verify length of texts. 

Easy Mode

Configuration of Easy Mode is possible via Scene Composer preferences.

Platform 3.13

Platform changelog for 3.13

Android