Advanced Search
Search Results
535 total results found
FeatStd Diagnostics
MemoryAppender added MemoryAppender is added which allows logging events to a buffer in memory.
FeatStd Memory Management
Removed Sharing Object The outdated and orphaned file SharingObject.h has been removed. Retain Count atomic and uncopyable The retain count of shared objects - enabled by macro "FEATSTD_SHARED_POINTER_DECLARATION" - has been made atomic to make in...
FeatStd Memory Pool
Enforce Initialization of BackingHeap Initialization of BackingHeap (MallocBackingHeap) is enforced. BackingHeap initializations are reference counted and missing initialization will assert. This is to detect missing initialization early, even if MallocBackin...
FeatStd Monitor
Monitor module migrated from Candera The Candera module CanderaMonitor has been migrated to FeatStd. See also: FeatStd CMake Switches for the changed CMake feature flag related to Monitor functionality.
FeatStd Util
String Ids for translatable Text A new class TextId has been added for accessing translatable texts from a string. See also: String::String(const TextId& id)
Candera Related Features
Array Editor Array properties are now supported for dynamic items (widget, effect, render target and layouter). Special editors are available in properties panel for changing the value. See also: Candera::ArrayProperty Candera Driven Valida...
SceneComposer Usability Improvements
Reusable Solution Library The main goal of a shareable component library (SCL) solution is to make all the resources from a particular SCS solution available to be used in other solutions. SceneComposer provides the possibility to reuse any part from a soluti...
SceneComposer Known Issues
SCL feature is not working properly on WinXp due to the long path of the temporary directory (c:\Documents And Settings\...). There is no automatic conversion for SCLs. Any SCL solution needs to be converted manually and re-exported. Unifor...
Import from Photoshop
Photoshop Import/Export From Candera 2.10 to 3.0, TextBrush was changed in that: Alignment property was removed and TextBrush in 3.0 behaves just like Alignment was "ConstantHeightAlignment" LayoutingArea property was introduced SceneCompos...
Figma
Smart Importer can import Figma data. This page explains how to to import Figma data with Smart Importer and how to work with the results. Please note that you cannot import Figma data for which you do not have editing privileges. Preparations for Importi...
Zooming
This feature was created to assist in developing high- or low-resolution HMIs. Developers of low-resolution HMIs can zoom in, developers of high-resolution HMIs can zoom out. It may also be convenient if you want to take a closer look and examine the HMI in d...
Rotate
This feature simulates a physical rotation of the display. The toolbar allows to rotate the Player's display clockwise. You can choose to rotate it by 0° (default), 90°, 180°, or 270°.
General 3.12
General Changes This page describes general updates that were made to CGI Studio for version 3.12. Documentation Updates Dynamic documentation New look & feel incl. images and multimedia contents Support for multiple language Sample Solutions New/Upd...
Candera 3.12
VectorialRenderData and respective interfaces were removed VectorialRenderData and its respective interfaces in RenderDevice2D were removed because they were not used. GlMaskEffect Scale behavior changed When the size of the mask image was bigger than the s...
Controls 3.12
New Controls: 3D Shapes Controls Arrow Capsule Cone Disc OilTank Pyramid RoundedCube Spindle Text3D Tube TwistRing Wedge
Behaviors 3.12
New Behaviors: Set External Bitmap: Retrieves a bitmap and sets the bitmap of the associated Render Node when its action is triggered. Check External Resource Change: Reacts on ExternalResourceChangedEvents, reloading the resource and invoking an update if...
FeatStd 3.12
String functions without bounds deprecated All FeatStd::Internal::String related functions without bounds have been deprecated. Candera::StringPlatform is an alias for FeatStd::Internal::String. Affected functions are: FeatStd::Internal::String::CompareSt...
Scene Composer 3.12
New Feature Fusion Fusion allows you to structure your scene logic easily in a visual node designer Vector Graphics Support for vector graphics is added, which can be created in Scene Composer or imported via SVG files. State Machine Sta...