AC3274 CUIX Zen - Customizing the CUI

Slides:



Advertisements
Similar presentations
The University of Tennessee
Advertisements

Overview Lesson 1. Objectives Step-by-Step: Start Excel 1.Click the Start menu, and then click All Programs. 2.On the list of programs, click Microsoft.
Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills Mark Worden Instructor Use your spacebar or down arrow key to advance slides.
1. In the Activity Builder, you can use the Content Editor tools to create the content for activities and stimuli one at a time. Form-Based Content Editors:
Welcome to IT-Training -We’re here to teach you PowerPoint-
XP Tutorial 4 New Perspectives on Microsoft Windows XP 1 Microsoft Windows XP Personalizing Your Windows Environment Tutorial 4.
COMPREHENSIVE Windows Tutorial 3 Personalizing Your Windows Environment.
CGS 1060 Introduction to MicroComputer Usage Chapter 1 Windows 7
Copyright 2007, Paradigm Publishing Inc. POWERPOINT 2007 CHAPTER 1 BACKNEXTEND 1-1 LINKS TO OBJECTIVES Create Presentation Open, Save, Run, Print, Close,Delete.
FIRST COURSE Getting Started with Microsoft Office 2007.
1 Creating Icons for Commands When there is not an icon related to a command in your toolbars, you will see a question mark (?). No preview available …
Access Tutorial 10 Automating Tasks with Macros
1 Lesson 6 Exploring Microsoft Office 2007 Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Working with a Database
© Ms. Masihi.  The Dreamweaver Welcome Screen first opens when you start Dreamweaver.  This screen gives you quick access to previously opened files,
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 22 Macros.
CHAPTER 9 Introducing Microsoft Office Learning Objectives Start Office programs and explore common elements Use the Ribbon Work with files Use.
Start Microsoft PowerPoint 1.PowerPoint uses a graphical approach to presentations in the form of slide shows that accompany the oral delivery of the.
CHAPTER 9 Introducing Microsoft Office Learning Objectives Start Office programs and explore common elements Use the Ribbon Work with files Use.
Website Development with Dreamweaver
Office 2013 and Windows 8: Essential Concepts and Skills Microsoft Access 2013.
Introduction to MS WORD.
Domain 3 Understanding the Adobe Dreamweaver CS5 Interface.
FIRST COURSE Getting Started with Microsoft Office 2007 COM111 Introduction to Computer Applications.
Chapter 13: AutoCAD DesignCenter. After completing this Chapter, you will be able to use the following: Overview of DesignCenter Container, Content Type.
Chapter 4 Working with Information Graphics
Microsoft Office 2010 is the newest version of Microsoft Office, offering features that provide users with better functionality and easier ways to work.
UNDERSTANDING “THE RIBBON” Bonnie Powell Assistant Administrative Computer Network Coordinator.
Getting Started with Word & Saving Guided Lesson.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
Introduction to Technology. Parts of MSWord Screen Title Bar Quick Access Toolbar Button Ribbon Status Bar (views and zoom)
Customizing Menus and Toolbars CHAPTER 12 Customizing Menus and Toolbars.
Office 2013 and Windows 8: Essential Concepts and Skills Microsoft Office 2013.
COMPREHENSIVE Getting Started with Microsoft Office 2007.
Chapter 8 Using Document Collaboration, Integration, and Charting Tools Microsoft Word 2013.
Fundamentals of Windows Mouse n 4 Basic Operations: –Pointing –Clicking –Double Clicking –Dragging.
Dive Into® Visual Basic 2010 Express
Using ArcGIS Layout View
Windows Tutorial 3 Personalizing Your Windows Environment
Getting Started with Microsoft Office 2007
Computer Literacy BASICS
Using Macros, Switchboards, PivotTables, and PivotCharts
Customizing Interface Elements and Commands
User Profiles and Workspaces
2 At the top of the zone in which you want to add the Web Part, click Add a Web Part. In the Add Web Parts to [zone] dialog box, select the check box of.
Building a User Interface with Forms
Office 2010 and Windows 7: Essential Concepts and Skills
Getting Started with Microsoft Office 2010
Microsoft PowerPoint: Basics
How to customize your Microsoft SharePoint Online website
Introducing Microsoft Office 2010
Benchmark Series Microsoft Word 2016 Level 2
How to customize your Microsoft SharePoint Online website
Chapter 2 Adding Web Pages, Links, and Images
Windows xp PART 1 DR.WAFAA SHRIEF.
Path: Common > Application Appearance > Workspaces
Word 2007 Basics TCC July 2011.
Lesson 6: Working with Layout and Graphics
Microsoft PowerPoint: Basics
How to customize your Microsoft SharePoint Online website
Microsoft PowerPoint 2007 – Unit 2
Chapter 1 Databases and Database Objects: An Introduction
Autodesk Inventor Tips and Tricks for New Users
Objectives At the end of this session, students will be able to:
Learning Objectives: Creating a new Table Style
PowerPoint Lesson 1 Microsoft Word Basics
Chapter 8 Using Document Collaboration and Integration Tools
Tutorial 10 Automating Tasks with Macros
Welcome To Microsoft Word 2016
MAINTAINING FILES AND CUSTOMIZING WINDOWS Section 2
Presentation transcript:

AC3274 CUIX Zen - Customizing the CUI Volker Cocco Autodesk Product Support Specialist CSS Volker.cocco@Autodesk.com

Autodesk Product Support Specialist Volker Cocco Autodesk Product Support Specialist Supporting AutoCAD and Verticals Autodesk 360 Began working with AutoCAD R10 (1991) CAD Technician CAD Manager Application Engineer with resellers Support Training Implementation

Before we begin… Is this the right session for you? Don’t forget the survey Download the PowerPoint Download the files Please silence your cell phones

Agenda Overview of the CUI editor Demo

Overview of the CUI editor

CUI or CUIx? What’s the difference? The CUI is the menu file defining the User Interface The CUIX was introduced with AutoCAD 2010 to compress the CUI It can also be used to bundle custom image icons Note: Vertical applications include a resource file for images. Resource files must have the same name ACA.cuix = ACA.dll The CUIX was introduced with AutoCAD 2010 to compress the CUI file size. With the introduction of the Ribbon in 2009 performance became an issue because of file size. the CUIx was designed for faster loading of the menu system by splitting the content of the CUI and the Ribbon components introduced in AutoCAD 2009 into several files, yet containing them all in one compressed container. The CUIX also allows one to add files such as image files so that they always reside with the CUI avoiding the issue of having icons appear as clouds with question marks because the custom icons could not be found. If you decide to move an CUIX for a vertical application such as AutoCAD Architecture (ACA.cuix) or Civil 3D (C3D.cuix) to a network location, be sure to also move the associated resource file as well. If you don’t you will have generic icons appear. The resource dll will have and must have the same name as the CUIX. Example ACA.cuix has a resource file ACA.dll. There are several undocumented commands available for viewing and modifying the CUIx:

Undocumented commands CUIXLIST Displays the root contents of the selected CUIX on the command CUIXCREATE Creates a CUIX file and allows you to add the CUI and additional resource files such as images CUIXAPPEND Opens the selected CUIX and allows you to add additional files

The Customize User Interface (CUI) editor Command line CUI Ribbon Manage tab → Customization → User Interface Menubar Tools → Customize → Interface There are numerous methods available to access the CUI editor. These three are the most common. From the Command line type, CUI On the Ribbon select the Manage tab and then User Interface From the Tools pull down menu select Customize, then select Interface

The Customize User Interface (CUI) Editor Allows you to modify any of the UI elements Consists of two tabs Customize Transfer Text editors are not recommended The Customize User Interface (CUI) Editor allows you to modify many of the user interface elements that are used to start a command in the program. Customizing the user interface allows you to change the placement of the tools that you commonly use, and to add new tools that can improve your productivity. For example, if you want to add a ribbon panel containing the commands that you use most often, you can create a new Favorites ribbon panel in the CUI Editor and add it to the Home tab. The CUI Editor is divided into two parts: Customize. The Customize tab allows you to create and manage the commands and elements that make up many of the features in the user interface. Transfer. The Transfer tab allows you to create and save a CUIx file, and copy user interface elements between CUIx files. The CUI being an XML file can be modified using a text editor; however it’s important to know that the contents of a CUI file within the CUIX are designed to track changes for future migration. Modifying the CUI with a text editor will most often cause problems with migration.

Restore – Restores the CUI to the last saved state CUI Restore/Reset Restore – Restores the CUI to the last saved state Reset – Resets the CUI to its defaults. Either function does not take affect until you select “Apply” If for some reason the CUI becomes corrupt when customizing (or for other reasons); or if you don’t like the changes, you can restore or reset the AutoCAD menu Type CUI at the command line You may have to expand the CUI dialog by clicking on the > symbol in the lower right hand corner Under the customize tab, Click on the drop-down list titled, "Customizations in all files" Right-Mouse Click over the verbiage ACAD (next to the AutoCAD icon at the top of the list) If you select "Restore Acad.cuix" it will restore the cui to its last save state. If you select "Reset Acad.cuix" it will reset the cui to it's installed state. Either one of these resets will not take place until after you have clicked Apply and OK.

Customizations in All Files Is used to navigate the different User Interface elements Add or remove element Drag and Drop the order of elements Select elements to be added to the workspace Customizations in All Files Pane The Customizations In pane is used to navigate to the different user interface elements that are in the loaded customization files. In this pane, you create and modify user interface elements such as ribbon tabs and panels, and the Quick Access toolbar. Along the top of the pane you will find tools that can be used to load partial customization files into the main customization file, save changes to the loaded customization files, and control how you view the loaded customization files. The tree view is used to create and manage user interface elements. Once a user interface element is created, you add commands to it by dragging them from the Command List pane. You also can change the order in which commands appear on a user interface element such as a ribbon panel or toolbar, by dragging them up and down in the tree view.

Command List Lists “most” commands available in the loaded CUIs Listed in alphabetical order by description Can be filtered by individual CUIs, controls and elements. Command names shown using legacy filter All Commands Only. Displays all the commands in each of the loaded customization files. Custom Commands. Displays the user defined commands that have been added to one of the loaded customization files. Toolbar Controls Elements. Displays the special controls that can be added to a toolbar, such as drop-down lists and text boxes. Ribbon Controls Elements. Displays the special controls that can be added to a ribbon panel or Quick Access toolbar, such as drop-down lists, sliders, and other controls.

Dynamic Pane Displays properties of elements and commands Button Image Information Panel Preview Properties Quick Properties Shortcuts Toolbar Preview Workspace Contents Dynamic Display Pane The Dynamic Display pane displays a preview of the user interface element selected in the Customizations In pane. It allows you to edit the image of a command selected in the Command List pane, and the properties specific to the item selected in the Customizations In or Command List pane. Based on the item selected, one or more of the following panes will be displayed: Button Image Information Panel Preview Properties Quick Properties Shortcuts Toolbar Preview Workspace Contents

Transfer elements from and existing CUI Transfers are bi-directional Transfer Tab Create a new CUI Transfer elements from and existing CUI Transfers are bi-directional In the Customize User Interface (CUI) Editor, Transfer tab, in the left pane, click the Open Customization File button. In the Open dialog box, locate the customization file (MNU, MNS, CUI, or CUIx) from which you want to import customizations, and select it. Click Open. In the right pane, click the Open Customization File button. In the Open dialog box, locate the customization file (MNU, MNS, CUI, or CUIx) to which you want to export customizations, and select it. Click Open. In the left pane, click the plus sign (+) next to an interface element node to expand it. Expand the corresponding node in the right pane. Drag interface elements from the right pane to the appropriate location in the left pane. Note: Interface elements can be dragged in either direction, from left to right, or from right to left. Click Apply.

Getting Started

Time savers Profiles Settings Create Export Startup switches Import It’s a good idea to create back ups of your settings prior to and even after you have customized.

Support Paths Main customization file Enterprise customization file Custom icon images

The Demo Create and Load a partial menu Add custom commands Add Ribbon tabs and panels Modify a workspace, adding the menu Add an Enterprise CUI