Advanced Search
Search Results
1387 total results found
Courier V3.6
Data Context Support for a Candera node 2D/3D based local data context for binding sources. Behavior/widget property bindings will be bound to the nearest binding source instead of the global binding source from the model. This enables: The usage of ...
FeatStd Util
Variant explicit constructor The Variant constructor have been changed from conversion constructor to explicit constructor. Assignment similar to the following will no longer compile: FeatStd::Variant variant = 1; Furthermore, the direct usage of values (...
SceneComposer 3.6
New Feature Description of New Feature
General 3.5
CGI1-21755 - CMake: Generated projects cause too long path names on Windows Sometimes the path name length of the project files, that are generated by CMake, are too long for the Windows file system, depending on build folder path length, device, OS, CPU, ......
Candera/FeatStd CMake Build System Changes
Clipping Enabled by Default The flag CANDERA_LAYOUT_CLIPPING_ENABLED was disabled by default. From now on the flag CANDERA_LAYOUT_CLIPPING_ENABLED is enabled by default. Reason: for proper layout in terms of HMI controls the clipping of layout areas is mandat...
Candera Base
Cached Layout A new (dynamic) property has been added to the Layouter class: Cached Layout It specifies if the layout of the node should be performed only once until a invalidation inside the subtree occurs. A cached layout will be only laid out again as soon...
Candera System
Property of Type Variant Support for widget / behavior properties of type FeatStd::Variant has been added. To use datatype serialization of type Variant it is necessary to add the following include statement: #include <Candera/System/Mathematics/MathDataType...
Candera AssetLoader
Property of Type Optional Support for widget / behavior properties of type FeatStd::Optional has been added. To use datatype serialization of type Optional it is necessary to add the following include statement: #include <CanderaAssetLoader/AssetLoaderBase/O...
Textengine
Support of Monotype's font engine: iType Candera supports the font engine 'iType' of 'Monotype' now. In this release a basic integration of iType was done. With the provided iType integration two different shaper are supported: Complex Script and NoShaper. Mo...
Candera Behaviors
Event Handler Behaviors Classes have been added to support Event Handling. The TriggerBehavior references a ConditionBehavior and an array of ActionBehavior. ConditionBehavior and ActionBehavior are base classes. Any input event is processed by a TriggerBehav...
Candera Scripting
Script Events This versions adds support for script events. Script events can be sent and received by both Lua scripts and native code. Candera Object References in Scripts This versions adds support for referencing Candera objects in scripts. The...
Courier 3.5
IPC dynamic Component Count and Process Count Due to a new concept of IPC messages more processes and components are allowed. Actually the size of a message is dynamic by compile time now. Note the following points: Changed ComponentType::Invalid to ...
FeatStd Util
Variant Type A Variant data type has been introduced. The variant can hold a bool, UInt32, Int32 or Float value.
SceneComposer 3.5
Property Editing Improvements In CGI Studio SceneComposer for some properties the user can choose from a defined set of values e.g. the type of layout he wants to use (GridLayout, StackLayout...) or he can define the values for horizontal and vertical alignme...
R-Car D3 Custom Integrity BSP: Prerequisites
Hardware: Renesas RCarD3 Draak board CGI Studio has been tested on Renesas RCarD3 Custom Draak board. CMake In order to build Candera, the Meta build system CMake needs to be installed with at least version mentioned here.CMake is able to create the cross c...
Running the Player Demo Application on R-Car D3 Custom Integrity
Preparations Make sure to have an implementation of cgi_studio_3psw\src\RCarD3\enable_display\RCarD3_custom_EnableDisplays.h in the file cgi_studio_3psw\internal\Devices\RCarD3\enable_display\RCarD3_custom_EnableDisplays.c in order to set the GPIO pins in a w...
Candera/FeatStd CMake Build System Changes
Due to refactoring the layouter the flag to enable layout is no more appropriate as it is not only a feature for 2D anymore but also for 3D. V3.4.1 V3.4.2 CANDERA_2D_LAYOUTING_ENABLED CANDERA_LAYOUT_ENABLED
Building Own Application for R-Car D3 Custom Integrity
Generate Makefiles with CMake For general information about CGI Studio Build System and CMake properties available to configure Candera applications refer to CGI Studio Build System. To configure and generate makefiles for compiling the Player, follow below ...