EB GUIDE documentation

Similar documents
EB GUIDE Studio. Widget template library documentation. Version 6.4.1

EB GUIDE Studio. User manual. Version

EB GUIDE documentation

Application Note VAST Synchronous Playback

Using Dynamic Links in AutomationDesk

INCA V7.2 INCA Instrument Integration Development Kit V1.2 Quick Start Guide

EB GUIDE Studio and EB GUIDE Speech Extension. Dan Henderlong June 2016

Article Library App Guide

Perceptive Document Composition

Tutorial: Introduction to Flow Graph

Downloading Proposals Tutorial

Product Interface Design using Axure RP Pro 7.0

xplm based Integration Aras Innovator and Pro/Engineer

Classic Headlines & Featured App Guide

Headlines & Features App Guide

Project management - integrated into Outlook Installation guide for InLoox 5.x on Windows Terminal Server

ImageNow Interact for Esri ArcGIS Server for Silverlight Getting Started Guide

Workshop BOND UNIVERSITY Bachelor of Interactive Multimedia and Design Beginner Game Dev Character Control Building a character animation controller.

Designing the Layout of External Content Using the Widgets Tool

EA/Studio Business Modeler Edition 1.5 New Features Guide. Published: October 8, 2007

Introduction to web page creation

Development Patch Release Notes Bellavita Patch Release. Notes. Micros-Fidelio GmbH, July 2014 Hospitality Solutions Page 3 of 5

eb ProjectWise Connection Services

EB TechPaper. EB Assist Car Data Recorder Innovative test drive support. automotive.elektrobit.com

Perceptive Process Mining

Questions and Answers

Contents. Add a Form Element to a Group Box Add a Field to a Form... 22

Red Hat JBoss Data Virtualization 6.2 Using the Dashboard Builder. David Sage

Perceptive Accounts Payable Invoice eform

Colligo Manager for Outlook User Guide. User Guide

TEST STEPS MIGRATION GUIDE

User s Manual. Version 5

Mobile Touch Floating Joysticks with Options version 1.1 (Unity Asset Store) by Kevin Blake

Flint - Eclipse Based IDE User Manual

Join Queries in Cognos Analytics Reporting

Tutorial: Modify UI 01 How to Load a UI Canvas Using Flow Graph

Custom Heart-Shaped Wipe

File Library App Guide

Installation and Configuration Manual

IBM Best Practices Working With Multiple CCM Applications Draft

SmartBar for MS CRM 2013

Symantec Patch Management Solution for Windows 8.5 powered by Altiris technology User Guide

Authentication Services ActiveRoles Integration Pack 2.1.x. Administration Guide

RTiQ User s Guide. Version 1.0 July 16, 2018

Instructor Info: Dave Tucker, LSSMBB ProModel Project Leader Office:

Kentico CMS 6.0 Intranet Administrator's Guide

Tutorial: Importing static mesh (FBX)

LinkedIn Sales Navigator for MS Dynamics 2016 and 365 Installation Guide

ArcScan for ArcGIS Tutorial

DotNetNuke. Easy to Use Extensible Highly Scalable

ER/Studio Enterprise Portal 1.1 User Guide

SAP Jam Communities What's New 1808 THE BEST RUN. PUBLIC Document Version: August

ETAS CONGRA V1.3.0 Installation Guide

Documentation QuickHMI Database Data Source

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

Project Management Framework

Project Management Add-ons

How to Run a PowerCenter Workflow from SAP

Experience SAP HANA Cloud Portal. Use SAP HANA Cloud Portal to Create Engaging Websites in 5 Simple Steps

What s New in BID2WIN Service Pack 4

ConfigurationDesk/RTI. Compatibility with Toolboxes and Blocksets Provided by MathWorks

ConfigurationDesk/RTI. Compatibility with Toolboxes and Blocksets Provided by MathWorks

File Processing Agent

touchdevelop tutorial

Archive Container Utility

Duration 30 minutes Notes This tutorial was built using Alice

Creating and Triggering Animations

Real and Virtual Development with SystemDesk

Using a Photoshop project design in Flash Catalyst

Using Synchronization in Profiling

Contents. Properties: Field Area Fields Add a Table to a Form... 23

HP Database and Middleware Automation

Tutorial: Options Menu Layout

ER/Studio Enterprise Portal User Guide

Business Insight Authoring

Creating an Avro to Relational Data Processor Transformation

Install and Use the PCD Inspector Tool

ConfigurationDesk/RTI. Compatibility with Toolboxes and Blocksets Provided by MathWorks

HowTo 0 - build GSE projects

Innovator 11. Post-Processing Word Documents. How to Create Tables and Hyperlinks in a Generated Word Document. HowTo.

Nexis User Guide.

Microsoft Power BI Tutorial: Importing and analyzing data from a Web Page using Power BI Desktop

Converting Relational Input into Hierarchical Output using Google BigQuery Connector

User Account Cleanup. Blackboard Web Community Manager

MDA Custom Map Control Creation for GPS View V1.1 Tutorial

AccessVia Publishing Platform

Bio-logic. How to use remote control via PC Quick start guide

VHIMS UPGRADE VERSION

An Introduction to Application Development in. Microsoft Visual Studio.NET

Avigilon Control Center System Integration Guide

How-To Guide SAP 3D Visual Enterprise Author 8.0 Document Version: How To Part Replace

ConfigurationDesk/RTI. Compatibility with Toolboxes and Blocksets Provided by MathWorks

Banner General Release Guide. Release 9.3 September 2016

Toad Data Point - Professional Edition. The Toad Data Point Professional edition includes the following new features and enhancements.

ICS Tutorials: Basic Operations

SmartBar for MS CRM 2015/2016 and Dynamics 365

ConfigurationDesk/RTI. Compatibility with Toolboxes and Blocksets Provided by MathWorks

Instruction Manual for the Archive Reader. starting from Version 2027

Creating a Motion Stabilizer Effect

This course is designed for web developers that want to learn HTML5, CSS3, JavaScript and jquery.

Transcription:

Tutorial Version 6.1.1.0-trunk

Elektrobit Automotive GmbH Am Wolfsmantel 46 D-91058 Erlangen GERMANY Phone: +49 9131 7701-0 Fax: +49 9131 7701-6333 http://www.elektrobit.com Legal notice Confidential and proprietary information. ALL RIGHTS RESERVED. No part of this publication may be copied in any form, by photocopy, microfilm, retrieval system, or by any other means now known or hereafter invented without the prior written permission of Elektrobit Automotive GmbH. ProOSEK, tresos, and street director are registered trademarks of Elektrobit Automotive GmbH. All brand names, trademarks and registered trademarks are property of their rightful owners and are used only for description. Copyright 2015, Elektrobit Automotive GmbH. Page 2 of 7

Table of Contents 1. Tutorial... 4 1.1. Tutorial: Making a rectangle move across the screen... 4 2. Support... 7 Page 3 of 7

Chapter 1. Tutorial 1. Tutorial 1.1. Tutorial: Making a rectangle move across the screen The following instructions guide you through the process of animating a rectangle widget so that it continually moves across the screen when the simulation starts. Approximate duration: Five minutes. Adding widgets In the following steps you add three widgets to the view and organize the hierarchy of the widgets. Prerequisite: The Main state machine contains an initial state and a view state. The initial state has a transition to the view state Step 1 In the content area, double-click the view state. The view is displayed in the content area. Step 2 Drag a rectangle widget from the Toolbox into the view. Step 3 Drag an animation widget from the Toolbox into the rectangle widget. Step 4 In the navigation area, click the animation widget and press the F2 key. Rename the animation widget to MyAnimation. Step 5 Drag a linear interpolation integer widget from the Toolbox into the rectangle widget. Step 6 In the navigation area, move the linear interpolation integer widget in the hierarchy so that it becomes a child widget of the animation widget. Now, if you start the simulation, a rectangle is displayed in a view. The rectangle does not move yet. Page 4 of 7

Chapter 1. Tutorial Adding a user-defined property of type conditional script As a next step, you add a user-defined property to the rectangle widget. With the conditional script property, rendering the rectangle during simulation starts the animation. Prerequisite: You completed the previous instruction. Step 1 Select the rectangle widget. Step 2 In the Properties panel go to the User-defined properties category and click. A menu expands. Step 3 In the menu select Conditional script. A user-defined property of type Conditional script is added to the rectangle widget. Step 4 Rename the property to startanimation. Step 5 Next to the startanimation property click Edit... A script editor opens in the content area. Step 6 Enter the following EB GUIDE Script in the On trigger category: function(v:arg0::bool) { f:animation_play(v:this->myanimation) } Making the animation visible The following instructions guide you through the process of making the animation visible. Prerequisite: You completed the previous instruction. Step 1 Select the linear interpolation integer widget. Page 5 of 7

Chapter 1. Tutorial Step 2 In the Properties panel go to the target property and click the button next to the property. A menu expands. Step 3 In the menu click Add link to widget property. A dialog opens. Step 4 In the dialog go to the rectangle widget and select its x property. Figure 1.1. Linking between widget properties Step 5 Click Accept. The dialog closes. The button is displayed next to the target property. Step 6 Link the end property to the view's width property. With these settings, when the animation starts, the x property of the rectangle changes from zero to the width of the view. Thus the rectangle moves from the left boundary to the right boundary of the view. Step 7 To make the animation run in infinite repetitions, enter 0 in the repeat property. Step 8 Save the project. Step 9 To start the simulation, click in the command area. Result: The rectangle continually moves from the left side of the view to the right side of the view. Page 6 of 7

Chapter 2. Support 2. Support EB GUIDE support is available in the following ways. For community edition: Find comprehensive information in our articles, blogs, and forums. For enterprise edition: Contact us according to your support contract. When you look for support, prepare the version number of your EB GUIDE installation. To find the version number, go to the project center and click HELP. The version number is located in the lower right corner of the dialog. Page 7 of 7