The ABC's of the AutoCAD CUI

Size: px
Start display at page:

Download "The ABC's of the AutoCAD CUI"

Transcription

1 R. Robert Bell Sparling AU104-4 The Customize User Interface (CUI) is used to control your menus, toolbars, the ribbon, keyboard shortcuts, and double-click actions. There is plenty to do but you might be unsure how to do it. This course will teach you how to create new macros which are called commands in the CUI. You will then see how to use those new commands in a menu and a ribbon panel. You will see how to create a toolbar. Keyboard shortcuts and temporary overrides will be explained. Double-click actions further expand your customizations. Finally, workspaces will be explained. This will provide you with the needed skills in the fundamentals of the CUI. About the Speaker: Robert is the Design Technology Manager for Sparling, the largest specialty electrical engineering and technology consulting firm in the United States, headquartered in Seattle, Washington. He provides strategic direction, technical oversight, and high-level support for Sparling s enterprise design and production technology systems. He is instrumental in positioning Sparling as an industry and client leader in leveraging technology in virtual building and design. Robert has been writing code for customizing AutoCAD since the release of AutoCAD v2.5. rbell@sparling.com

2 Introduction The Customize User Interface (CUI) is the current approach to customizing AutoCAD s interface. You may be tempted to ignore the CUI and continue to maintain your legacy menu files, allowing the files to be converted to CUIx files, and simply ignoring the CUI interface. This approach, although compelling in its simplicity, ignores the newer interface features, most importantly the Ribbon. This course will show you how to use the CUI editor to modify your user interface. Terminology CUI (Customize User Interface) 1: The commands and elements, including workspaces, that makes up the user s interface. 2: The extension for the XML-based file, in versions prior to 2010, that contains the information used to present the user interface. CUIx The extension for the compressed file format introduced in AutoCAD Main The user customizable CUIx file as defined in the Options dialog box. Enterprise The CUIx file as defined in the Options dialog box that is not user customizable. Partial CUIx A CUIx file that is loaded into the main or enterprise CUIx file. Core CUIx The CUIx file that supports the application out of the box, e.g. Acad.cuix. Office CUIx A term used in this course to describe the CUIx file that holds office standard customizations. Nodes Major sections of a CUIx file, such as Toolbars or Ribbon Panels. Workspace Defines visible elements of the user interface and their location. Commands Macros that define an action and may be used throughout the nodes. OOTB Out of the box. Vertical A version of AutoCAD customized by Autodesk to support a specific industry, such as AutoCAD Architectural or AutoCAD MEP. The Editor The editor contains two tabs, the Customize tab and the Transfer tab. You will spend the majority of your time in the Customize tab, but the Transfer tab is useful. Take a few moments to identify the panes in the Customize tab. The pane in the upper left is the Customization In Pane. This pane displays the nodes of the CUIx selected in the pane s combo box. Selecting a specific partial CUIx file in this combo box allows you to make changes to only the selected file. The pane in the upper right is called the Dynamic Display Pane. This pane changes depending on the element selected in the Customization In Pane. You may select items on the preview to select the corresponding element. 2

3 The Command List Pane displays all the loaded commands. This list is filtered by the selection in the Customization In Pane s combo box, and furthered filtered by its own combo box. All the commands you create will be lumped into the Custom commands category, so it can become necessary to filter the list with the Customization In Pane s combo box as your list of commands grows (as long as the commands are in separate CUIx files, obviously). Finally we come to the Properties Pane. This pane will display the properties of the selected element or command. (Technically the properties pane is part of the dynamic display pane but, given its importance, it will be referred to separately.) Command Filter, Find and Replace AutoCAD 2009 introduced a Command Filter function. The command filter field is located at the top of the Command List Pane. A text string may be entered and any command name that matches any part of the text string will be displayed in the command list box. There is a find and replace feature available in the CUI editor s shortcut menu. Alas, the feature was obviously written by a programmer. There is far too much tech-talk in the results. The following information might make the obscure language easier to interpret. For example, do the following: 1. Open the Acad.cuix file in the CUI editor 2. Right-click on either of the left panes in the Customize tab 3. Select the Find item. The Find and Replace dialog box displays. 4. Select the Find what combo box and type etransmit. 5. Make sure the Ignore case check box is checked and clear the Restrict Search to check box. 6. Select the Find Next button. The panes will change to the location in the tree of the item found and/or the command and its properties. Where the item found is an element located in the structure of the CUIx, as opposed to the command only, the Find and Replace dialog box displays text similar to this: Search string found in tree node etransmit property Command Name at position 0 (1/9) 3

4 Tree node means that the element found belongs in the Customization In Pane and is part of the CUIx structure. Also, the command used by the item is highlighted in the Command List Pane. Where a command only is found the result reads command instead of tree node. Property refers to the Properties Pane and provides the name of the property. At position is describing the location of the string in the property s data. Unhappily for mere mortals, the number given is the character count, but where the first character is 0, the second character is 1, and so on. So position 36 means the string starts at character 37 in the property. (This is called a zero-based index, popular with programmers, and nobody else.) Finally, the numbers in the parenthesis indicate the current match and the total number of matches, e.g. (1/9) is the first match of 9 different matches. AutoCAD 2010 s new CUIx Format AutoCAD 2010 introduced a new file format for the CUI. The new format is a compressed file with an extension of CUIx. The compressed file contains multiple XML-based files used to store the information needed to present the user interface. The images used by the interface are stored within the compressed file. This will make it easier to provide a functioning CUI to other users since the images are part of the file. However, this does not address the issue of external files such as the MNL or attached LSP files. Starting with a blank CUIx file It is a good idea to start with a new, blank CUIx file while learning how to use the CUI editor. The easiest way to create this file is to use the Transfer tab in the CUI editor. Transfer the Shortcut Menus node into the new CUIx file. You need all the items from the Shortcut Menus in order to support right-click menus. Save the file where you desire. Next, create a new profile in AutoCAD s Options dialog box. You will use this profile to make your new CUIx file the main CUIx file. This will help protect your other CUIx files from accidental changes while you test the new file. Make the new profile the current one. After the new profile is current, change the Main Customization File to the new CUIx file. You might see most of the interface disappear. Do not worry when this happens; the next steps will restore them. Open the CUI editor. Select the Partial Customization Files node. Browse to your Support folder and select the Acad.cuix file. The editor will display the Acad.cuix file in the Customizations pane. Select the Main CUIx File in the drop down list. Expand the Partial Customization Files node to verify that Acad.cuix is partial to the main CUIx file. 4

5 Close the CUI editor. Use the Workspace Switching button in the application status bar to save the current unsaved workspace. Give it some recognizable name. Open the CUI editor once again, expand the Workspaces node, and select the workspace you just saved. Select the Customize Workspace button in the right pane, and then add the desired AutoCAD interface elements from the left pane. Save your changes and exit the editor. When this workspace is made active the selected interface elements will redisplay. Note that you do not want to just transfer an Acad workspace to the new CUIx file. This would also copy all the supporting elements and commands into the new CUIx file. Creating the workspace from scratch does not have this effect. It all starts with Commands One of the key differences of the CUI approach is how commands are obviously used in multiple places. A single command might be used by a toolbar, a ribbon panel, and even a shortcut key. When you modify a command, all items using the command are also updated. It is possible to have different commands with the same name, even in the same CUIx file. In these cases, the element ID uniquely identifies the command. One command, multiple locations A sticking point for some migrated legacy menus arises because the one customizing the new CUI file believes that they can edit the same command used in multiple locations without affecting the other instances. One single command (element ID) may be used in multiple locations and editing the command in one location will affect all the other locations. You can filter the list of commands to a specific CUIx file in addition to the Command Filter field. Select desired CUIx file in the Customizations pane. Optionally, select Custom Commands in the Categories drop-down list in the Command List pane. New commands will be created in the CUIx file selected in the Customization In Pane combo box. It is possible to create your commands in any of the partial CUIx files attached to the main CUIx file. You may also right-click on a command and duplicate it to quickly create new commands similar to existing commands. A command s Name property is what is shown in the CUI s command list and AutoCAD s interface (unless modified). The Command Display Name and Description properties are combined and shown in AutoCAD s status bar. The Command Display Name should match the actual command needed to execute the task at the command prompt, where applicable. Newer versions of AutoCAD add a property called the Extended Help File. The topic assigned by this property causes AutoCAD to display additional information at the tooltip, including graphics, when hovering over the interface item. The extended help file is a file you can create in any text editor. This text-based file is an XAML file. The help files contain all the information needed to create your own XAML files. The Macro property contains the instructions executed when the command runs. Many macros have control characters such as ^C to cancel any running commands. For more information on control characters, see the Customization Guide. 5

6 Newer versions of AutoCAD also add the Tag property. Tags are used to provide keywords to aid in searching for commands in the Search field of the application menu. Tags assigned are also evident in tooltips. They do not help locate commands in the CUI editor itself. The Element ID property for commands may be changed in CUIx files you create. Assign element IDs as you see fit. Images are attached to the command itself. This makes them available in ribbon tools, pulldown menu items, and toolbar buttons. The source files for the images may be individual BMP files or stored collectively in a resource DLL file. (AutoCAD 2009/2010 stores its images in a file named AcadBtn.xmx and not a resource DLL.) AutoCAD 2010 s new file format stores the CUIx s images within that compressed file. The image files for older versions of AutoCAD must be placed on AutoCAD s search path or the folder specified in Options, Files, Customization Files, Custom Icon Location. The size of the bitmap for a small image is pixels. A large image needs to be pixels. The bitmap should be set to 96 DPI where the image editing software allows different DPI settings. You may make any part of the image transparent by using color 192,192,192. If you drag a command from a partial or enterprise CUIx file on to any element in the main CUIx structure, a copy of the command is created in the target CUIx file. In order to see the copied command you need to exit the editor and reenter the editor. This issue will be resolved in the future. Once you have the command that you desire it is time to use it in the rest of the interface. The Ribbon The Ribbon is an interface that replaces the Dashboard. This interface will be familiar to those using the latest version of Microsoft Office or certain other current applications. Unlike the ribbon interfaces in most applications, AutoCAD s Ribbon is customizable. Autodesk s programmers ought to be congratulated on the effort expended to provide a customizable Ribbon to AutoCAD users. That having been stated, the full power of the Ribbon only becomes evident after it has been customized. Note: You MUST have at least AutoCAD 2009 Update 1 installed if you intend to customize the Ribbon. The Ribbon consists of tabs, which organize panels, which contain commands and controls. Ribbon Panels Panels are the containers for commands and controls. They are organized by a panel dialog box launcher, rows, sub-panels, flyouts, and slideouts. The slideout controls which rows are shown by default. A slideout is automatically added to each panel. Items below the slideout only display when the panel is expanded. 6

7 Where all the commands and controls in a row cannot be display a gray down arrow is displayed in the user s interface for expanding the panel. Add rows, sub-panels, and flyouts by rightclicking on a row or row element and selecting the appropriate item. New panels are added in a similar manner but are only available when right-clicking on panelrelated elements other than commands. Add commands or controls to a panel s elements by selecting and dragging the item in the Command pane to the desired location on the panel. Modify the command s panel appearance properties as desired. Observe the effects of the changes in the Panel Preview pane in the CUI editor. Ribbon Tabs Tabs can only display panels; they cannot contain commands or controls. A tab can reference a panel located in any loaded CUIx file. Tabs located in different CUIx files may be merged when they share the same alias. Panels may be reorganized within the tab. The initial order of the panels in the tab is set within the Customizations In Pane. This order may be changed by dragging the panels up or down within the tab node. However, workspaces ultimately control the order of the panels, where they may be reorganized in the same manner. Creating a new tab automatically adds it to all workspaces in the main CUIx file. You must edit the individual workspaces to remove undesired tabs in the workspace. Note that a panel usually displays in any tab to which it is added. You may turn off a panel for a tab from a workspace without removing it from the tab. The workspace also controls how a panel collapses and its orientation (docked or floating). Quick Access Toolbar The Quick Access Toolbar is located in the application title bar. The QAT is defined by a node in the CUIx and is displayed by a setting in each workspace. Therefore, the QAT may be different or even missing from one workspace to the next. Create new QAT using the context menu on the Quick Access Toolbar node. You will drag and drop commands directly on to a Quick Access Toolbar. 7

8 Quick Properties The Quick Properties node permits modification of the properties displayed in the Quick Properties palette. Note that the last loaded definition is the definition used. A red X is displayed next to an element that is inactivated due to another definition. The list of objects and their properties is fixed. You may only select objects and properties presented by the CUI editor. Rollover Tooltips Rollover Tooltips display when you hover over an object without selecting it. The properties displayed may be synchronized with Quick Properties or vice versa. They may also display a distinctly different set of properties compared to Quick Properties. Similar to Quick Properties, Rollover Tooltips are defined by the last loaded definition. Standard Toolbars Creating a new toolbar is as simple as right-clicking on the Toolbars node and selecting New Toolbar from the menu. Once the toolbar has been created, it is simply a matter of drag-and-drop to place commands on the toolbar. Select a command from the Command List pane. Drag the selected command up to the desired toolbar. If the toolbar is currently empty, drop the command on to the toolbar name. Dropping a command on the toolbar s name will place it at the bottom of the toolbar. Otherwise, drop the command in the desired location amongst the current commands on the toolbar. Reorganize the order of the icons on a toolbar by dragging-and-dropping the commands into the desired order. Tip Drag the command in a wide arc to the right and come in from the side to the desired location in the structure. This helps avoid the structure scrolling on you. Flyout Toolbars A flyout toolbar is similar to an XRef, except the source is a toolbar. Edits made to the nested toolbar are actually changing the source toolbar. A flyout toolbar is nested in another toolbar and appears as a button in that hosting toolbar. There are two ways to create a flyout toolbar. To create a flyout toolbar based on an existing toolbar you drag the source toolbar into the desired location on an expanded toolbar. You may also create a flyout and new source toolbar in one action. Select an existing toolbar. Right-click and select New Flyout from the menu. This will place a new toolbar in the root of the node. A referenced toolbar is placed within the selected toolbar. Toolbar aliases Never change the initial alias given the new source toolbar for the flyout. If you do, the button on the toolbar where the flyout appears will not be able to find that source toolbar. 8

9 A flyout toolbar has a unique property: Use Own Icon. This is how you instruct the flyout either to use the icon of the last selected tool or always use the same icon. If you choose to use its own icon, note that the button preview of the icon does not update until you select image files. If you do not select image files, the icon will become the missing question mark icon, regardless of what you see in the button image area. If you change the icon for a flyout toolbar and only hit the Apply button, you can see the correct icon displayed on the actual toolbar, if it is visible. Pull-down Menus Create a new pull-down menu by right clicking on the Menus node and selecting New Menu. The MenuBar command restores the legacy menu bar. Commands are added to the menu in the same fashion that they are added to other nodes, with a drag-and-drop operation. This is, of course, only a reference back to the actual command. Any changes you make to the apparent menu item are being made to the command. Therefore, if that command is referenced anywhere else, the changes affect all instances. However, you can still control the display of the items within the menu. You can disable items and/or checkmark them. Commands that have been placed on a menu node will have a Display, Name property. This property is the name of the item on the menu. The command name itself is a separate property. To disable a command on the pull-down menus, place a tilde (~) at the beginning of the display name. DIESEL expressions still affect the display of the pull-down items. For example, the following display name on the pull-down menu is grayed out when a command is active: $(if,$(getvar,cmdactive),~)c&opy to Layer Menu items can also be marked with a check mark or a border. A check mark will be displayed where an item does not have an image. Items that do have an image will receive a border around the icon. Mark items by placing an exclamation point and a period (!.) at the beginning of the display name. Visual LISP can affect the menu item label thru the use of the menucmd function. The menu access key is defined by placing an ampersand (&) in front of the character desired. This will give the user the ability to execute the menu item by using Alt+<character>. You may also move part of the label to the right side of the menu by using \t in the command name. Note the Ctrl+Shift+C in the accompanying figure. Shortcut Menus Shortcut menus are a commonly edited feature. However, they can also be one of the trickiest parts of the CUI during setup and editing. When you plan to provide new or modified shortcut menus, you need to transfer all the shortcut menus to the main (or enterprise) CUIx file. Use the 9

10 Menu command to load the main CUIx file, which will wake AutoCAD to the new additions. Once you have the shortcut menus in the main CUIx file you may make further edits. If they are still not recognized, detach Acad.cuix and use the Menu command again, before reattaching the Acad.cuix file. Create a new shortcut menu in the Shortcut menu node. A specific alias needs to be added to the menu to enable it to display when specific objects are selected. Add the alias OBJECT_<object type> to the new menu. This will cause the menu to be added to the Edit menu when an object of that type is gripped. If you want the menu to appear when multiple objects of that type are selected use the alias OBJECTS_<object type>. If you customize an OSnap menu, and you find that it is available only intermittently, you can use the following code in that CUIx s MNL file to make it more reliable. (Replace AU with the MenuGroup name of your CUIx file, and MyOSnaps with the alias of your shortcut menu.) (menucmd P0=AU.MyOSnaps ) Keyboard Shortcuts There are two types of keyboard shortcuts. The definitions in the Accelerator section from a legacy menu are now called Shortcut Keys. This is where you would make keystroke-based commands such as F4 using the EndP OSnap. Temporary Override Keys are a new feature since AutoCAD For example, you would use the Shift key during a command to temporarily toggle Ortho, or Shift+A to disable running OSnaps. Shortcut Keys You must use drag-and-drop to add a new shortcut key. If you rightclick on the Keyboard Shortcuts or Shortcut Keys node and select New, shortcut keys are not an option. Create a new shortcut key by drag-anddrop of a command on to the Shortcut Keys node. You then edit the Key(s) property to assign a keystroke combination to the command. Take note of whether the keystroke combination already exists. At times, you want to overwrite the current definition of a shortcut key. Remember that the last assignment of the keystroke combination is the one that takes precedence. Therefore, the CUIx file that holds your overrides will need to load after the CUIx files that contain the original definitions. This is an improvement over legacy menus, as the initial definition was the one that took precedence. Depending on the CUIx file structure you have, you may decide to have a separate CUIx file just for shortcut keys. This allows you to create a new definition for F1! There are a few keystroke combinations that you are unable to enter in the CUI editor, e.g. Ctrl+F1, Ctrl+F4, Ctrl+F6, and Ctrl+F10. However, a migrated MNS file with those accelerator keys defined will import correctly. Import a temporary MNS file and transfer the definitions if you want to make those definitions in the CUI editor. Temporary Override Keys Temporary overrides provide a toggle while commands are active. While the keystroke combination is being pressed, Tip Turn Caps Lock off before assigning a keystroke combination, otherwise a Shift is added automatically. 10

11 the override is in effect. It is possible to make the override perform another macro when the keystroke combination is released. Temporary override keys follow the same precedence rules as shortcut keys. Most of the typical overrides do not need the Key Up macro to reset the original condition overridden. For those cases where the override is not reset, the Key Up macro is useful. Double Click Actions Double-Click Actions allow you to add or modify actions for specific types of objects. Even better, if you are familiar with Visual LISP you can write code that will examine the object and perform actions based on the object s properties. (defun C:DetermineDuctEdit (/ ss myobj) (setq ss (ssget)) (cond ((> (sslength ss) 0) (setq myobj (ssname ss 0)) (cond ((= (strcase (cdr (assoc 8 (entget myobj)))) REF-DUCT-CL ) (duct:edit myobj)) ((command._pedit myobj))))) (princ)) Mouse Buttons Many of today s mice sport more than two buttons (not including the wheel). However, although the CUI editor would seem to support more than two buttons, you will find that those extra button assignments are ignored by the mouse driver itself. You are better off making assignments to buttons with the mouse driver rather than the CUI editor. LISP Files The MNL file loads automatically with the CUIx file of the same name. However, you may also load any LISP-based files along with the CUIx file. This can reduce the number of autoload statements you may have in the MNL file. Legacy Elements Some features of the user interface are being depreciated. These items are still supported by the CUI editor, but it is obvious that these elements may not be around forever. You may still need to maintain these elements so the editor provides for this. However, the discussion of these legacy elements is beyond the scope of this class. WinTab Drivers Note that your tablet driver must be WinTab compliant. One source for a WinTab driver is Working with Workspaces Although you can modify the CUIx without using workspaces, you must not ignore them. At the very least, you should create a workspace of your CUIx as a default. As you edit the CUIx, it is far too easy to alter the interface unintentionally. A workspace that stores your interface setup is invaluable. The Ribbon is quickly switched using workspaces and the desired QAT can only be displayed thru a workspace. 11

12 Workspaces may be stored in any CUIx file, however, only the main and enterprise CUIx file s workspaces are available. Right click on the Workspaces node and select New Workspace to create a workspace in the main CUIx file. Workspaces also control Palettes, such as the Properties palette. Many of properties can be set to Do not change. When you set the properties to that option the workspace will not change that property from what you have manually set. You change the elements in the workspace using the Customize Workspace button in the Workspace Contents Pane. The elements in the pane turn blue. The elements in the Customizations In Pane display with check boxes. Use those check boxes to add elements to the workspace. Change the display order of the chosen elements in the Workspace Contents Pane using drag-and-drop. The Workspace toolbar or Workspace Switching button on the application status bar provides access to all your workspaces and the general settings for workspaces. These provide an excellent mechanism to switch the interface. Unhappily, the Transfer tab is not useful for copying workspaces. The issue is that the items that the workspace uses are also transferred. This means that, even if the source CUIx is partial to the target CUIx, all the items are duplicated in the target CUIx file. This will lead to odd behavior in some of the vertical applications. When a vertical application swaps pull-down menus for discipline-specific menus, you will wind up with duplicated menus on the menu bar. So the best approach is to take a screen shot of the source CUIx s interface with that workspace active, and create a new workspace in your main CUIx that duplicates the desired interface. The differences between Main, Enterprise, and Partial A partial CUIx file is one that is loaded into either the main or enterprise CUIx files. These may be loaded from the CUI editor or with the CUILoad command. A partial CUIx file can actually be a main or enterprise CUIx under a different profile. A partial CUIx file may have many nodes populated, or only a few. The main CUIx file, and any partial CUIx files loaded into it, is the only CUIx that you can modify and add new commands. The enterprise CUIx file, and any partial CUIx files loaded into it, is read-only in the current profile. When the same CUIx file is loaded as a partial to both the main and enterprise CUIx files it will be read-only. An enterprise CUIx file can be edited by modifying the Main Customization File property in the Files tab of the Options dialog box. 12

13 Load Order and Precedence Enterprise Enterprise Partials Main Main Partials Enterprise loads first. Any partial files in the enterprise CUIx file will load next. Main then loads and any partial CUIx files contained by it will load last. The order displayed in the Partial Customization Files node is the order of loading. The last loaded definition of keyboard shortcuts, whether shortcut keys or temporary overrides, will be the one that takes effect. Double-click actions, quick properties, and rollover tooltips also work in the same manner. However, for all other CUIx elements such as menus and mouse buttons the instance loaded first will be the used definition. Backup On occasion, you may find that you need to reset the original CUIx files that were installed with AutoCAD. The CUI editor has a shortcut menu to make it easier to restore a backup of an edited file or reset a core file. The first option restores the automatic backup of the CUIx file saved in the same location as the CUIx file, and the second option resets (or replaces) the CUIx file with the originally installed CUIx file, if applicable. If the file selected cannot be reset, that option will be disabled. Similarly, if a BAK file does not exist, the Restore option will be disabled. It is a good idea to have your own backup of your CUIx files before you edit them. One way to do this is to simply keep a zip file in the same folder as the CUIx files and drop the CUIx files into that zip file before editing. You should endeavor to keep a historical series of backups, in case a problem doesn t manifest itself immediately. Create a workspace to store the interface so that you can retrieve it if needed. Conclusion The CUI will make the actual customization process a matter of drag-and-drop, as long as you understand how it works. The best advice to remember is: Do not over-think the CUI. Now you can use the CUI with confidence. 13

What to Do with the New CUI

What to Do with the New CUI 11/28/2005-8:00 am - 9:30 am Room:N. Hemispheres (Salon B/C) (Dolphin) Walt Disney World Swan and Dolphin Resort Orlando, Florida What to Do with the New CUI R. Robert Bell - MW Consulting Engineers CP11-1

More information

Customizing Interface Elements and Commands Part 02

Customizing Interface Elements and Commands Part 02 Customizing Interface Elements and Commands Part 02 Sacramento City College Engineering Design Technology Customizing Interface Elements and Commands 1 Creating New Commands Customizing Interface Elements

More information

AutoCAD 2009 User InterfaceChapter1:

AutoCAD 2009 User InterfaceChapter1: AutoCAD 2009 User InterfaceChapter1: Chapter 1 The AutoCAD 2009 interface has been enhanced to make AutoCAD even easier to use, while making as much screen space available as possible. In this chapter,

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows CHAPTER 1 Getting to Know AutoCAD Opening a new drawing Getting familiar with the AutoCAD and AutoCAD LT Graphics windows Modifying the display Displaying and arranging toolbars COPYRIGHTED MATERIAL 2

More information

Learning Objectives. About the Speaker. So You Think Your Version is Enough? Jeanne Aarhus Aarhus Associates, LLC AC6405-V

Learning Objectives. About the Speaker. So You Think Your Version is Enough? Jeanne Aarhus Aarhus Associates, LLC AC6405-V Jeanne Aarhus Aarhus Associates, LLC AC6405-V If you are using an older version of the software and you can t decide when or what to upgrade to, or you still use the current version like an old version

More information

Top Productivity Tips for AutoCAD 2009

Top Productivity Tips for AutoCAD 2009 Top Productivity Tips for AutoCAD 2009 Jonathan Christie Course Summary: Find out how to apply new and existing AutoCAD power tools and watch your drafting productivity improve. Learn how to re-use design

More information

After completing this lesson, you will be able to:

After completing this lesson, you will be able to: LEARNING OBJECTIVES After completing this lesson, you will be able to: 1. Create a template. 2. Understand the AutoCAD Window. 3. Understand the use of the function keys. 4. Select commands using the Pull-down

More information

Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA

Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA AB110-3 If you have created AutoCAD Architecture (formerly ADT) object styles and want to know how to easily share

More information

AutoCAD Preview Guide.

AutoCAD Preview Guide. AutoCAD 2009 Preview Guide www.autodesk.com/autocad Contents Introduction... 3 User Interface... 3 Application Window... 3 Menu Browser... 3 Quick Access Toolbar... 6 InfoCenter... 6 Ribbon... 7 Status

More information

Work Smart: Microsoft Office 2010 User Interface

Work Smart: Microsoft Office 2010 User Interface About the Office 2010 User Interface You can use this guide to learn how to use the new features of the Microsoft Office Ribbon. Topics in this guide include: What s New in the Office 2010 User Interface

More information

How Smart Are Your Tables? Jeanne Aarhus Aarhus Associates, LLC

How Smart Are Your Tables? Jeanne Aarhus Aarhus Associates, LLC How Smart Are Your Tables? Jeanne Aarhus Aarhus Associates, LLC AC2251-L Are you using tables in AutoCAD software to their fullest potential? Do you still manually collect data from your AutoCAD file,

More information

Managing Content with AutoCAD DesignCenter

Managing Content with AutoCAD DesignCenter Managing Content with AutoCAD DesignCenter In This Chapter 14 This chapter introduces AutoCAD DesignCenter. You can now locate and organize drawing data and insert blocks, layers, external references,

More information

Setting Up Your Drawing Environment

Setting Up Your Drawing Environment Setting Up Your Drawing Environment In This Chapter 3 After you start a drawing, you can change its settings, including drawing units and limits, snap and grid settings, and layer, linetype, and lettering

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

More information

OpenForms360 Validation User Guide Notable Solutions Inc.

OpenForms360 Validation User Guide Notable Solutions Inc. OpenForms360 Validation User Guide 2011 Notable Solutions Inc. 1 T A B L E O F C O N T EN T S Introduction...5 What is OpenForms360 Validation?... 5 Using OpenForms360 Validation... 5 Features at a glance...

More information

Getting Started with OneNote 2016

Getting Started with OneNote 2016 1 Getting Started with OneNote 2016 Understanding OneNote 2016 Concepts Getting Started Managing Notebooks Navigating and Viewing Notebooks Learning Objective: Explore the user interface, create, save,

More information

Cengage Learning. All rights reserved. No distribution allowed without express authorization. SECTION. Introduction and Methodology

Cengage Learning. All rights reserved. No distribution allowed without express authorization. SECTION. Introduction and Methodology SECTION I Introduction and Methodology This section introduces the methodology of AutoCAD MEP. Many concepts will be familiar to the seasoned AutoCAD user; many concepts will be new. If you are a current

More information

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills Discovering Computers & Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills Objectives Perform basic mouse operations Start Windows and log on to the computer Identify the objects

More information

Take remote control of a student computer

Take remote control of a student computer Getting started with Vision Create a classroom Demonstrate to students Take remote control of a student computer Supervise all classroom computers Learn what's new with how Vision looks and works In Vision

More information

After completing this lesson, you will be able to:

After completing this lesson, you will be able to: LEARNING OBJECTIVES After completing this lesson, you will be able to: 1. Create a template. 2. Understand the AutoCAD Window. 3. Understand the use of the function keys. 4. Select commands using the Pull-down

More information

With Dreamweaver CS4, Adobe has radically

With Dreamweaver CS4, Adobe has radically Introduction to the Dreamweaver Interface With Dreamweaver CS4, Adobe has radically reengineered the Dreamweaver interface to provide a more unified experience across all of the Creative Suite applications.

More information

Mastering the Visual LISP Integrated Development Environment

Mastering the Visual LISP Integrated Development Environment Mastering the Visual LISP Integrated Development Environment R. Robert Bell Sparling SD7297 How do you create and edit your AutoLISP programming language software code? Are you using a text editor such

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

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

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15 10 Classes 2 nd Exam Review Lesson - 15 Introduction Windows 7, previous version of the latest version (Windows 8.1) of Microsoft Windows, was produced for use on personal computers, including home and

More information

To change the shape of a floating toolbar

To change the shape of a floating toolbar Modifying toolbars You can change the size of toolbar buttons and reposition, add, or delete toolbar buttons. You can also change the toolbar name and turn tooltips on and off. An important item to note-

More information

Table of Contents. Chapter 2. Looking at the Work Area

Table of Contents. Chapter 2. Looking at the Work Area Table of Contents... 1 Opening a PDF file in the work area... 2 Working with Acrobat tools and toolbars... 4 Working with Acrobat task buttons... 13 Working with the navigation pane... 14 Review... 18

More information

Layers. About PDF layers. Show or hide layers

Layers. About PDF layers. Show or hide layers 1 Layers About PDF layers You can view, navigate, and print layered content in PDFs created from applications such as InDesign, AutoCAD, and Visio. You can control the display of layers using the default

More information

Revit 2017 Architecture Certification Exam Study Guide

Revit 2017 Architecture Certification Exam Study Guide ELISE MOSS Autodesk Autodesk Certified Instructor Revit 2017 Architecture Certification Exam Study Guide Certified User and Certified Professional SDC P U B L I C AT I O N S Better Textbooks. Lower Prices.

More information

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen. Excel is a spreadsheet application that allows for the storing, organizing and manipulation of data that is entered into it. Excel has variety of built in tools that allow users to perform both simple

More information

Introduction to Autodesk VaultChapter1:

Introduction to Autodesk VaultChapter1: Introduction to Autodesk VaultChapter1: Chapter 1 This chapter provides an overview of Autodesk Vault features and functionality. You learn how to use Autodesk Vault to manage engineering design data in

More information

Getting started 7. Writing macros 23

Getting started 7. Writing macros 23 Contents 1 2 3 Getting started 7 Introducing Excel VBA 8 Recording a macro 10 Viewing macro code 12 Testing a macro 14 Editing macro code 15 Referencing relatives 16 Saving macros 18 Trusting macros 20

More information

University of Sunderland. Microsoft Word 2007

University of Sunderland. Microsoft Word 2007 Microsoft Word 2007 10/10/2008 Word 2007 Ribbons you first start some of the programs in 2007 Microsoft Office system, you may be surprised by what you see. The menus and toolbars in some programs have

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

Heads Up Design: Focusing on the drawing area

Heads Up Design: Focusing on the drawing area Autodesk AutoCAD 2006 New Features By Ellen Finkelstein Here are some of my favorite new features. If you want a detailed description and applicable exercises, you'll find them in my book -- AutoCAD 2006

More information

GraphWorX64 Productivity Tips

GraphWorX64 Productivity Tips Description: Overview of the most important productivity tools in GraphWorX64 General Requirement: Basic knowledge of GraphWorX64. Introduction GraphWorX64 has a very powerful development environment in

More information

Unit 2: Using Windows 7 Lesson 9

Unit 2: Using Windows 7 Lesson 9 Unit : Using Windows 7 Lesson 9 Lesson 9 Looking at the Windows Desktop Objectives In this lesson, you will be introduced to the Windows desktop and how to navigate around in Windows. On successful completion,

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.0 Content Author's Reference and Cookbook Rev. 130425 Sitecore CMS 7.0 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

In this chapter, I explain the essentials that you need to start drawings. After a

In this chapter, I explain the essentials that you need to start drawings. After a In this chapter, I explain the essentials that you need to start drawings. After a little background, I discuss the basics of the screen that you see when you open AutoCAD or AutoCAD LT, and how to use

More information

Specification Manager

Specification Manager Enterprise Architect User Guide Series Specification Manager Author: Sparx Systems Date: 30/06/2017 Version: 1.0 CREATED WITH Table of Contents The Specification Manager 3 Specification Manager - Overview

More information

AutoCAD Mechanical Associative Hide

AutoCAD Mechanical Associative Hide AutoCAD Mechanical Associative Hide Jim Swain Design Applications Engineer Manufacturing Solutions Synergis September 26, 2005 This document is an introduction to the hiding tools available in AutoCAD

More information

PowerPoint Essentials 1

PowerPoint Essentials 1 PowerPoint Essentials 1 LESSON SKILL MATRIX Skill Exam Objective Objective Number Working with an Existing Presentation Change views of a presentation. Insert text on a slide. 1.5.2 2.1.1 SOFTWARE ORIENTATION

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

Using the Customize Dialog Box

Using the Customize Dialog Box Toolbar Tools > Customize Using the Customize Dialog Box The Customize tool is used to define custom work environment, toolbar, and tool settings. The Customize dialog box appears when you access the Customize

More information

SlickEdit Gadgets. SlickEdit Gadgets

SlickEdit Gadgets. SlickEdit Gadgets SlickEdit Gadgets As a programmer, one of the best feelings in the world is writing something that makes you want to call your programming buddies over and say, This is cool! Check this out. Sometimes

More information

Book IX is designed to help both AutoCAD and AutoCAD LT users

Book IX is designed to help both AutoCAD and AutoCAD LT users Chapter 1: The Basics of Customizing In This Chapter Understanding the benefits of customizing Customizing the startup process Changing options and using user profiles Creating and managing command aliases

More information

1. WELDMANAGEMENT PRODUCT

1. WELDMANAGEMENT PRODUCT Table of Contents WeldManagement Product.................................. 3 Workflow Overview........................................ 4 Weld Types.............................................. 5 Weld

More information

MS Word Basics. Groups within Tabs

MS Word Basics. Groups within Tabs MS Word Basics Instructor: Bev Alderman L e t s G e t S t a r t e d! Open and close MS Word Open Word from the desktop of your computer by Clicking on the Start>All programs>microsoft Office >Word 2010

More information

Revit 2018 Architecture Certification Exam Study Guide

Revit 2018 Architecture Certification Exam Study Guide ELISE MOSS Autodesk Autodesk Certified Instructor Revit 2018 Architecture Certification Exam Study Guide Certified User and Certified Professional SDC P U B L I C AT I O N S Better Textbooks. Lower Prices.

More information

Understanding Acrobat Form Tools

Understanding Acrobat Form Tools CHAPTER Understanding Acrobat Form Tools A Adobe Acrobat X PDF Bible PDF Forms Using Adobe Acrobat and LiveCycle Designer Bible Adobe Acrobat X PDF Bible PDF Forms Using Adobe Acrobat and LiveCycle Designer

More information

MICROSOFT OneNote 2013

MICROSOFT OneNote 2013 Q U I C K R E F E R E N C E G U I D E MICROSOFT OneNote 2013 Microsoft OneNote 2013 is the perfect place to gather and organize your ideas, thoughts, lists, plans, timelines, and references into one file.

More information

Working with Excel CHAPTER 1

Working with Excel CHAPTER 1 CHAPTER 1 Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to quickly create powerful mathematical, financial, and

More information

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to create powerful mathematical, financial, and statistical models

More information

Using Open Workbench Version 1.1

Using Open Workbench Version 1.1 Version 1.1 Second Edition Title and Publication Number Title: Edition: Second Edition Printed: May 4, 2005 Copyright Copyright 1998-2005 Niku Corporation and third parties. All rights reserved. Trademarks

More information

Getting Started. In This Chapter

Getting Started. In This Chapter Getting Started In This Chapter 2 This chapter introduces concepts and procedures that help you get started with AutoCAD. You learn how to open, close, and manage your drawings. You also learn about the

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

Introduction to Personal Computing

Introduction to Personal Computing Introduction to Personal Computing Academic Computing Services www.ku.edu/acs Abstract: This document explains the basics of the Microsoft Windows operating system. It is intended for users who are either

More information

Microsoft Office 2013 (or Office) is a collection of software programs.

Microsoft Office 2013 (or Office) is a collection of software programs. 1 Microsoft Office 2013 (or Office) is a collection of software programs. Program Function Word - enables you to create documents such as letters and reports Excel - lets you work with numbers to prepare

More information

AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage:

AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage: Page 1 of 18 Using AutoCollage 2008 AutoCollage 2008 makes it easy to create an AutoCollage from a folder of Images. To create an AutoCollage: 1. Click on a folder name in the Image Browser. 2. Once at

More information

SAP Disclosure Management Document Version: 10.0 SP SAP Taxonomy Designer

SAP Disclosure Management Document Version: 10.0 SP SAP Taxonomy Designer SAP Disclosure Management Document Version: 10.0 SP08-2014-03-13 Table of Contents 1 What is the Taxonomy Designer?.... 4 1.1 Taxonomy Designer Features....4 2 Using the Taxonomy Designer Interface...5

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

Corel Ventura 8 Introduction

Corel Ventura 8 Introduction Corel Ventura 8 Introduction Training Manual A! ANZAI 1998 Anzai! Inc. Corel Ventura 8 Introduction Table of Contents Section 1, Introduction...1 What Is Corel Ventura?...2 Course Objectives...3 How to

More information

Interface. 2. Interface Adobe InDesign CS2 H O T

Interface. 2. Interface Adobe InDesign CS2 H O T 2. Interface Adobe InDesign CS2 H O T 2 Interface The Welcome Screen Interface Overview The Toolbox Toolbox Fly-Out Menus InDesign Palettes Collapsing and Grouping Palettes Moving and Resizing Docked or

More information

StarTeam File Compare/Merge StarTeam File Compare/Merge Help

StarTeam File Compare/Merge StarTeam File Compare/Merge Help StarTeam File Compare/Merge 12.0 StarTeam File Compare/Merge Help Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2011 Micro Focus IP Development Limited. All Rights Reserved. Portions

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.2 Content Author's Reference and Cookbook Rev. 140225 Sitecore CMS 7.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Enterprise Architect. User Guide Series. Ribbons. Author: Sparx Systems Date: 27/05/2016 Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Ribbons. Author: Sparx Systems Date: 27/05/2016 Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Ribbons Author: Sparx Systems Date: 27/05/2016 Version: 1.0 CREATED WITH Table of Contents Ribbons 4 File Management 6 Show Panel 8 Start Ribbon 12 Using the Explore

More information

Photoshop Fundamentals

Photoshop Fundamentals Lesson 3 Photoshop Fundamentals Photoshop Fundamentals How to Navigate your Document Zooming in and out To zoom in and out on your Photoshop document, hold down the Command key (Ctrl on Win) and press

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

Getting Started. Introduction to the Basics. Cadpipe Control Center

Getting Started. Introduction to the Basics. Cadpipe Control Center Getting Started Introduction to the Basics Cadpipe Control Center The Cadpipe Control Center provides a central location to organize your projects, settings and drawings. For existing Industrial users,

More information

Revit Architecture User Interface

Revit Architecture User Interface CHAPTER 2 Revit Architecture User Interface INTRODUCTION This chapter is designed to acquaint you with the user interface and work environment of Revit Architecture. The Revit user interface is logically

More information

PowerPoint Essentials

PowerPoint Essentials Lesson 1 Page 1 PowerPoint Essentials Lesson Skill Matrix Skill Exam Objective Objective Working with an Existing Change views of a Insert text on a slide. 1.5.2 2.1.1 Software Orientation Normal View

More information

User Guide. FTR Reporter For more information, visit

User Guide. FTR Reporter For more information, visit FTR Reporter 5.7.1 For more information, visit www.fortherecord.com TABLE OF CONTENTS INTRODUCTION... 5 Overview... 5 About This Document... 5 GETTING STARTED... 6 Installation... 6 Starting Reporter...

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction.

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction. Make databases user friendly 11 IN THIS CHAPTER, YOU WILL LEARN HOW TO Design navigation forms. Create custom categories. Control which features are available. A Microsoft Access 2013 database can be a

More information

WhatsUp Gold 2016 Distributed Edition

WhatsUp Gold 2016 Distributed Edition WhatsUp Gold 2016 Distributed Edition Contents Using WhatsUp Gold Distributed Edition 1 About WhatsUp Gold Distributed Edition... 1 About Distributed Edition's reporting capabilities... 2 Installing the

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

COMPUTING AND DATA ANALYSIS WITH EXCEL

COMPUTING AND DATA ANALYSIS WITH EXCEL COMPUTING AND DATA ANALYSIS WITH EXCEL Lesson 1: Introduction to the Excel Environment 1 Scheme Introduction to spreadsheets The Excel Interface Menus Toolbars Built-in Help tool Workbooks, Worksheets,

More information

Anatomy of a Window (Windows 7, Office 2010)

Anatomy of a Window (Windows 7, Office 2010) Anatomy of a Window (Windows 7, Office 2010) Each window is made up of bars, ribbons, and buttons. They can be confusing because many of them are not marked clearly and rely only on a small symbol to indicate

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6 Content Author's Reference and Cookbook Rev. 080627 Sitecore CMS 6 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents Chapter

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

A Guide to Quark Author Web Edition October 2017 Update

A Guide to Quark Author Web Edition October 2017 Update A Guide to Quark Author Web Edition 2015 - October 2017 Update Contents Getting Started...1 Smart Documents...1 Introduction to the Quark Author Web Edition User Guide...1 Quark Author Web Edition configuration...1

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

Mandarin M3. Daily Use Handbook ver 1.7SP5g 2014

Mandarin M3. Daily Use Handbook ver 1.7SP5g 2014 Mandarin M3 TM Daily Use Handbook ver 7SP5g 2014 Table of Contents Table of Contents Getting Started with M3...3 Using Circulation...4 Using the OPAC...12 Maintenance...19 Contacts & Credits...20 Getting

More information

COPYRIGHTED MATERIAL. Making Excel More Efficient

COPYRIGHTED MATERIAL. Making Excel More Efficient Making Excel More Efficient If you find yourself spending a major part of your day working with Excel, you can make those chores go faster and so make your overall work life more productive by making Excel

More information

QSalesData User Guide

QSalesData User Guide QSalesData User Guide Updated: 11/10/11 Installing the QSalesData Software... 2 Licensing the QSalesData Product... 3 Build QSalesData fields in ACT Step 2 of Install Checklist... 4 Adding the QB Data

More information

The Fundamentals. Document Basics

The Fundamentals. Document Basics 3 The Fundamentals Opening a Program... 3 Similarities in All Programs... 3 It's On Now What?...4 Making things easier to see.. 4 Adjusting Text Size.....4 My Computer. 4 Control Panel... 5 Accessibility

More information

BCI.com Sitecore Publishing Guide. November 2017

BCI.com Sitecore Publishing Guide. November 2017 BCI.com Sitecore Publishing Guide November 2017 Table of contents 3 Introduction 63 Search 4 Sitecore terms 66 Change your personal settings 5 Publishing basics 5 Log in to Sitecore Editing 69 BCI.com

More information

Computer Basics: Step-by-Step Guide (Session 2)

Computer Basics: Step-by-Step Guide (Session 2) Table of Contents Computer Basics: Step-by-Step Guide (Session 2) ABOUT PROGRAMS AND OPERATING SYSTEMS... 2 THE WINDOWS 7 DESKTOP... 3 TWO WAYS TO OPEN A PROGRAM... 4 DESKTOP ICON... 4 START MENU... 5

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

Administration. Training Guide. Infinite Visions Enterprise Edition phone toll free fax

Administration. Training Guide. Infinite Visions Enterprise Edition phone toll free fax Administration Training Guide Infinite Visions Enterprise Edition 406.252.4357 phone 1.800.247.1161 toll free 406.252.7705 fax www.csavisions.com Copyright 2005 2011 Windsor Management Group, LLC Revised:

More information

Word 2016 Tips. Rylander Consulting

Word 2016 Tips. Rylander Consulting Word 2016 Tips Rylander Consulting www.rylanderconsulting.com sandy@rylanderconsulting.com 425.445.0064 Word 2016 i Table of Contents Screen Display Tips... 1 Create a Shortcut to a Recently Opened Document

More information

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide MICROSOFT OFFICE Courseware: 3263 2 Exam: 77 727 EXCEL 2016 CORE Certification Guide Microsoft Office Specialist 2016 Series Microsoft Excel 2016 Core Certification Guide Lesson 1: Introducing Excel Lesson

More information

Tabbing Between Fields and Control Elements

Tabbing Between Fields and Control Elements Note: This discussion is based on MacOS, 10.12.6 (Sierra). Some illustrations may differ when using other versions of macos or OS X. The capability and features of the Mac have grown considerably over

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information

Getting Started COPYRIGHTED MATERIAL. Chapter 1. Exploring the AutoCAD 2013 for Windows User Interface. Exploring the Graphical User Interface

Getting Started COPYRIGHTED MATERIAL. Chapter 1. Exploring the AutoCAD 2013 for Windows User Interface. Exploring the Graphical User Interface Getting Started Chapter 1 P AutoCAD for Mac has a user interface that is customized to the Mac experience. Although the Mac user interface is not covered in this book, its commands and capabilities are

More information

TI-SmartView Emulator Software for the TI-84 Plus Family (Windows and Macintosh )

TI-SmartView Emulator Software for the TI-84 Plus Family (Windows and Macintosh ) TI-SmartView Emulator Software for the TI-84 Plus Family (Windows and Macintosh ) Important Information Texas Instruments makes no warranty, either express or implied, including but not limited to any

More information

Interface. 2. Interface Photoshop CS/ImageReady CS for the Web H O T

Interface. 2. Interface Photoshop CS/ImageReady CS for the Web H O T 2. Interface Photoshop CS/ImageReady CS for the Web H O T 2. Interface The Welcome Screen Interface Overview Using the Toolbox Using Palettes Using the Options Bar Creating a Tool Preset Resetting Tools

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

Using Online Help. About the built-in help features Using Help Using the How To window Using other assistance features

Using Online Help. About the built-in help features Using Help Using the How To window Using other assistance features Using Online Help About the built-in help features Using Help Using the How To window Using other assistance features About the built-in help features Adobe Reader 6.0 offers many built-in features to

More information

Software User s Manual

Software User s Manual 1 Software User s Manual CONTENTS About the manual 2 Navigating the manual 3 CUSTOMIZING 4 Opening the control panel 4 Control panel overview 5 Calibrating the pen display 7 Adjusting pitch and phase (VGA

More information