ICS Tutorials: Designing for Consistency and Flexibility

Size: px
Start display at page:

Download "ICS Tutorials: Designing for Consistency and Flexibility"

Transcription

1 ICS Tutorials: Designing for Consistency and Flexibility In this tutorial, you will create a hierarchy of resource styles and apply them to the objects in a simple interface. You will also learn to use constants and identifiers to create consistent and maintainable interfaces. Before You Begin Make a new directory called tutorial_5 and change directories to tutorial_5. If you have not started Builder Xcessory yet, enter the following at the prompt in the tutorial_5 directory: 5 Start Builder Xcessory % bx Getting Started Initialize your application as follows: Clearing An Interface 1. Clear the Builder Xcessory display by selecting New from the Main Window File menu. 2. Open the UIL file you saved at the end of tutorial four: <tutorial_path>/tutorial_4.uil 3. Select Save As... from the Main Window File menu and save your UIL file as tutorial_5.uil in the tutorial_5 directory you just created. Resource Styles The Style Manager allows you to create combinations of resources that you can apply to multiple interfaces to maintain a consistent appearance. Copyright Integrated Computer Solutions, Inc. All rights reserved. ICS TUTORIALS 1

2 5 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY RESOURCE STYLES Using the Style Manager Note: This tutorial assumes that you have not already created resource styles. Therefore, BaseStyle will be the only style that exists in the Style Manager, and the first style you create will be named BaseStyle1. 1. Select Styles from the Main Window Managers menu. The Style Manager appears. Before you create any styles, the style hierarchy is empty except for the BaseStyle. Note: BaseStyle is locked, that is, although you can bring up the Style Editor for BaseStyle in order to examine its contents, you can not add resources to the style. Creating Substyles 2. Select Create Substyle on the Style Manager Edit menu. BaseStyle remains highlighted while the Style Manager adds BaseStyle1 as its child. The fact that the parent remains highlighted enables you to create a set of sibling styles without repeatedly reselecting their common parent. 2 ICS TUTORIALS

3 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING THE STYLE EDITOR 5 Using the Style Editor You use the Style Editor to assign lists of resources and their values to a given style. 1. Move the cursor over BaseStyle1 and press MB3. A pop-up menu identical to the Style Manager Edit menu appears. Note: You can also access the Style Editor by double-clicking on BaseStyle1, or by selecting Edit Style from the Style Manager Edit menu. 2. Select Edit Style... from this pop-up menu. The Style Editor is displayed for BaseStyle1. You can also load a style into the Style Editor by dropping the style onto the Edit drop target on the Style Editor. ICS TUTORIALS 3

4 5 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING THE STYLE EDITOR Renaming a Style 3. Rename BaseStyle1 to DefaultStyle by double-clicking the Style Name field and typing the new name. Adding Resources to a Style You can add resources to a style in two ways: Type the resource names in the Resources text field (as a comma-delimited list). Click the arrow button and then select the resource name from the pull-down list. You can select more than one resource from the list by clicking on each resource with MB1. Each selected resource is highlighted in the combination box. You can deselect a resource by clicking on its highlighted name in the combination box. Defining a Style To assign resources to DefaultStyle, perform the following steps: 1. Click the arrow button to the right of the Resources label on the Style Editor to display the list of available resources. 4 ICS TUTORIALS

5 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING THE STYLE EDITOR 5 Note: The Resources combination box lists all resources of all objects Builder Xcessory recognizes. 2. Scroll down the resource selection box and select the following resources by clicking on them with MB1: Background, buttonfontlist, fontlist, foreground, labelfontlist, and textfontlist. If you accidently select the wrong resource, unselect it by clicking on it again. 3. Press the arrow button once again to unpost the list. Editing the Resources Values List The resources that you have selected for the edited style are displayed in a list in the Style Manager s main display area, directly under the Resources text field. Assign values to these resources either by entering the value directly into the resource text field or by calling up any of the extended editors by clicking the (...) button to the right of the resource text field. You interact with the Style Editor exactly as you would with the Resource Editor. ICS TUTORIALS 5

6 5 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING THE STYLE EDITOR Note: The style is not actually changed until you click the Apply button at the bottom of the Style Editor. Setting Colors 4. Set the following color resources either with the appropriate extended editor or by directly entering the value into the resource text field. If you choose to use the extended editor to set these colors, make sure that you select the Color List checkbox when the color selector appears. This will change the format of the color selector and allow you to select colors by names (instead of by adjusting the Red- Green-Blue mix). Resource Value Location Background Gray90 App Foreground Black App 6 ICS TUTORIALS

7 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING THE STYLE EDITOR 5 Remember to click the Apply button before the Dismiss button when done! Using the FontList Editor 5. Click the (...) besides the ButtonFontList resource. This will bring up the FontList editor. 6. Select the Helvetica Font by clicking on the down arrow to the right of Family and clicking on Helvetica. Use the scroll bar to the right of the font names if necessary to find Helvetica. 7. Set the point size to 12 by clicking on the down arrow to the right of Size, finding 12 in the list, and clicking on it. 8. Set the Resource Placement to App by clicking on the appropriate radio button near the bottom of the FontList editor. 9. Click on the Apply button to save the changes. 10. Click on the Dismiss button to close the FontList editor. ICS TUTORIALS 7

8 5 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING THE STYLE EDITOR 11. Repeat steps 5-10 for the rest of the Font resources in the table below. Remember to click on Apply each time to save your changes! 8 ICS TUTORIALS

9 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY APPLYING A STYLE TO INTERFACE 5 Resource Family Point Loc FontList Helvetica 12 A LabelFontList Helvetica 12 A textfontlist Helvetica 12 A 12. Dismiss the Style Editor. Note: The font resources indicate the font family, point size, and any special attributes. We could have entered the actual X Logical Font Description names in the resource text field. However, many people consider the names too long and difficult to get right. Hence, we recommend that you use the FontList editor. If you are curious, you can examine the actual X Logical Font Description names generated by the FontList editor in the Style Editor after you Apply and Dismiss the FontList editor. Applying a Style to Interface To apply the DefaultStyle to your interface, perform the following steps: 1. Select mainwindow on the Browser tree. 2. Select DefaultStyle in the Style Manager. 3. Select Force To Selected Tree in the Style Manager Apply menu. This overrides any previous settings on mainwindow and all its children. Note: If the interface includes dialogs that are not part of the main tree, you must also set the styles for those dialogs separately. ICS TUTORIALS 9

10 5 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY CREATING ADDITIONAL SUBSTYLES Creating Additional Substyles You will now create a substyle of DefaultStyle. InputStyle is the same as DefaultStyle except for the background, and is used to identify fields that accept input. Creating InputStyle To create InputStyle, perform the following steps: 1. Select DefaultStyle. 2. Select Create Substyle on the Style Manager Edit menu. This creates a style named DefaultStyle1. Updating the Style Editor 3. Move the cursor over DefaultStyle1 and double-click MB1. The Style Editor appears and is now updated for DefaultStyle1. DefaultStyle1 inherits all of the resources specified in its parent styles. Setting InputStyle Resources 4. Change the Style Name to InputStyle. 5. Add the background resource to the style and set its value to White with App resource placement. 6. Click on the Apply button. 10 ICS TUTORIALS

11 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY CREATING ADDITIONAL SUBSTYLES 5 Note: InputStyle now contains all of the resource values from DefaultStyle, but with a different value for the background resource. 7. Do not dismiss the Style Manager. We will use it in the next section to apply the style we just created to various widgets. Applying InputStyle to Interface Objects To apply InputStyle to input objects, perform the following steps: 1. Select the following text entry widgets in the Browser: indexlist entrylist text textfield textfield1 textfield2 To select multiple objects, hold down Ctrl and click MB1 on the desired objects. 2. In the Style Manager, select InputStyle. 3. In the Style Manager Apply menu, select Force To Selected. Status Check! At this point, your user interface should look like the example below. If it does, it would be a good time to save your work before proceeding! ICS TUTORIALS 11

12 5 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY CREATING ADDITIONAL SUBSTYLES Creating Additional Substyles Now you will create two additional substyles to add a little variety to your interface. To create a style for labels, perform the following steps: 1. In the Style Manager, select DefaultStyle. 2. Select Create Substyle under the Edit menu. This creates a new style DefaultStyle1. 3. Select DefaultStyle1. 4. Under the Edit menu, select Edit Style Move the cursor over DefaultStyle1 on the Style Manager and press MB2. 6. Drag the icon to the Edit drop target on the Style Editor and release the mouse button. The Style Editor is now updated for DefaultStyle1. Setting LabelStyle Resources 7. Change the Style Name to LabelStyle. 8. Set the background resource to Papaya Whip (or your favorite color name!). 9. Set the resource storage to App. 10. Click on the Apply button. 11. Dismiss the Style Editor. 12 ICS TUTORIALS

13 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY CREATING ADDITIONAL SUBSTYLES 5 Applying LabelStyle to Interface Objects To apply LabelStyle to input objects, perform the following steps: 1. Select the following labels in the Browser: indexlabel entrylabel displaylabel label label1 label2 label3 To select multiple objects, hold down Ctrl and click on the desired objects. 2. In the Style Manager, select LabelStyle. 3. In the Style Manager Apply menu, select Force To Selected. Expanding Background Color Notice that only the area around the label text has changed its background color. (It is a little hard to see this in the diagrams below because of the limitations of gray scale.) To change the background color for the entire label area, perform the following steps: ICS TUTORIALS 13

14 5 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY CREATING ADDITIONAL SUBSTYLES 1. Select the following frames in the Browser: indexframe entryframe displayframe frame frame1 frame2 frame3 2. In the Style Manager, select LabelStyle. 3. In the Style Manager Apply menu, select Force To Selected. 4. Notice that the entire frame area has now changed its background color. 14 ICS TUTORIALS

15 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING CONSTANTS 5 Using Constants Now you will create a style for menus, which specifies a different font and margin spacing. The margin spacing will be defined using a constant. Creating Constants First, use the Constant Manager to create the constant MENU_MARGIN, as follows: 1. Select Constants... under Managers in the Main Window. 2. In the Constant Manager Edit menu, select Create Constant. ICS TUTORIALS 15

16 5 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING CONSTANTS 3. In the Constant Manager Edit menu, select Edit Constant. The Constant Editor appears. 4. In the Constant Editor, enter the following values: Field Value Name MENU_MARGIN Value 1 5. Click on Apply. 6. Dismiss the Constant Editor and Constant Manager. 16 ICS TUTORIALS

17 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING CONSTANTS 5 Creating a Menu Style To create the MenuStyle, perform the following steps: 1. Open the Style Manager. 2. Move the cursor over DefaultStyle and press MB3. 3. Select Create Substyle on the popup menu. This creates a style named DefaultStyle1. Setting Style Resources Set resources for the new style by performing the following steps: 1. Select DefaultStyle1. 2. Select Edit Style... from the the Constant Manager Edit menu. The Style Editor appears and is loaded for DefaultStyle1. ICS TUTORIALS 17

18 5 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING CONSTANTS 3. For DefaultStyle1, change the Style Name to MenuStyle. 4. In the Style Editor, click the arrow button to the right of the Resources label to display the list of available resources. 5. By clicking MB1 three times, add the following resources to MenuStyle: fontlist marginheight marginwidth 6. Click on the arrow button to the right of the Resources label to collapse the list of resources. The resources selected on the previous page will appear in the Style Editor. 18 ICS TUTORIALS

19 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING CONSTANTS 5 7. Click on the... to the right of the fontlist entry field to start the fontlist editor. Select the following values: Resource Value Family Helvetica Size 12 Bold checked Italic checked Resource Placement App 8. After setting these values, click Apply and then click Dismiss. ICS TUTORIALS 19

20 5 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING CONSTANTS 9. Next, we ll set marginheight and marginwidgth to the MENU_MARGIN constant you defined earlier in this section. You can do this in either of two ways. We ll illustrate both in the next two steps. 10. Set marginheight to MENU_MARGIN by typing it directly into the Style Editor. Note: When you click on the check mark to enter the resource definition, the source placement automatically changes to Const. 11. Click on the resource placement option menu to right of the marginwidth resource. Click on the Const option and select MENU_MARGIN by clicking on it with MB1. 20 ICS TUTORIALS

21 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING CONSTANTS 5 Note: In this case, you can t use the extended editor, the Dimension Editor, because it does not accept a text string as input. Applying the MenuStyle 17. Click on the Apply button in the Style Editor. 18. Dismiss the Style Editor. 19. Select menubar on the Browser. 20. Select MenuStyle in the Style Manager. 21. From the Apply menu in the Style Manager, select Force to Selected Tree. From the Apply menu in the Style Manager, select Force to Selected Tree. All of the menus in the address book now have the MenuStyle. Notice that the margins have changed and that the menu text is bold italic. You can now use the Constant Manager to change the value of the MENU_MARGIN constant, which automatically updates the interface. Large values of MENU_MARGIN create larger pulldown menus. ICS TUTORIALS 21

22 5 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING CONSTANTS Status Check! Your interface should now look like the following figure: 22 ICS TUTORIALS

23 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING IDENTIFIERS 5 Using Identifiers Identifiers allow you to specify actions that will be performed or values that will be set when your application runs. As an example, you can create an identifier that will generate a title to replace toplevelshell: Creating an Identifier 1. Select toplevelshell on the Browser tree. 2. Open the Identifier Manager by selecting the Managers menu item in the Main Window and then selecting the Identifiers... option. 3. Select Create Identifier from the Edit menu on the Identifier Manager. ICS TUTORIALS 23

24 5 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING IDENTIFIERS 4. Select Edit Identifier to call up the Identifier Editor. 5. On the Identifier Editor, enter the following values: Identifier Name Type Value GetTitleString() String Note: Remember to click the button to apply the Name! 24 ICS TUTORIALS

25 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY USING IDENTIFIERS 5 6. Apply the changes to the identifier. 7. Dismiss the Identifier Editor and Identifier Manager. Applying an Identifier To apply your new identifier to your interface, perform the following steps: 1. On the Browser, select toplevelshell. 2. In the Resource Editor, on the resource placement option menu associated with the title resource, select Ident, which displays the available identifiers. 3. Select GetTitleString(). 4. The appearance of your interface in Builder Xcessory has not changed. The GetTitleString function will be called at run time to get a value for the title. ICS TUTORIALS 25

26 5 ICS TUTORIALS: DESIGNING FOR CONSISTENCY AND FLEXIBILITY SAVING THE INTERFACE Important: Builder Xcessory will not generate any source code to define or declare identifiers. You must provide the declarations and definitions in either user code blocks or in code modules not generated by Builder Xcessory. For more information on identifiers, see Identifiers in the Builder Xcessory Reference Manual. Saving the Interface Select Save from the File menu in the Main Window, then click OK. (This assumes that you had previously done a Save As... and saved your work in the tutorial_5 directory that you created at the beginning of this tutorial. Summary You have now completed tutorial five. In this tutorial, you have: Created resource styles using the Style Manager Modified styles using the Style Editor Applied styles to an interface Created substyles Used constants in defining a style Used an identifier to define run-time aspects of an interface 26 ICS TUTORIALS

ICS Tutorials: Basic Operations

ICS Tutorials: Basic Operations ICS Tutorials: Basic Operations This tutorial introduces the basic components of Builder Xcessory. For more detailed information, see the Builder Xcessory Reference Manual. This book is directly accessible

More information

Introduction. CHAPTER 3 Working in the SAS Windowing Environment

Introduction. CHAPTER 3 Working in the SAS Windowing Environment 57 CHAPTER 3 Working in the SAS Windowing Environment Introduction 57 Using Function Keys 58 Using the SAS ToolBox 60 Using the Command Window 60 Using the Toolbar 61 Using the Tool Icons 61 Opening Files

More information

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club By Len Nasman, Bristol Village Computer Club Understanding Windows 7 Explorer is key to taking control of your computer. If you have ever created a file and later had a hard time finding it, or if you

More information

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1 DRAFT Table of Contents About this manual... ix About CuteSITE Builder... ix Getting Started... 1 Setting up... 1 System Requirements... 1 To install CuteSITE Builder... 1 To register CuteSITE Builder...

More information

Quick Guide for Photoshop CC Basics April 2016 Training:

Quick Guide for Photoshop CC Basics April 2016 Training: Photoshop CC Basics Creating a New File 1. Click File > New 2. Keep Default Photoshop Size selected in the Preset drop-down list. 3. Click OK. Showing Rulers 1. On the Menu bar, click View. 2. Click Rulers.

More information

White Paper April Using Cascading Style Sheets (CSS) with AR System 6.x

White Paper April Using Cascading Style Sheets (CSS) with AR System 6.x April 2004 Using Cascading Style Sheets (CSS) with AR System 6.x Copyright 2004 BMC Software, Inc. All rights reserved. Remedy, the Remedy logo, all other Remedy product or service names, BMC Software,

More information

EE261 Computer Project 1: Using Mentor Graphics for Digital Simulation

EE261 Computer Project 1: Using Mentor Graphics for Digital Simulation EE261 Computer Project 1: Using Mentor Graphics for Digital Simulation Introduction In this project, you will begin to explore the digital simulation tools of the Mentor Graphics package available on the

More information

Creating a Basic Application for DataPlus Mobile November 18, 2015

Creating a Basic Application for DataPlus Mobile November 18, 2015 Creating a Basic Application for DataPlus Mobile November 18, 2015 An application in DataPlus Mobile determines the types of features and their attributes that can be collected in the field. In this support

More information

Percussion Documentation Table of Contents

Percussion Documentation Table of Contents Percussion Documentation Table of Contents Intro to the Percussion Interface... 2 Logging In to Percussion... 2 The Dashboard... 2 Managing Dashboard Gadgets... 3 The Menu... 4 The Finder... 4 Editor view...

More information

Introducing Gupta Report Builder

Introducing Gupta Report Builder Business Reporting Chapter 1 Introducing Gupta Report Builder You can use Report Builder to design reports. This chapter describes: Our approach to building reports. Some of the reports you can build.

More information

Procedure to Create Custom Report to Report on F5 Virtual Services

Procedure to Create Custom Report to Report on F5 Virtual Services Procedure to Create Custom Report to Report on F5 Virtual Services Summary: The purpose of this Application Note is to provide a procedure to report on F5 Load Balancer Virtual Services. The report uses

More information

FrontPage 2000 Tutorial -- Advanced

FrontPage 2000 Tutorial -- Advanced FrontPage 2000 Tutorial -- Advanced Shared Borders Shared Borders are parts of the web page that share content with the other pages in the web. They are located at the top, bottom, left side, or right

More information

Creating a Template in WordPerfect

Creating a Template in WordPerfect 1. File a. New From Project Creating a Template in WordPerfect b. Go to Options 2. Create A Category 1 3. Name it Family History (or a title of your choice) 4. Find Family History in the Drop down list

More information

Application Tutorial

Application Tutorial Application Tutorial Use these instructions to assist in completing a downloaded application using Adobe Acrobat Reader. Adobe Acrobat Reader is a free download and may be downloaded at http://www.adobe.com.

More information

Introduction to IBM Rational HATS For IBM System i (5250)

Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

4 Tutorial: TTCN Suite

4 Tutorial: TTCN Suite 4 Tutorial: TTCN Suite Basics (in Windows) This tutorial is intended as an easy introduction to the TTCN suite for the newcomer. It is assumed that you have some basic knowledge about Windows. In addition,

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

Using the ispxpga Floorplanner

Using the ispxpga Floorplanner Using the ispxpga Floorplanner Table of Contents USING THE ISPXPGA FLOORPLANNER...3 Task 1: Open the Design...4 Task 2: Open a Floorplanner Design File...5 Task 3: Tour the Graphical User Interface - The

More information

ORGANIZING YOUR ARTWORK WITH LAYERS

ORGANIZING YOUR ARTWORK WITH LAYERS 9 ORGANIZING YOUR ARTWORK WITH LAYERS Lesson overview In this lesson, you ll learn how to do the following: Work with the Layers panel. Create, rearrange, and lock layers and sublayers. Move objects between

More information

MS Word Basic Word 2007 Concepts

MS Word Basic Word 2007 Concepts MS Word Basic Word 2007 Concepts BWD 1 BASIC MS WORD CONCEPTS This section contains some very basic MS Word information that will help you complete the assignments in this book. If you forget how to save,

More information

Lesson 2 Quick Tour and Features

Lesson 2 Quick Tour and Features Lesson 2 Quick Tour and Features Objectives Students will format a document page. Students will use a spell-checker. Students will copy, cut, and paste text. Students will adjust paragraph indentations.

More information

INTViewer Tutorial Cube Tutorial

INTViewer Tutorial Cube Tutorial INTViewer Tutorial Cube Tutorial This tutorial shows how to use INTViewer to display a seismic cube stored in a Seismic file. Windows created will include INLINE, XLINE, Time Slice and an arbitrary traverse,

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

Cascade User Guide. Introduction. Key System Features. User Interface

Cascade User Guide. Introduction. Key System Features. User Interface Cascade User Guide Introduction Key System Features User Interface Menus and Moving Through the System Files and Pages Working with Existing Pages File Action Menu Version Control Deleting files Restoring

More information

Drupal 7 guide CONTENTS. p. 2 Logging In

Drupal 7 guide CONTENTS. p. 2 Logging In Drupal 7 guide Drupal is a widely used, open-source, free platform that has an easy-to-use content management system for updating websites. This guide was created by the Health Communication Core (www.healthcommcore.org)

More information

GIMP ANIMATION EFFECTS

GIMP ANIMATION EFFECTS GIMP ANIMATION EFFECTS Animation: Text Word by Word ANIMATION: TEXT WORD BY WORD GIMP is all about IT (Images and Text) BACKGROUND IMAGE Before you begin the text animation, you will download a public

More information

NEOMIN Webmail Instructions

NEOMIN Webmail Instructions NEOMIN Webmail Instructions Lisa Collins Created: Nov 10 th, 2009 Revised: Jan 25 th, 2010 1 Table of Contents Logging In 3 Viewing your Inbox/Emails 4-5 Printing & Deleting Emails 5 Replying & Forwarding

More information

SolidWorks Intro Part 1b

SolidWorks Intro Part 1b SolidWorks Intro Part 1b Dave Touretzky and Susan Finger 1. Create a new part We ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select File New Templates IPSpart If the SolidWorks

More information

Guide to WB Annotations

Guide to WB Annotations Guide to WB Annotations 04 May 2016 Annotations are a powerful new feature added to Workbench v1.2.0 (Released May 2016) for placing text and symbols within wb_view tabs and windows. They enable generation

More information

A Guided Tour of Doc-To-Help

A Guided Tour of Doc-To-Help A Guided Tour of Doc-To-Help ii Table of Contents Table of Contents...ii A Guided Tour of Doc-To-Help... 1 Converting Projects to Doc-To-Help 2005... 1 Using Microsoft Word... 10 Using HTML Source Documents...

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT D2L : Introduction A Guide for Instructors ats@etsu.edu 439-8611 www.etsu.edu/ats Table of Contents Introduction...1 Objectives... 1 Logging In to D2L...1 My Home... 2 The Minibar...

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

How to use styles, lists, columns and table of contents

How to use styles, lists, columns and table of contents Adobe InDesign Guide How to use styles, lists, columns and table of contents Whether you re working with long or short documents, styles can help you keep text formatting consistent. Styles are a collection

More information

Lesson 1 Excel Tutorial Learning how to use Microsoft Excel 2010 page 1

Lesson 1 Excel Tutorial Learning how to use Microsoft Excel 2010 page 1 Lesson 1 Excel Tutorial Learning how to use Microsoft Excel 2010 page 1 Step 1: When you first open up Excel 2010, this is what you will see. This is considered an Excel worksheet. Step 2: Notice the bottom

More information

Creating a new project To start a new project, select New from the File menu. The Select Insert dialog box will appear.

Creating a new project To start a new project, select New from the File menu. The Select Insert dialog box will appear. Users Guide Creating a new project To start a new project, select New from the File menu. The Select Insert dialog box will appear. Select an insert size When creating a new project, the first thing you

More information

Section 1 Microsoft Excel Overview

Section 1 Microsoft Excel Overview Course Topics: I. MS Excel Overview II. Review of Pasting and Editing Formulas III. Formatting Worksheets and Cells IV. Creating Templates V. Moving and Navigating Worksheets VI. Protecting Sheets VII.

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

More information

While editing a page, a menu bar will appear at the top with the following options:

While editing a page, a menu bar will appear at the top with the following options: Page Editor ===> Page Editor How Can I Use the Page Editor? The Page Editor will be your primary way of editing your website. Page Editor Basics While editing a page, you will see that hovering your mouse

More information

File Cabinet Manager

File Cabinet Manager Tool Box File Cabinet Manager Java File Cabinet Manager Password Protection Website Statistics Image Tool Image Tool - Resize Image Tool - Crop Image Tool - Transparent Form Processor Manager Form Processor

More information

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9.

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9. Page 1 of 71 This section describes several common tasks that you'll need to know in order to use Creator successfully. Examples include launching Creator and opening, saving and closing Creator documents.

More information

The Domino Designer QuickStart Tutorial

The Domino Designer QuickStart Tutorial The Domino Designer QuickStart Tutorial 1. Welcome The Domino Designer QuickStart Tutorial You've installed Domino Designer, you've taken the Designer Guided Tour, and maybe you've even read some of the

More information

Beginner s Training Manual

Beginner s Training Manual Table of Contents Designing an App... 2 Modify Existing App... 12 Adding a Database... 13 Adding Controls to an Activity... 17 Activity Controls: Logic and Setup... 21 System Settings... 27 Designing the

More information

SAP Favorites. You can manage your own SAP menu Favorites in multiple ways: 1. From the SAP menu bar click on Favorites to display your options:

SAP Favorites. You can manage your own SAP menu Favorites in multiple ways: 1. From the SAP menu bar click on Favorites to display your options: SAP Favorites SAP Favorites... 1 Add Favorite (available options)... 3 Edit Favorites:... 4 Delete Favorites (available options)... 5 Add Folders to Favorites... 6 Moving the Placement of Favorites (available

More information

Standards of Learning Introduction to TestNav 8: Writing Tool

Standards of Learning Introduction to TestNav 8: Writing Tool Standards of Learning Introduction to TestNav 8: Writing Tool For use with the Practice Writing Tool in TestNav TM 8 Introduction to TestNav 8: Practice Writing Tool Page 1 Table of Contents Introduction...

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

Getting Started. Custom Reports Software

Getting Started. Custom Reports Software Getting Started Custom Reports Software Custom Reports software Custom reporting The Custom Reports software lets you transfer quantitative results from Data Analysis into the Custom Reports spreadsheet

More information

Introduction to Windows

Introduction to Windows Introduction to Windows Naturally, if you have downloaded this document, you will already be to some extent anyway familiar with Windows. If so you can skip the first couple of pages and move on to the

More information

Tutorials. Lesson 3 Work with Text

Tutorials. Lesson 3 Work with Text In this lesson you will learn how to: Add a border and shadow to the title. Add a block of freeform text. Customize freeform text. Tutorials Display dates with symbols. Annotate a symbol using symbol text.

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 1 Introduction to Microsoft Word 2010 Handout from Lodi Memorial Library (Developed by Barb Hauck Mah for ESL Tech Literacy Grant; Modified by Jennifer Cohen Feb. 2015) What is Microsoft Word? Microsoft

More information

DIGITAL UNIX. Common Desktop Environment: Application Builder User s Guide. Digital Equipment Corporation Maynard, Massachusetts

DIGITAL UNIX. Common Desktop Environment: Application Builder User s Guide. Digital Equipment Corporation Maynard, Massachusetts DIGITAL UNIX Common Desktop Environment: Application Builder User s Guide Order Number: AA-QTM1A-TE March 1996 Product Version: DIGITAL UNIX Version 4.0 or higher Digital Equipment Corporation Maynard,

More information

Code Plug Management: Contact List Import/Export. Version 1.0, Dec 16, 2015

Code Plug Management: Contact List Import/Export. Version 1.0, Dec 16, 2015 Code Plug Management: Contact List Import/Export Version 1.0, Dec 16, 2015 Background This presentation will show how to update and maintain contact lists in the CS750 The following applications will be

More information

Introduction. Format Text. Word 2010 Formatting Text. To Change the Font Size: Page 1

Introduction. Format Text. Word 2010 Formatting Text. To Change the Font Size: Page 1 Word 2010 Formatting Text Introduction Page 1 To create and design effective documents, you need to know how to format text. In addition to making your document more appealing, formatted text can draw

More information

Add Bullets and Numbers

Add Bullets and Numbers . Lesson 5: Adding Bullets and Numbers, If you have lists of data, you may want to bullet or number them. When using Microsoft Word, bulleting and numbering are easy. The first part of this lesson teaches

More information

In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm.

In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm. Lab 1 Getting Started 1.1 Building and Executing a Simple Message Flow In this lab, you will build and execute a simple message flow. A message flow is like a program but is developed using a visual paradigm.

More information

Word for Research Writing I: Text and Structure

Word for Research Writing I: Text and Structure Word for Research Writing I: Text and Structure Last updated: 10/2017 Shari Hill Sweet dteditor@nd.edu or 631-7545 1. The Graduate School Template...1 1.1 Document structure... 1 1.1.1 Beware of Section

More information

Display Systems International Software Demo Instructions

Display Systems International Software Demo Instructions Display Systems International Software Demo Instructions This demo guide has been re-written to better reflect the common features that people learning to use the DSI software are concerned with. This

More information

Payment Function Exercise

Payment Function Exercise Payment Function Exercise Follow the directions below to create a payment function exercise. Read through each individual direction before performing it, like you are following recipe instructions. Remember

More information

Bold with the Dialog Box Launcher. Locate MS Office and open Word.

Bold with the Dialog Box Launcher. Locate MS Office and open Word. Locate MS Office and open Word. Type the following exactly as shown. Remember, pressing the Enter key starts a new paragraph. Press the Enter key at the end of each of the following lines to start a new

More information

GIMP TEXT EFFECTS. Text Effects: Outline Completed Project

GIMP TEXT EFFECTS. Text Effects: Outline Completed Project GIMP TEXT EFFECTS ADD AN OUTLINE TO TEXT Text Effects: Outline Completed Project GIMP is all about IT (Images and Text) OPEN GIMP Step 1: To begin a new GIMP project, from the Menu Bar, select File New.

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

Replay Xcessory Quick Start

Replay Xcessory Quick Start Replay Xcessory Quick Start Read this document to get started quickly with Replay Xcessory. It tells you about the following topics: What is Replay Xcessory? Starting up Replay Xcessory Understanding the

More information

Lesson 1: Creating and formatting an Answers analysis

Lesson 1: Creating and formatting an Answers analysis Lesson 1: Creating and formatting an Answers analysis Answers is the ad-hoc query environment in the OBIEE suite. It is in Answers that you create and format analyses to help analyze business results.

More information

Application of Skills: Microsoft Excel 2013 Tutorial

Application of Skills: Microsoft Excel 2013 Tutorial Application of Skills: Microsoft Excel 2013 Tutorial Throughout this module, you will progress through a series of steps to create a spreadsheet for sales of a club or organization. You will continue to

More information

An Animated Scene. Pick a color for the street. Then use the Paint can to fill the lower part of the page with grass.

An Animated Scene. Pick a color for the street. Then use the Paint can to fill the lower part of the page with grass. An Animated Scene In this project, you create a simple animated scene with graphics, a bit of text, a simple animation and some music. Click on the Steps below and be creative! Remember: if you must leave

More information

Part 1: Understanding Windows XP Basics

Part 1: Understanding Windows XP Basics 542362 Ch01.qxd 9/18/03 9:54 PM Page 1 Part 1: Understanding Windows XP Basics 1: Starting Up and Logging In 2: Logging Off and Shutting Down 3: Activating Windows 4: Enabling Fast Switching between Users

More information

igrafx Self-Paced Training Companion

igrafx Self-Paced Training Companion Introduction to this Self-Paced Training Companion The igrafx family of products provides you with easy to use tools to document, improve, and manage your processes. This document is a companion to the

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

More information

Creating Buttons and Pop-up Menus

Creating Buttons and Pop-up Menus Using Fireworks CHAPTER 12 Creating Buttons and Pop-up Menus 12 In Macromedia Fireworks 8 you can create a variety of JavaScript buttons and CSS or JavaScript pop-up menus, even if you know nothing about

More information

Designing Reports. eivf Designing Reports Note Types 1

Designing Reports. eivf Designing Reports Note Types 1 Designing Reports Designing Reports...1 Note Types...3 Notes...3 Shorthands...3 Quick Note...3 Click N Build...3 Reports (Data Plates )...3 Most commonly use of the Note Types...4 Notes...5 To create a

More information

TEKS Assessment Generator (TAG)

TEKS Assessment Generator (TAG) Revised: 7/12/18 User Manual TEKS Assessment Generator (TAG) This document was created to help schools utilize the web-based applications offered by DMAC Solutions. Click on the sections below or scroll

More information

Intermediate Word for Windows

Intermediate Word for Windows Intermediate Word for Windows Version: 2002 Academic Computing Support Information Technology Services Tennessee Technological University September 2003 1. Opening Word for Windows In the PC labs, click

More information

Exercise 1: Introduction to MapInfo

Exercise 1: Introduction to MapInfo Geog 578 Exercise 1: Introduction to MapInfo Page: 1/22 Geog 578: GIS Applications Exercise 1: Introduction to MapInfo Assigned on January 25 th, 2006 Due on February 1 st, 2006 Total Points: 10 0. Convention

More information

Solo 4.6 Release Notes

Solo 4.6 Release Notes June9, 2017 (Updated to include Solo 4.6.4 changes) Solo 4.6 Release Notes This release contains a number of new features, as well as enhancements to the user interface and overall performance. Together

More information

Moving graphic examples are included on some pages. To view them you need the Flash plugin on your

Moving graphic examples are included on some pages. To view them you need the Flash plugin on your Print: Introduction Introduction Understanding the basic components of the Millennium circulation environment and how each function works is key to efficiently using Millennium Circulation. Because there

More information

How to use character and paragraph styles

How to use character and paragraph styles How to use character and paragraph styles Whether you re working with long or short documents, styles can help you keep text formatting consistent. Styles are a collection of text attributes you can save

More information

Microsoft Excel for Lawyers - The Fundamentals Reference Guide

Microsoft Excel for Lawyers - The Fundamentals Reference Guide Microsoft Excel for Lawyers - The Fundamentals Reference Guide This guide includes step by step procedures for fundamental Excel commands and accompanies the Microsoft Excel for Lawyers -The Fundamentals

More information

RL6 - WORKING WITH REPORTS

RL6 - WORKING WITH REPORTS RL6 - WORKING WITH REPORTS If you have RL6 Risk questions please contact: RL_support@wrha.mb.ca or (204) 926-1070 WRHA Quality Improvement & Patient Safety Version: 3.0, November 2, 2018 WORKING WITH REPORTS

More information

XMLInput Application Guide

XMLInput Application Guide XMLInput Application Guide Version 1.6 August 23, 2002 (573) 308-3525 Mid-Continent Mapping Center 1400 Independence Drive Rolla, MO 65401 Richard E. Brown (reb@usgs.gov) Table of Contents OVERVIEW...

More information

< building websites with dreamweaver mx >

< building websites with dreamweaver mx > < building websites with dreamweaver mx > < plano isd instructional technology department > < copyright = 2002 > < building websites with dreamweaver mx > Dreamweaver MX is a powerful Web authoring tool.

More information

The HOME Tab: Cut Copy Vertical Alignments

The HOME Tab: Cut Copy Vertical Alignments The HOME Tab: Cut Copy Vertical Alignments Text Direction Wrap Text Paste Format Painter Borders Cell Color Text Color Horizontal Alignments Merge and Center Highlighting a cell, a column, a row, or the

More information

Lesson 4 Page Styles

Lesson 4 Page Styles Lesson 4 Page Styles The Concept of Styles: Styles: In the context of LibreOffice Writer, Styles refers to the characteristics of a part of a document. For example, a Page Style includes information about

More information

Exhibitor Software User s Manual. Exhibitor Software V

Exhibitor Software User s Manual. Exhibitor Software V Exhibitor Software User s Manual Exhibitor Software V1.0.1 090908 1 Contents 1. Exhibitor Software 2. Installation 3. Using Exhibitor Program 3.1 Starting the Program 3.2 Logging in to the Program 3.3

More information

SolidWorks 2½D Parts

SolidWorks 2½D Parts SolidWorks 2½D Parts IDeATe Laser Micro Part 1b Dave Touretzky and Susan Finger 1. Create a new part In this lab, you ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select

More information

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer Learning Targets: Students will be introduced to industry recognized game development software Students will learn how to navigate within the software Students will learn the basics on how to use Construct

More information

Esri Story Maps let you combine authoritative maps with narrative text, images, and multimedia

Esri Story Maps let you combine authoritative maps with narrative text, images, and multimedia Geoinformation and Sectoral Statistics Section (GiSS) Story Maps Esri Story Maps let you combine authoritative maps with narrative text, images, and multimedia content. They make it easy to harness the

More information

Step by Step: Create a Table of Contents USE the First Ladies Research with Endnotes that is open from the previous exercise.

Step by Step: Create a Table of Contents USE the First Ladies Research with Endnotes that is open from the previous exercise. Step by Step: Create a Table of Contents USE the First Ladies Research with Endnotes that is open from the previous exercise. 1. Position the insertion point at the beginning of the document. Add a next

More information

MAXQDA and Chapter 9 Coding Schemes

MAXQDA and Chapter 9 Coding Schemes MAXQDA and Chapter 9 Coding Schemes Chapter 9 discusses how the structures of coding schemes, alternate groupings are key to moving forward with analysis. The nature and structures of the coding scheme

More information

Microsoft Office Word. Part1

Microsoft Office Word. Part1 Microsoft Office 2010 - Word Part1 1 Table of Contents What is Microsoft Word?... 4 Creating a document... 5 Toolbar... 6 Typing in MS Word Text Area... 7 Cut, Copy and Paste Text... 9 Paste Preview...

More information

Introduction to IBM Rational HATS For IBM System z (3270)

Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

VLE Staff Development 2012 Introductory

VLE Staff Development 2012 Introductory Learning Development Services VLE Staff Development 2012 Introductory Anglia Learning and Teaching Inspiring Academic Excellence June 2012 VLE Staff Development 2012 - Introductory Contents Purpose of

More information

SciGraphica. Tutorial Manual - Tutorials 1and 2 Version 0.8.0

SciGraphica. Tutorial Manual - Tutorials 1and 2 Version 0.8.0 SciGraphica Tutorial Manual - Tutorials 1and 2 Version 0.8.0 Copyright (c) 2001 the SciGraphica documentation group Permission is granted to copy, distribute and/or modify this document under the terms

More information

PowerPoint Working with Text PP500

PowerPoint Working with Text PP500 PowerPoint Working with Text PP500 This Page left blank intentionally Diocese of St. Petersburg pg. 2 5/29/2009 Table of Contents Working with Text... 4 Customizing Fonts... 4 Adding Text... 4 Adding Text:

More information

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

General Training Curriculum

General Training Curriculum General Training Curriculum Table of Contents 1.0 Getting Started 1.1 What is MODX? 1.2 Browser Support 1.3 How Do I Log In? 2.0 MODX Dashboard 2.1 What is a Dashboard? 2.2 Global Top Menu Bar 2.2.0 MODX

More information

SiphoniTec. User s Guide

SiphoniTec. User s Guide SiphoniTec A Siphonic Roof Drainage Design Utility The Level Approach to Roof Drainage User s Guide Release 2.0 RAINWATER MANAGEMENT SOLUTIONS 1260 West Riverside Drive Salem, Virginia 24153 Telephone:

More information

Create ruler guides. Create a ruler guide

Create ruler guides. Create a ruler guide Create ruler guides Ruler guides are different from grids in that they can be positioned freely on a page or on a pasteboard. You can create two kinds of ruler guides: page guides, which appear only on

More information

Using Déjà Vu Interactive a tutorial

Using Déjà Vu Interactive a tutorial Déjà Vu Interactive Tutorial 1 Using Déjà Vu Interactive a tutorial Now that you have installed Déjà Vu on your computer, you are ready to begin with our tutorial. The series of step by step procedures

More information

Secure MaxMarkup

Secure MaxMarkup Secure MaxMarkup 4.0 MaxMarkup contains many enhancements over the MaxTakeoff and Secure MaxReader levels of MaxView, such as enhanced document viewing, enhanced markup and annotation tools, layers and

More information

Parish . User Manual

Parish  . User Manual Parish Email User Manual Table of Contents LOGGING IN TO PARISH EMAIL... 3 GETTING STARTED... 3 GENERAL OVERVIEW OF THE USER INTERFACE... 3 TERMINATE THE SESSION... 4 EMAIL... 4 MESSAGES LIST... 4 Open

More information