Release Notes TPT 10 TPT 10U3 TPT 10U2 TPT 10U1. Declaration Editor. Bug Fixes

Size: px
Start display at page:

Download "Release Notes TPT 10 TPT 10U3 TPT 10U2 TPT 10U1. Declaration Editor. Bug Fixes"

Transcription

1 Release Notes TPT 10 TPT 10U3 Bug Fixes Bug fix while running files via console or batch tool, if these file had references to other TPT files (libraries). Bug fix while opening old TPT files via API. Bug fix while terminating parts of a test step list, that are embedded in a while-wait-loop when this while-wait-loop is terminated because a higher level part of the test is terminated. TPT 10U2 Bug Fixes Build Progress pause button bug fix. The pause button now pauses the test execution anytime. Bug fixes in TASMO regarding the state-flow instrumentation that caused, under certain circumstances, changes in the model semantics. Bug fix to avoid changes in the MATLAB startup script when upgrading from TPT9 to TPT10. Bug fix when setting breakpoints in PLS UDE. Break points are now set correctly. Bug fix for Python range function data types. Now all data types are supported. TPT 10U1 Bug Fixes Bug fix in the Signal Comparison assesslet. When you enter both an absolute and a relative tolerance to the Signal Comparison assesslet, those tolerances are no longer added up. Instead, the minimum of both tolerances is taken. Bug fix in the report path. In some cases, the report path was too long for Windows systems when composed of test case + test data directory + relative path for the report. The report could not be opened from the build progress. Now the report path is normalized and report opens always from the build progress. Bug fix in the documentation field for all step types to avoid execution error in some cases. Declaration Editor - 1 -

2 The Declaration Editor has been completely redesigned. Figure 1: Redesigned Declaration Editor Direct display and edit of mapping flavors (scaling, rename,...). Direct manage and edit of equivalence classes. Set interface roles directly (IN/OUT/LOCAL). Multi-editing supported. You can switch between the decimal, binary, and hexadecimal representation of an integer. Global undo (CTRL+Z) and redo (CTRL+Y) affects also actions made in the Declaration Editor. You can show and hide columns in the Declaration Editor. shortcuts to create channels (CTRL+1), parameters (CTRL+2), constants (CTRL+3), measurements (CTRL+4), and assessment variables (CTRL+5). The single elements of a struct are now displayed as an expandable list in the Declaration Editor

3 Figure 2: Display of a struct in the Declaration Editor The values of string channels are now displayed. Min and max values for a struct or an array can also be scalar values that apply to all elements of the struct or array. Initial values can be set for: Channels by using an Init Values mapping flavor. Individual test cases by using the Initial Values view. Equivalence Classes Equivalence Classes Editor. Direct editing of all equivalence class sets in the Declaration Editor. Equivalence classes can be accessed in assessment scripts. You can use the representative values of an equivalence class in assesslets: print light_intensity->ec.bright.min. Auto-completion is supported

4 Figure 3: Equivalence classes set in an assesslet with auto-completion You can automatically generate test cases from subsets of Equivalence Classes Sets. Figure 4: Select equivalence classes Equivalence classes can be defined as mandatory or forbidden in the Equivalence Classes assesslets

5 Figure 5: Equivalence Classes assesslet Mapping Editor The Mapping Editor has been redesigned

6 Figure 6: Mappings with selected flavors Bug fix If a mapping with Init Values flavor specifies initial values for constants or system constants, these initial values will be now considered during test modeling and test assessment. As a consequence, system constants can be specified in the "System constants" settings of the platform as well as in the Init Values mapping flavor. If the value of a system constant is specified in the "System constants" settings and in the Init Values mapping flavor, the value must be identical to avoid conflicts. Import Interface Instead of remove, you can hide a signal during the interface import if this signal is declared in TPT but cannot be found in the external interface. Import and Export - 6 -

7 TPT can import array elements from MDF files as array. The import can be configured in the Preferences dialog, TPT Model Behavior section. Comment information from MDF3 is imported as string. MDF4 event blocks are imported as string variables. These string variables are also displayed in the Test Data Viewer. Test step list A new test step has been added, the Table step. You can use the Table step to set and check signals in form of a data table. You can also copy and paste data from the Table step into EXCEL files. Figure 7: Table step Each step in the step list has its own documentation field. This field is only visible when the step is selected or when text has been entered in the documentation field. The Ramp channel step can now ramp parameters

8 Figure 8: Ramped parameter A Testlet step in another Testlet step does no longer need to be a child node of the referencing testlet. Referencing the parent and cycles (recursion) still forbidden. Figure 9: Testlet step in another Testlet step Inside the step list, the set If, Else, While, and the Parallel steps can now be expanded and collapsed

9 Figure 10: Collapsed and expanded steps If and Else steps are only used when they have been checked by the pre-compiler and have been found reachable. Test cases can be generated from value ranges. The values are derived from mapping flavors. You can modify the step size, start, stop, and quantization value for the generated step list variant. You can use mapping information of test platforms by typing the channel name and flavor and set a ->. For example: light_intensity > light_intensity->min. Figure 11: Mapping information used in a test step Bug fix Bug fix in auto-completion in the test step list. Bug fix in global search performed in different test step list fields. Bug fix in multiple selection in test step lists. Platforms You can now add custom Python scripts to the platform configuration. The scripts run either before or after the execution of the platform / test cases. The following execution platforms support additional Python scripts: ASCET, ASCET@FUSION, dspace HiL@FUSION, EXECUTION, and Stand-alone

10 Figure 12: Python scripts in the Platform Configuration dialog ASCET You can now extract the SUT interface, generate the test environment, and configure ASCET via the RMI API. option "Limit channels and parameters" in the platform configuration lets you limit the physical values of channels and parameters to the bounds of a Min/Max flavor. ASCET@FUSION: Parameter are read back from the SUT. That is, in case parameter values are limited or changed in the SUT, TPT reads the limited value. ASCET@FUSION: Support of quantized physical experiment. ASCET@FUSION: Support of different implementations. ASCET@FUSION: You can set individual task counter names. ASCET@FUSION: The order of tasks/processes is no longer limited. ASCET@FUSION: You can specify "round" or "cut" for calculations of internal values (scaling). Bug fix TPT 64bit can now communicate with ASCET. VERISTAND TPT checks whether the signals from a TPT project file are present on the HiL. The test cases are executed only when all signals given in the TPT project file can be found on the HiL. FUSION

11 section in the FUSION platform configuration, named "Advanced Options", to specify the runtime and the debug options. Parameters in FUSION have now read-write semantic, so the values of parameters can be read back from the SUT via FUSION and become a part of the test data. 64bit DLLs can be used. MS.NET Assembly Node = Custom Node.NET DLL Changed The name of the MS.NET Assembly Node has been changed to Custom Node.NET DLL. MCD3 client node You can now specify how many times TPT should try to connect to the controller if the initial connection breaks down, and how many seconds take between each attempt to reconnect. INCA node The initialization process for the INCA Node has been optimized, depending on whether it is the first or last test case, and whether the FUSION is in CompileRun or ExecuteRun. An INCA connection establihed by TPT does not try to connect again (re-initialize) when the same script is executed a second time. You can suppress the initialization of INCA if INCA has already been started and configured and a test has to be executed several times. The INCA node supports array signals and measurements. INCA array measurements are now also array channels at TPT. PLS UDE node You can now read from bit fields or write to bit fields, that is from and to consecutive bits of the whole value by using: UDEvariablename.[lastBit:firstBit]. You can specify to open a given Executable and Linking Format file (ELF) automatically when the UDE is opened. If the ELF code is generated with CTC++, also code coverage is possible. The bitcov add-on by CTC is needed to use this feature

12 The code coverage done with CTC++ on the UDE debugger target can be integrated in the HTML report of TPT. You can set the maximal timeout for waiting that UDE stops at a specified breakpoint by setting a breakpoint timeout in the node configuration. LABCAR [NEW] A new platform has been implemented, called "LABCAR Platform". It runs TPT test cases via the FUSION and exchanges the signal data with the LABCAR OPERATOR (LCO). The measurement and calibration is done via INCA. You can configure error-simulation with PinControl (ES4440). dspace HiL@FUSION [NEW] Figure 13: PinControl

13 A new platform has been implemented, called "dspace It runs TPT test cases via the FUSION in non-realtime on a dspace HiL environment. Communication is performed using the ASAM XiL-API. Support of Scalexio HiL, 1005, and MATLAB MATLAB2016b supported. Better support of TargetLink Data Dictionaries. TargetLink subsystems built from a library are supported by TPT for automatic test frame generation. TPT environment variables are now written to the MATLAB workspace. In conjunction with the MATLAB platform, the MinGW 64 bit is supported in TPT. TPT can handle the Simulink.LookupTable that holds explicit values and the Simulink.Breakpoint that represents an axis of a Simulink.LookupTable. LookupTables are imported to TPT as a map or curve. Breakpoints are imported to TPT as an array. The LookupTable references the array. TPT can connect to resettable subsystems in MATLAB to analyze the subsystem's interface and to generate the test frame. Instead of memory blocks in the test frame, unit delay blocks (1 / z) are generated. This way, the sample time can be precisely set to correspond to the sample time set in TPT stepsize. Parameters in referenced Simulink models are taken into account by TPT during the import. Coverage with V&V is always cumulative. When using the "Report only" option, you need to define the coverage settings. Coverage measurement is possible for referenced models. Bug fix Interface import and test frame generation works properly for function-call subsystems where the function option "sample time type" is set to "periodic". The function-call signal is no longer imported as a TPT channel. Simulink.Signal objects referenced in data store memory blocks are now handled correctly when writing parameter values. When you apply a mapping with rename flavor in TPT to parameters, the external name of these parameters is now used when reading them from the MATLAB workspace or writing to them in the MATLAB workspace. When you copy a MATLAB platform setting from one TPT project file to another TPT project file, the "Vector Start Index" and the "Treat Vector as" settings are copied correctly. TPT can now handle the dimension of a boolean array in MATLAB interfaces. Bug fix in the display of bus signals with many signals

14 Bug fix with long strings in the test frame generation for the MATLAB platform. Bug fix in the parameter import from Targetlink models. TASMO TASMO is more robust and faster, and supports more Simulink blocks for coverage goals. TASMO supports decision coverage for the following blocks: Sign (Simulink, TargetLink), Relay (Simulink, TargetLink), and Dead Zone (Simulink). TASMO supports decision and condition coverage for Stateflow Truth Tables. You can filter subsystems by block type and coverage criteria in the "Select Coverage Criteria / Goals" dialog section. signal characteristic named "Constant" has been added. When used along with other types, for example with "Step" or "Sine", the generated signal can have constant sections. Figure 14: Charateristics in TASMO TASMO performs a static analysis of the test model before the test data generation to detect nonreachable coverage goals. TASMO can analyze existing test cases and achieved coverage during the normal test execution to avoid redundant test data and to increase the coverage goals. The coverage information of the test cases generated by TASMO can be exported from TASMO into a CSV file. You can reuse this CSV in EXCEL to set up your own statistic

15 TASMO supports parameter changes in the test data generation. TASMO can generate test data as linear step lists or as parallel step lists. Requirements Figure 15: Select a test step type in TASMO TPT10 supports DOORS 9.6. You can deactivate in the Advanced Report option in TPT, that a requirement which is not linked to any assesslet, derives its result from a test case. When this option is deactivated, the requirement is set to "not covered" instead of "inconclusive". TPT can handle the URI Object attribute from DOORS. URI Objects are links. The link is displayed in the Requirements view with the requirement and now also in the "Meta Information" section of the report. Changed For better visibility, the position of the number located in variant and test case icons that shows how many requirements are linked to that specific test case or variant has moved upward. The requirements result of several execution platforms are displayed in a single report table; the pie charts show the results of the different execution platforms combined

16 Figure 16: Requirements results table The "Report Linked Requirement" displays more information, for example about the kind of link (direct, inherited). Figure 17: Report shows if the link to a requirement is direct or inherited Bug fix Non-requirement objects requirements are now ignored when using a REQUIREMENTS.checked() function. That is, they do no longer affect the coverage statistics and are no longer displayed in the report. When you import linked objects (test cases, variants, assesslets) of a deleted requirement, the objects are now marked as "Needs to be Reviewed". When you link a TPT element such as a test case, variant, or assesslets to a non-requirement object (objects that are not requirements, like a description), the non-requirement object becomes a requirement. When you remove the link between the TPT element and the former non-requirement object, the former non-requirement becomes a non-requirement object again

17 Assessment The Jython version has been migrated to Jython 2.7, thus TPT can now load DLLs at assessment time. There are also new libraries available like ctypes. The Assessment Library is now a regular feature and has been moved to the Preferences dialog. The Assessment Library is used to set paths to custom assessment scripts that can be used in all TPT projects of a TPT installation or only for a specific TPT project. The Assessment Library has file extension *.tptpy. dialog to select variables in assesslets (Min/Max, Signal Comparison, Equivalence Classes). Figure 18: Select variables in an assesslet You can use the mapping information of test platforms by typing the channel name and flavor and set a "->". For example: light_intensity > light_intensity->min. Figure 19: Mapping information used in a Script assesslet You can increase the context interval by positive arguments or reduce them by negative arguments with the new assessment function TPT.extendContextRel (before, after). In STRICT mode, undefined inputs lead to undefined results

18 TPT.boundControl(), TPT.boundControlRel(), TPT.hose(), TPT.deviation() with STRICT mode. The new option in assesslets tree "Copy the Structure of the Selected Test Cases" creates assesslet groups that are structured with regard to the test case groups. The corresponding linked assesslets are sorted accordingly. Figure 20: assesslet structure operator "=~=" that compares two signals with respect to a tolerance. The tolerance is taken from the scaling information of the test platform (mapping). For example: a channel light_intensity with a mapping tolerance of +/-0.05, slope 0.1: (light intensity =~= myval) is true for myval-0.05 <= light_intensity <= myval The semantics of the gettolerance() function also considers that the ScalingMode can be OFF. This influences the signal comparison when: A tolerance for the least significant bit (LSB) is specified. The new =~= operator that compares a signal with the scaling tolerance is used. The function myvar.gettolerance()is used in an assessment. The names of assesslets tree elements that are created, copied or duplicated and have the same name as another assesslet tree element, are automatically extended by an underscore and a number to ensure the uniqueness of the name. Shorter descriptions is possible for the TPT.checkAlways() function

19 Figure 21: TPT.checkAlways() Changed When you redefine signals in an assessment in a specific time interval, the results of the other time intervals remain as they were (passed, failed, or inconclusive). Condition Tree assesslet You can disable and enable single checks by selecting the "Enabled" check box. The checks can also be set using the context menu or the shortcut F4. Bug fix Fix memory leak in Condition Tree assesslet. Bug fix in Conditional Tree assesslet when exporting an assesslet from the Test Data Viewer to the Assesslet view. Conditional Tree assesslet bug fix with copy and paste. Conditional Tree assesslet bug fix when an interval is not found. Trigger Rule assesslet The trigger condition can trigger an "Else check" for the intervals in which "Then check" is not true. Min/Max Comparison assesslet You can now select a mapping with Min/Max flavor in the section "Mapping for bound information"

20 Script assesslet Locally declared functions and variables can be entered via auto-completion. Figure 22: Auto-completion in Script assesslet Already declared elements are highlighted when you hover with the mouse over the script and at the same time press the CTRL key. When you click on a highlighted element, the Declaration Editor opens and directly shows the selected element, so you can immediately edit it

21 Figure 23: Jump from a Script assesslet directly to the Declaration Editor entry You can access Min / Max mapping flavor values from a script assesslet using foo->min and foo- >max. Import Measurements assesslet Changed The check box "Use mapping from platform" has been removed. Go to the "Import" section, click and select "Use mapping from platform" from the mapping list. Report Signal graphic assesslet You can now filter signals that differ from default value to include them in the Report Signal graphic. Build Progress dialog The Build Progress dialog has been redesigned

22 Figure 24: Build Progress dialog The execution details tree shows also which assesslet in what time context has been erroneous and at which Compare step something went wrong. You can directly jump to the assesslet in the Assesslet view or in the Assesslet Content view by clicking on it in the Build Progress. The relevant signals for an assesslet can be displayed in the Test Data Viewer via the context menu entry. toolbar icons added to cancel the current execution, to create and to open the overview report, to automatically generate an overview report after every test case is run. Test Data Viewer Changed You can load several test or measurement data into an independent Test Data Viewer tab or window. Bug fix Bug fix when using several tabs in the Test Data Viewer along with structs. Report

23 The section "Test Case Status Summary" in the report table shows now the test case status set by you, that is if the test case is new, in progress, to be reviewed, or stable according to your settings in the Test Case Status view. Report shows information, which project has been used for the generation of the DLL. PDF reports are now generated in landscape format for better table display. configuration options for coverage using CTC++. You can specify for which files the coverage report should be generated. Section "Code Coverage" in the report. A coverage table is displayed for each platform. When using CTC++, the statement coverage is always part of the report. Figure 25: Code coverage report section Bug fix Bug fix when opening a report from a file executed on a network drive. Dashboard Changed You can now choose to set the mode of the button widget and check box widget either to push button or to toggle button. When you want to deselect a currently selected item in the Dashboard, press ESC. Bug fix Bug fix in Dashboard with undo and redo actions. Text changes immediately in the Dashboard as soon as you enter it in the properties of a widget. Dashboard Player Simplified generation of the executable Dashboard Player file in a new format called DBPLAY. The DBPLAY files are automatically associated with the Dashboard Player

24 command line options to start the a DBPLAY file automatically (--autostart) and in fullscreen. button to select a TVM file in case several TVM files exist. Miscellaneous Figure 26: Choose a TVM file in the Dashboard Player command line option --noconsole to suppress any output in the command prompt. If the command prompt is associated with a parent process of the tpt.exe, the output is still generated but not displayed in the prompt. The variables that should be used in all projects of a TPT installation can be now defined in the "General" section of the Preferences dialog. Variables that should only apply to a specific TPT project are defined in a project-specific section in the Preferences dialog. Select "Enable auto line wrap" menu option in the Description view to automatically break lines. To open the most recently closed TPT file, select the new menu item "Open Most Recent". Multiple selection is now available in the project tree and the test cases tree. When you copy and paste, or duplicate an element in the project tree, the name of the element will be in edit mode to quickly enter the new name without having to use F2. The names of project tree elements (testlet, variant, test case) that are created, copied or duplicated and have the same name as another project tree element, are automatically extended by an underscore and a number to ensure the uniqueness of the name. The local and global search are now in the same search dialog (CTRL+F)

25 Figure 27: search dialog Text in the Description view and Documentation steps and fields can be formatted, that is, you can change the size and color of the font or single characters, and change its style to underline, bold, or italic. The formatted text can be displayed in the report. Figure 28: Formatted description in report You can assign initial channel values for every single test case, variant, and group. Use the UP and DOWN keys in the Test Case Details view for navigation. documentation available and searchable in TPT. help view. Improved context sensitive help in TPT (F1)

26 Figure 29: Searchable help in TPT Changed The Preferences dialog is now separated in two sections: one for the general settings that effect all TPT projects of a given TPT installation, and one for the settings of each currently opened TPT file. Figure 30: Preferences dialog

27 The image resolution settings are directly available in the "Save image as" dialog. Bug fix Bug fix in the quick search of the project browser

Quick Reference Card Business Objects Toolbar Design Mode

Quick Reference Card Business Objects Toolbar Design Mode Icon Description Open in a new window Pin/Unpin this tab Close this tab File Toolbar New create a new document Open Open a document Select a Folder Select a Document Select Open Save Click the button to

More information

Zend Studio 3.0. Quick Start Guide

Zend Studio 3.0. Quick Start Guide Zend Studio 3.0 This walks you through the Zend Studio 3.0 major features, helping you to get a general knowledge on the most important capabilities of the application. A more complete Information Center

More information

Kendo UI. Builder by Progress : What's New

Kendo UI. Builder by Progress : What's New Kendo UI Builder by Progress : What's New Copyright 2017 Telerik AD. All rights reserved. July 2017 Last updated with new content: Version 2.0 Updated: 2017/07/13 3 Copyright 4 Contents Table of Contents

More information

A Guide to Quark Author Web Edition 2015

A Guide to Quark Author Web Edition 2015 A Guide to Quark Author Web Edition 2015 CONTENTS Contents Getting Started...4 About Quark Author - Web Edition...4 Smart documents...4 Introduction to the Quark Author - Web Edition User Guide...4 Quark

More information

( )

( ) testidea 9.12.x This document describes what s new and noteworthy in testidea. Headings indicate version and release date. 9.12.269 (2016-01-08) Grouping of test cases Grouping of test cases enables better

More information

User Guide. Version Exago Inc. All rights reserved.

User Guide. Version Exago Inc. All rights reserved. User Guide Version 2016.2 2016 Exago Inc. All rights reserved. Exago Reporting is a registered trademark of Exago, Inc. Windows is a registered trademark of Microsoft Corporation in the United States and

More information

Function names can be specified with winidea syntax for qualified names, if multiple download files and file static functions are tested.

Function names can be specified with winidea syntax for qualified names, if multiple download files and file static functions are tested. _ RELEASE NOTES testidea 9.12.x 9.12.14 (28.3.2012) Qualified function names Function names can be specified with winidea syntax for qualified names, if multiple download files and file static functions

More information

Microsoft Excel Keyboard Shortcuts

Microsoft Excel Keyboard Shortcuts Microsoft Excel Keyboard Shortcuts Here is a complete list of keyboard shortcuts for Microsoft Excel. Most of the shortcuts will work on all Excel versions on Windows based computer. Data Processing Shortcuts

More information

( )

( ) testidea 9.12.x This document describes what s new and noteworthy in testidea. Headings indicate version and release date. 9.12.269 (2016-01-08) Grouping of test cases Grouping of test cases enables better

More information

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

More information

IBM Rational Rhapsody Gateway Add On. User Guide

IBM Rational Rhapsody Gateway Add On. User Guide User Guide Rhapsody IBM Rational Rhapsody Gateway Add On User Guide License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated into any

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

Computer Shortcuts. Files menu options in current program. Edits options in current program Universal Help in almost every Windows program.

Computer Shortcuts. Files menu options in current program. Edits options in current program Universal Help in almost every Windows program. www.bankjobszone.com Computer Shortcuts Shortcut keys Concept: Shortcuts keys help provide an easier and usually quicker method of navigating and using computer software programs. Shortcut keys are commonly

More information

Eclipse Quick Reference Windows Hosted

Eclipse Quick Reference Windows Hosted Eclipse Quick Reference Windows Hosted Menus and Keyboard Shortcuts (some menus/items can be hidden in any perspective) File Menu New Open Path Open File Close Close All Save Save As Save All Revert Move

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, November 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, November 2017 News in RSA-RTE 10.1 updated for sprint 2017.46 Mattias Mohlin, November 2017 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, January 2018

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, January 2018 News in RSA-RTE 10.1 updated for sprint 2018.03 Mattias Mohlin, January 2018 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10

More information

TABLE OF CONTENTS. i Excel 2016 Basic

TABLE OF CONTENTS. i Excel 2016 Basic i TABLE OF CONTENTS TABLE OF CONTENTS I PREFACE VII 1 INTRODUCING EXCEL 1 1.1 Starting Excel 1 Starting Excel using the Start button in Windows 1 1.2 Screen components 2 Tooltips 3 Title bar 4 Window buttons

More information

Data Declaration System

Data Declaration System DDS Data Declaration System Page: 1 Content Introduction Filter Configuration Objectives: After completing this unit you will know how to configure and use DDS filters. Page: 2 Introduction are program

More information

Code Editor. The Code Editor is made up of the following areas: Toolbar. Editable Area Output Panel Status Bar Outline. Toolbar

Code Editor. The Code Editor is made up of the following areas: Toolbar. Editable Area Output Panel Status Bar Outline. Toolbar Code Editor Wakanda s Code Editor is a powerful editor where you can write your JavaScript code for events and functions in datastore classes, attributes, Pages, widgets, and much more. Besides JavaScript,

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, July 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, July 2017 News in RSA-RTE 10.1 updated for sprint 2017.28 Mattias Mohlin, July 2017 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10 and

More information

BasicScript 2.25 User s Guide. May 29, 1996

BasicScript 2.25 User s Guide. May 29, 1996 BasicScript 2.25 User s Guide May 29, 1996 Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form or by any means, electronic

More information

eschoolplus+ Cognos Query Studio Training Guide Version 2.4

eschoolplus+ Cognos Query Studio Training Guide Version 2.4 + Training Guide Version 2.4 May 2015 Arkansas Public School Computer Network This page was intentionally left blank Page 2 of 68 Table of Contents... 5 Accessing... 5 Working in Query Studio... 8 Query

More information

Datastore Model Designer

Datastore Model Designer Datastore Model Designer The Datastore Model Designer allows you to define the datastore model for your Wakanda application. A model is a description of how data will be accessed and stored into structures

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

MDA V8.2 User's Guide

MDA V8.2 User's Guide MDA V8.2 User's Guide Copyright The data in this document may not be altered or amended without special notification from ETAS GmbH. ETAS GmbH undertakes no further obligation in relation to this document.

More information

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 Query Studio Training Guide Cognos 8 February 2010 DRAFT Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 2 Table of Contents Accessing Cognos Query Studio... 5

More information

239 Excel Keyboard Shortcuts

239 Excel Keyboard Shortcuts 239 Excel Keyboard Shortcuts WORK FASTER AND MORE EFFICIENTLY WITH THESE CLEARLY ILLUSTRATED EXCEL SHORTCUTS. My Online Training Hub https://www.myonlinetraininghub.com/ Below is a huge list of Excel keyboard

More information

CodeWarrior Development Studio for Power Architecture Processors FAQ Guide

CodeWarrior Development Studio for Power Architecture Processors FAQ Guide CodeWarrior Development Studio for Power Architecture Processors FAQ Guide Document Number: CWPAFAQUG Rev. 10.x, 06/2015 2 Freescale Semiconductor, Inc. Contents Section number Title Page Chapter 1 Introduction

More information

194 useful Keyboard Shortcuts for Excel Excel 2010 Shortcuts

194 useful Keyboard Shortcuts for Excel Excel 2010 Shortcuts 194 useful Keyboard Shortcuts for Excel 2010. Excel 2010 Shortcuts 1. Navigate Inside Worksheets Arrow Keys Page Down / Page Up Alt + Page Down / Alt + Page Up Tab / Shift + Tab Ctrl + Arrow Keys Home

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, April 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, April 2017 News in RSA-RTE 10.1 updated for sprint 2017.16 Mattias Mohlin, April 2017 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10 and

More information

W-E

W-E Signage Suite V2.20 User Guide 605220-02-01-W-E-051613-02 Trademarks Windows XP, Windows Vista, Windows 7, and Microsoft are registered trademarks of Microsoft Corporation. All other trademarks are the

More information

Quick Reference Summary

Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary 3-D Chart, Rotate EX 462 3-D Rotation button (Chart Tools Layout tab Background, change rotation (Format Chart

More information

Configuring Ad hoc Reporting. Version: 16.0

Configuring Ad hoc Reporting. Version: 16.0 Configuring Ad hoc Reporting Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

CodeWarrior Development Studio for Advanced Packet Processing FAQ Guide

CodeWarrior Development Studio for Advanced Packet Processing FAQ Guide CodeWarrior Development Studio for Advanced Packet Processing FAQ Guide Document Number: CWAPPFAQUG Rev. 10.2, 01/2016 2 Freescale Semiconductor, Inc. Contents Section number Title Page Chapter 1 Introduction

More information

Learning Map Excel 2007

Learning Map Excel 2007 Learning Map Excel 2007 Our comprehensive online Excel tutorials are organized in such a way that it makes it easy to obtain guidance on specific Excel features while you are working in Excel. This structure

More information

Advanced Excel Selecting and Navigating Cells

Advanced Excel Selecting and Navigating Cells Advanced Excel 2007 One major organizational change in Excel 2007, when compared to 2003, is the introduction of ribbons. Each ribbon reveals many more options depending on what tab is selected. The Help

More information

31 Editing TTCN Documents

31 Editing TTCN Documents Chapter 31 Editing TTCN Documents (in Windows) In the TTCN suite, TTCN test components can be edited on table level as well as restructured on a hierarchical level. This chapter describes the editors and

More information

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview In Cisco Unified Intelligence Center, Dashboard is an interface that allows

More information

Distributed OrcaFlex. 1. Introduction. 2. What s New. Distributed OrcaFlex

Distributed OrcaFlex. 1. Introduction. 2. What s New. Distributed OrcaFlex 1. Introduction is a suite of programs that enables a collection of networked, OrcaFlex licensed, computers to run OrcaFlex jobs as background tasks using spare processor time. consists of four separate

More information

News in RSA-RTE 10.2 updated for sprint Mattias Mohlin, May 2018

News in RSA-RTE 10.2 updated for sprint Mattias Mohlin, May 2018 News in RSA-RTE 10.2 updated for sprint 2018.18 Mattias Mohlin, May 2018 Overview Now based on Eclipse Oxygen.3 (4.7.3) Contains everything from RSARTE 10.1 and also additional features and bug fixes See

More information

1 Introduction to MARS

1 Introduction to MARS 1 Introduction to MARS 1.1 Objectives After completing this lab, you will: Get familiar with the MARS simulator Learn how to assemble, run, and debug a MIPS program 1.2 The MARS Simulator MARS, the MIPS

More information

KEYBOARD SHORTCUTS AND HOT KEYS

KEYBOARD SHORTCUTS AND HOT KEYS KEYBOARD SHORTCUTS AND HOT KEYS Page 1 This document is devoted to using the keyboard instead of the mouse to perform tasks within applications. This list is by no means the "be all and end all". There

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, March 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, March 2017 News in RSA-RTE 10.1 updated for sprint 2017.13 Mattias Mohlin, March 2017 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10 and

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, March 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, March 2017 News in RSA-RTE 10.1 updated for sprint 2017.10 Mattias Mohlin, March 2017 Overview Now based on Eclipse Neon-1 (4.6.1) Many general improvements since Eclipse Mars Note: Neon-2 (4.6.2) is not yet supported!

More information

Design Room ONE Release Notes

Design Room ONE Release Notes Design Room ONE Release Notes 2019.03 (January 22, 2019) DR.ONE integration now supports the latest version of Rational Software Architect Designer 9.7. See updated Installation Instructions document to

More information

DiskBoss DATA MANAGEMENT

DiskBoss DATA MANAGEMENT DiskBoss DATA MANAGEMENT Disk Change Monitor Version 9.3 May 2018 www.diskboss.com info@flexense.com 1 1 Product Overview DiskBoss is an automated, policy-based data management solution allowing one to

More information

integrated translation environment How to translate in memoqwebtrans

integrated translation environment How to translate in memoqwebtrans integrated translation environment How to translate in memoqwebtrans 2004-2013 Kilgray Translation Technologies. All rights reserved. Contents Contents... 2 1 Logging in to memoqwebtrans... 3 2. Translating

More information

Switches between worksheet and menu / Ribbon. Calculates all worksheets in all open workbooks. Highlights shortcut keys of Menu and Ribbon items.

Switches between worksheet and menu / Ribbon. Calculates all worksheets in all open workbooks. Highlights shortcut keys of Menu and Ribbon items. Check for updates http://www.excelbee.com/all-excel-shortcuts/ Shortcut with Function Key Function Keys Description F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 Open "Microsoft Office Excel Help". Edit an Excel

More information

Specification Manager

Specification Manager Enterprise Architect User Guide Series Specification Manager How to define model elements simply? In Sparx Systems Enterprise Architect, use the document-based Specification Manager to create elements

More information

EUSurvey 1.4 Editor Guide

EUSurvey 1.4 Editor Guide EUSurvey 1.4 Editor Guide What is the editor? The editor is used to create a You can use it to add questions and other elements to your Overview The editor consists of five main areas: Figure 1 General

More information

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook Excel 2016 Main Screen Fundamental Concepts General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Ctrl + O Ctrl + N Ctrl + S Ctrl + P Ctrl + W Help Run Spell Check Calculate

More information

SPARK. User Manual Ver ITLAQ Technologies

SPARK. User Manual Ver ITLAQ Technologies SPARK Forms Builder for Office 365 User Manual Ver. 3.5.50.102 0 ITLAQ Technologies www.itlaq.com Table of Contents 1 The Form Designer Workspace... 3 1.1 Form Toolbox... 3 1.1.1 Hiding/ Unhiding/ Minimizing

More information

FrontPage Help Center. Topic: FrontPage Basics

FrontPage Help Center. Topic: FrontPage Basics FrontPage Help Center Topic: FrontPage Basics by Karey Cummins http://www.rtbwizards.com http://www.myartsdesire.com 2004 Getting Started... FrontPage is a "What You See Is What You Get" editor or WYSIWYG

More information

Computer Nashua Public Library Introduction to Microsoft Word 2010

Computer Nashua Public Library Introduction to Microsoft Word 2010 Microsoft Word is a word processing program you can use to write letters, resumes, reports, and more. Anything you can create with a typewriter, you can create with Word. You can make your documents more

More information

What s New in Simulink Release R2016a and R2016b

What s New in Simulink Release R2016a and R2016b What s New in Simulink Release R2016a and R2016b Mark Walker 2015 The MathWorks, Inc. 1 What s New in Simulink R2016a/b 2 What s New in Simulink R2016a/b 3 Our Objectives with Simulink R2016b Provide immediate

More information

What s New in Jedox

What s New in Jedox What s New in Jedox 2018.2 This document gives an overview of the new features, enhancements, and fixes in Jedox Release 2018.2 and in 2018.1. We are committed to keeping newer versions compatible with

More information

OUTLOOK ATTACHMENT EXTRACTOR 3

OUTLOOK ATTACHMENT EXTRACTOR 3 OUTLOOK ATTACHMENT EXTRACTOR 3 PROGRAM HELP GILLMEISTER SOFTWARE WWW.GILLMEISTER-SOFTWARE.COM 1 TABLE OF CONTENTS 1 Table of contents... 1 2 Start... 4 3 Main menu... 4 3.1 Menu entries of the group Menu...

More information

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs Course Description Word - Basics Word is a powerful word processing software package that will increase the productivity of any individual or corporation. It is ranked as one of the best word processors.

More information

Excel 2007 Tutorials - Video File Attributes

Excel 2007 Tutorials - Video File Attributes Get Familiar with Excel 2007 42.40 3.02 The Excel 2007 Environment 4.10 0.19 Office Button 3.10 0.31 Quick Access Toolbar 3.10 0.33 Excel 2007 Ribbon 3.10 0.26 Home Tab 5.10 0.19 Insert Tab 3.10 0.19 Page

More information

Working with Charts Stratum.Viewer 6

Working with Charts Stratum.Viewer 6 Working with Charts Stratum.Viewer 6 Getting Started Tasks Additional Information Access to Charts Introduction to Charts Overview of Chart Types Quick Start - Adding a Chart to a View Create a Chart with

More information

Appendix J: Using Shortcut Keys and Shortcut Menus

Appendix J: Using Shortcut Keys and Shortcut Menus Appendix J: Using Shortcut Keys and Shortcut Menus Introduction This appendix covers shortcuts to many of the menu options, dialog boxes, and commands used in PC-DMIS. Using shortcuts will speed up your

More information

Excel Tutorials - File Size & Duration

Excel Tutorials - File Size & Duration Get Familiar with Excel 46.30 2.96 The Excel Environment 4.10 0.17 Quick Access Toolbar 3.10 0.26 Excel Ribbon 3.10 0.26 File Tab 3.10 0.32 Home Tab 5.10 0.16 Insert Tab 3.10 0.16 Page Layout Tab 3.10

More information

Automotive Data Dictionary

Automotive Data Dictionary ADD V3.7 Visual Information Technologies GmbH Automotive Data Dictionary What s new in Version 3.7? October 29 th 2008 ADD Contact email: add@visu-it.de Internet: http://www.visu-it.de/add Copyright 2008

More information

Regexator. User Guide. Version 1.3

Regexator. User Guide. Version 1.3 Regexator User Guide Version 1.3 Regexator User Guide C O N T E N T S 1 INTRODUCTION 5 1.1 Main Window 5 1.2 Regex Categories 6 1.3 Switcher 6 1.4 Tab Reordering 6 2 PROJECT EXPLORER 7 2.1 Project 7 2.2

More information

MDA 8 preview SP3 What s New Functionality Overview

MDA 8 preview SP3 What s New Functionality Overview 1 Basic Concepts of MDA 8 preview SP3 Version General Notes Ribbon File Explorer Signal Explorer Configuration Instrument and Time Slider Oscilloscope Instrument Box Configuration Manager Layer Preview

More information

Financial Message Designer for Oracle Service Bus User s Guide. Version 10g Release 3 (10.3)

Financial Message Designer for Oracle Service Bus User s Guide. Version 10g Release 3 (10.3) Financial Message Designer for Oracle Service Bus User s Guide Version 10g Release 3 (10.3) FINANCIAL MESSAGE DESIGNER FOR ORACLE SERVICE BUS... 11 DESIGNER USER INTERFACE... 11 MENU BAR... 12 File Menu...

More information

LABCAR-OPERATOR V5.4.2 User s Guide

LABCAR-OPERATOR V5.4.2 User s Guide LABCAR-OPERATOR V5.4.2 User s Guide Copyright The data in this document may not be altered or amended without special notification from ETAS GmbH. ETAS GmbH undertakes no further obligation in relation

More information

MDA V8.2.x What s New Functional Enhancements & Usability Improvements (V8.2.0 V8.2.2)

MDA V8.2.x What s New Functional Enhancements & Usability Improvements (V8.2.0 V8.2.2) Functional Enhancements & Usability Improvements (V8.2.0 V8.2.2) 1 Functional Enhancements & Usability Improvements (V8.2.0 V8.2.2) Overview Functional Enhancements Files, Formats and Data Types Usability

More information

Advanced Excel. Click Computer if required, then click Browse.

Advanced Excel. Click Computer if required, then click Browse. Advanced Excel 1. Using the Application 1.1. Working with spreadsheets 1.1.1 Open a spreadsheet application. Click the Start button. Select All Programs. Click Microsoft Excel 2013. 1.1.1 Close a spreadsheet

More information

What s New In Simulink: Fraser Macmillen

What s New In Simulink: Fraser Macmillen What s New In Simulink: Fraser Macmillen 2015 The MathWorks, Inc. 1 Agenda Interacting with models Handling model (design) data New modelling constructs & editing features Simulink Test 2 How can you easily

More information

SAP Certified Development Associate ABAP with SAP NetWeaver 7.02

SAP Certified Development Associate ABAP with SAP NetWeaver 7.02 Puneet Asthana and David Haslam SAP Certified Development Associate ABAP with SAP NetWeaver 7.02 Bonn Boston Contents at a Glance PART I General Introduction 1 ABAP Development Certification Track Overview...

More information

90 + Excel Keyboard Shortcuts. for Mac users. How to master key board shortcuts

90 + Excel Keyboard Shortcuts. for Mac users. How to master key board shortcuts 90 + Excel Keyboard Shortcuts for Mac users How to master key board shortcuts 1. Take down a handful (may be 5 or 10) shortcuts that you think you ll use the most often and pin them to your desk. Make

More information

User Manual instantolap

User Manual instantolap User Manual instantolap Version 2.7.0 15.12.2010 Page 2 / 213 instantolap User Manual 2.7.0 instantolap User Manual 2.7.0 Page 3 / 213 Copyright Copyright (C) 2002-2010 Thomas Behrends Softwareentwicklung

More information

1 Preface About this Manual Intended Audience Revision History Document Conventions Version...

1 Preface About this Manual Intended Audience Revision History Document Conventions Version... Table of Contents 1 Preface... 3 1.1 About this Manual... 3 1.2 Intended Audience... 3 1.3 Revision History... 3 1.4 Document Conventions... 3 1.5 Version... 4 2 Introduction... 5 2.1 Overview... 5 2.2

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 Introduction to Microsoft Word 2010 Microsoft Word is a word processing program you can use to write letters, resumes, reports, and more. Anything you can create with a typewriter, you can create with

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

IBM ILOG OPL IDE Reference

IBM ILOG OPL IDE Reference IBM ILOG OPL V6.3 IBM ILOG OPL IDE Reference Copyright International Business Machines Corporation 1987, 2009 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

IBM DB2 Web Query for IBM i. Version 2 Release 2

IBM DB2 Web Query for IBM i. Version 2 Release 2 IBM DB2 Web Query for IBM i Version 2 Release 2 Active Technologies, EDA, EDA/SQL, FIDEL, FOCUS, Information Builders, the Information Builders logo, iway, iway Software, Parlay, PC/FOCUS, RStat, Table

More information

Creating Dashboard Widgets. Version: 16.0

Creating Dashboard Widgets. Version: 16.0 Creating Dashboard Widgets Version: 16.0 Copyright 2017 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys

Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys Control Shortcut s Ctrl + PgDn Ctrl + PgUp Ctrl + Shift + & Ctrl + Shift_ Ctrl + Shift + ~ Ctrl + Shift + $ Ctrl + Shift + % Ctrl +

More information

Enhance Salesforce with Code

Enhance Salesforce with Code Salesforce, Spring 17 @salesforcedocs Last updated: April 3, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc., as are other

More information

ECDL Module 4 REFERENCE MANUAL

ECDL Module 4 REFERENCE MANUAL ECDL Module 4 REFERENCE MANUAL Spreadsheets Microsoft Excel XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 4 (USING MICROSOFT EXCEL XP) - MANUAL 4.1 USING THE APPLICATION... 4 4.1.1 FIRST STEPS

More information

12d Synergy V4 Release Notes. 12d Synergy V4 Release Notes. Prerequisites. Upgrade Path. Check Outs. Scripts. Workspaces

12d Synergy V4 Release Notes. 12d Synergy V4 Release Notes. Prerequisites. Upgrade Path. Check Outs. Scripts. Workspaces 12d Synergy V4 Release Notes V4 contains a large number of features. Many of these features are listed in this document, but this list may not be exhaustive. This document also contains pre-requisites

More information

MDA V8.1 What s New Functionality Overview

MDA V8.1 What s New Functionality Overview 1 Basic Concepts of MDA V8.1 Version General Notes Ribbon Configuration File Explorer Export Measure Data Signal Explorer Instrument Box Instrument and Time Slider Oscilloscope Table Configuration Manager

More information

Automation Desk 3.3 Tool Set - Test Automation Software. P.BALAJI Software Engineer L&T IES, Mumbai

Automation Desk 3.3 Tool Set - Test Automation Software. P.BALAJI Software Engineer L&T IES, Mumbai Automation Desk 3.3 Tool Set - Test Automation Software P.BALAJI Software Engineer L&T IES, Mumbai Content Definition & Objective User interface of Automation Desk Various Blocks inside the Automation

More information

User Guide Product Design Version 1.7

User Guide Product Design Version 1.7 User Guide Product Design Version 1.7 1 INTRODUCTION 3 Guide 3 USING THE SYSTEM 4 Accessing the System 5 Logging In Using an Access Email 5 Normal Login 6 Resetting a Password 6 Logging Off 6 Home Page

More information

MODEL-BASED DEVELOPMENT -TUTORIAL

MODEL-BASED DEVELOPMENT -TUTORIAL MODEL-BASED DEVELOPMENT -TUTORIAL 1 Objectives To get familiar with the fundamentals of Rational Rhapsody. You start with the simplest example possible. You end with more complex functionality, and a more

More information

Excel 2003 Tutorial II

Excel 2003 Tutorial II This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial II Charts Chart Wizard Chart toolbar Resizing a chart

More information

Table of Contents. iii

Table of Contents. iii ToolBook Concepts Table of Contents Welcome... 1 The Interface... 3 The Main Window... 3 The Menu Bar... 3 The Tool Bar... 4 View Descriptions of Icons on the Tool Bar... 5 Move and Resize the Tool Bar...

More information

A Guide to Quark Author Web Edition September 2016 Update

A Guide to Quark Author Web Edition September 2016 Update A Guide to Quark Author Web Edition 2015 - September 2016 Update CONTENTS Contents Getting Started...4 About Quark Author Web Edition...4 Smart documents...4 Introduction to the Quark Author Web Edition

More information

Excel 2010 Tutorials - Video File Attributes

Excel 2010 Tutorials - Video File Attributes Get Familiar with Excel 2010 42.30 2.70 The Excel 2010 Environment 4.10 0.18 Quick Access Toolbar 3.10 0.27 Excel 2010 Ribbon 3.10 0.26 File Tab 3.10 0.28 Home Tab 5.10 0.17 Insert Tab 3.10 0.18 Page Layout

More information

IBM Rational Rhapsody Gateway Add On. User Manual

IBM Rational Rhapsody Gateway Add On. User Manual User Manual Rhapsody IBM Rational Rhapsody Gateway Add On User Manual License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated into any

More information

Layout and display. STILOG IST, all rights reserved

Layout and display. STILOG IST, all rights reserved 2 Table of Contents I. Main Window... 1 1. DEFINITION... 1 2. LIST OF WINDOW ELEMENTS... 1 Quick Access Bar... 1 Menu Bar... 1 Windows... 2 Status bar... 2 Pop-up menu... 4 II. Menu Bar... 5 1. DEFINITION...

More information

Kendo UI. Builder by Progress : Using Kendo UI Designer

Kendo UI. Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Copyright 2017 Telerik AD. All rights reserved. December 2017 Last updated with new content: Version 2.1 Updated: 2017/12/22 3 Copyright 4 Contents

More information

Table of Contents 1-4. User Guide 5. Getting Started 6. Report Portal 6. Creating Your First Report Previewing Reports 11-13

Table of Contents 1-4. User Guide 5. Getting Started 6. Report Portal 6. Creating Your First Report Previewing Reports 11-13 Table of Contents Table of Contents 1-4 User Guide 5 Getting Started 6 Report Portal 6 Creating Your First Report 6-11 Previewing Reports 11-13 Previewing Reports in HTML5 Viewer 13-18 Report Concepts

More information

Dive Into Visual C# 2008 Express

Dive Into Visual C# 2008 Express 1 2 2 Dive Into Visual C# 2008 Express OBJECTIVES In this chapter you will learn: The basics of the Visual Studio Integrated Development Environment (IDE) that assists you in writing, running and debugging

More information

EXCEL TUTORIAL.

EXCEL TUTORIAL. EXCEL TUTORIAL Excel is software that lets you create tables, and calculate and analyze data. This type of software is called spreadsheet software. Excel lets you create tables that automatically calculate

More information

TeamViewer Manual Manager

TeamViewer Manual Manager TeamViewer Manual Manager Rev 12/2014 TeamViewer GmbH Jahnstraße 30 D-73037 Göppingen teamviewer.com Overview Table of Contents 1 Overview... 4 1.1 About TeamViewer Manager... 4 1.2 About this manual...

More information

GeniusPlus Help On Line

GeniusPlus Help On Line GeniusPlus Help On Line Starting the application File Menu Device Menu Edit Menu View Menu Tools Menu Window Menu Help Menu Parameters Explorer Version 1.12 and later - September 30, 2013 1 Guide to Rapid

More information