Finishing Touches: Building Touch Screen Interfaces

Slides:



Advertisements
Similar presentations
MS-Word XP Lesson 1.
Advertisements

© 2009 Bentley Systems, Incorporated Presented by Chuck Lawson, PE Civil Product Engineering Using ProjectWise Navigator in the Civil Environment.
Exploring the Basics of Windows XP. Objectives Start Windows XP and tour the desktop Explore the Start menu Run software programs, switch between them,
A Guide to Oracle9i1 Creating an Integrated Database Application Chapter 8.
Professor Joe Perret Pierce College Transition to Microsoft Office 2007.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
Design Mode. Learning Objectives Define Design Mode Compare and contrast “Text Integration Utility (TIU)” versus “Vuecentric” Template Review keys required.
Exploring the Basics of Windows XP
INSTALLATION AND INTRODUCTION TO AUTOCAD  To Understand Installation Steps  To Understand AutoCAD 2010.
CIS165 Desktop Publishing Microsoft Office Publisher 2007 Unit A – Getting Started.
· Adding and Renaming Worksheets
XP New Perspectives on Windows XP Tutorial 1 Exploring the Basics.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
Part 2A (Today’s Part) Press and hold the small red button to turn receiver on Once the receiver acquires its position, press the page button until the.
Adobe Flash CS4 – Illustrated Unit A: Getting Started with Adobe Flash.
© 2012 Bentley Systems, Incorporated Moving to Civil V8i Select Series 3 Robert Garrett, Bentley Systems Inc. Product Manager.
Engineering\CADD Systems Office CADD Manager's Series Customizing the Interface.
Touch screen function manual Right & left scroll key Room selecting key, Maximal quantity 50. Controlling Target icon Room background image brightness.
Links take you to…  Different slides in your presentation  A different PowerPoint presentation  Any program - (Word can be used for example to complete.
Bar Code Scanner User Guide Main Screen Main 1.Receiving 2.Query 3.Upload to PC 04/13/ :52:29 Press ‘1’ to Start Scanning Bar Code.
Lesson 6: Working with Word Basics. 2 Learning Objectives After studying this lesson, you will be able to:  Use and customize the Ribbon  Use the Quick.
Cell Column Drawing Toolbar Formatting Toolbar Formula Bar Help Box Menu Bar Name Box Rows Standard Toolbar Title Bar Worksheet.
Groups of cells labeled with letters that go up and down (vertical)
Lesson 2: Working with Windows Programs. Introducing Windows  Windows is your operating system. Some of the important roles Windows plays are:  Manages.
Lesson 1: Introducing Word Basics. Learning Objectives After studying this lesson, you will be able to:  Use the Word Start screen and window  Work.
COMPREHENSIVE Getting Started with Microsoft Office 2007.
SIX-NET Documentation SIX-NET Documentation (SCL) (SCL)
Chapter 8 Using Document Collaboration, Integration, and Charting Tools Microsoft Word 2013.
FIRST COURSE Exploring the Basics of Microsoft Windows Vista.
Design Mode.
June 17, 2009 Office 2007 Tips & Tricks.
Introduction to Microsoft publisher
Getting Started with Microsoft Office 2007
Microsoft Excel This class is “HANDS-ON” you will need to open up an excel spreadsheet and do examples as you go along. Students will be able to follow.
Starboard Training guide
International Computer Driving Licence Syllabus version 5.0
Turning method call into an object
Human Computer Interaction Lecture 07 The Interaction
IBM Rational Rhapsody Advanced Systems Training v7.5
Introduction to Microsoft publisher
Microsoft Word 2010.
An Introduction to Computers and Visual Basic
Access Creating a Database
Creating Documents with Word 2013
dialogue … computer and user distinct styles of interaction
Access Creating a Database
An Introduction to Computers and Visual Basic
Microsoft Word 2003 Illustrated Complete
Exploring the Basics of Windows XP
Getting Started with Microsoft Office 2010
Introducing Microsoft Office 2010
Module 1.
Outlook and .
Setting Up Your Personal BIT115 Workspace
Microsoft Publisher 2010 Illustrated Introductory
Assistant lecturer Nisreen A. Jabr
Microsoft Office Ribbon
Microsoft Windows 7 Basics
MATLAB – What Is It ? Name is from matrix laboratory Powerful tool for
Exploring the Basics of Windows XP
MATLAB – What Is It ? Name is from matrix laboratory Powerful tool for
Anilam 5000 / 6000 Series DXF import
Exploring the Windows Section Part 1
An Introduction to Computers and Visual Basic
Microsoft Office Ribbon
Design Mode.
Mark Thompson Doug Stainbrook Solid Edge Technical Marketing
Microsoft Office Illustrated Fundamentals
University of Warith AL-Anbiya’a
Microsoft Windows 7 Basics
Presentation transcript:

Finishing Touches: Building Touch Screen Interfaces Sam Hendrick, MicroStation Technologist Sam.hendrick@bentley.com

Finishing Touches: Building Touch Screen Interfaces When you complete this course, you will know: How to configure touch based gestures Where Screen Menus are stored How Commands are stored for Screen Menus

What is a Screen Menu? Customizable menus at your fingertips Touch ready Easily integrated Stored in DGNLIB file No programming required

Quick Demo

How do you show the Screen Menu? Screen Menus are invoked by a key-in command and will appear at your cursors current location (be default). The following key-in command will bring up a Screen Menu SCREENMENU OPENPOPUP<FILENAME>,<MODELNAME>,<SAVEDVIEWNAME>|X,Y,S FILENAME= Name of DGNLIB file that contains the Screen Menu MODELNAME= Name of Model in DGNLIB file that has the Screen Menu SAVEDVIEW= Name of Saved View of the Screen Menu X,Y= Location on your screen where the Screen Menu appears (percentage of your screen) S= If you are using dual screens, which Screen does the Screen Menu appear on This key-in is best programmed to a Function Key or Button Assignment

What’s in a Screen Menu DGNLIB File? DGN Elements are used to define menus Commands are stored as Text Node in the Model

How are the parts of a Screen Menu defined? Key-ins determine the following: Levels items are on Reference Files to look in Transparency effects etc . . .

How are commands defined? Commands are defined by placing Text with the Key-in inside the frames

Models can be Referenced to show Hierarchical menus Outer rings in this example are referenced into Default Model The following key-in placed in this shape is used to show Reference file Screenmenu refdisplay *=off,DrawMenu=on {Drawing} Command to display Ref Popup tool tip Turns off all other Ref files Turns on desired Ref file

Screen Menus and Touch Screen Gestures:

Screen Menus via Gestures: Assign the following key-in to any ”flick” gesture you desire SCREENMENU OPENPOPUP<FILENAME>,<MODELNAME>,<SAVEDVIEWNAME>|X,Y,S

Demo time!

For more information… In MicroStation’s built-in Help, you can find additional information if you do a search for “screenmenu”, Yes, it’s all one word. That is not a typo 

Assessment Which Menu Bar item is Gesture Assignments under? Settings Tools Workspace Which file format can Screen Menus be stored? DXF XML DGNLIB What Element Type are used to define commands for Screen Menus? Cells Text Dimensions