Overview
This sectiontutorial describes how to configure a simple IVI solution using the file IVI_sample.psd. This file can be found in the following location:
...\2D\PSD\IVI_Sample.psd
- This sample uses the Smart Importer to import necessary images and create
the necessarypre-configured Controls. ARadioButtonssimplewillinteractionbe organized inside a GroupBox so that only one RadioButton can be selected at a time.
TheThrough followingthis chapterstutorial, provideusers will learn the following:
Main work content
Part 1 Basics of using Smart Importer to import aUnderstanding guide.how Pleaseto noteuse the Smart Importer to import a PSD file that theywas areespecially based on each other and it is recommendeddesigned to workbe themimported throughinto fromScene Part 1 to part 5.Composer.
PartIdentify1:various Controls and apply them in SmartImporterImporter.PartConfigure2:Control'sSet-uppropertiesScenelike values, texts, alternative graphics for e.g. Slider, RadioButtons- Finally import the scene and prepare it for use in Scene Composer.
Implementing a RadioButtonGroup where only one RadioButton can be selected at a time.
Interaction using Slider, Progressbars and Buttons
Learning how to use Fusion to react on value changes and forward values using Scene Composer's predefined behaviors.
Creating an Animation
Exploring the creation of an animation in Scene Composer.
Configuring animated properties for position and size. Editing key frames. Verify the animation in the Player. Part
Learning how to control state transitions using a state machine.
Configuring a global state machine and setting up transitions.
Controlling group nodes' visibility using OnEntry/OnExit actions.
Configuring the transitions to be triggered by button presses.
Verifying transitions and behaviors in the Player.