<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3441976270728201357</id><updated>2011-11-27T15:55:05.676-08:00</updated><title type='text'>C3D Stuff from JRC D'zines</title><subtitle type='html'>Autocad and Civil 3d related tips, tricks and stuff.  Hopefully something here to help.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://jrcdzines.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3441976270728201357/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://jrcdzines.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Jeff Crick</name><uri>http://www.blogger.com/profile/11622518805260345848</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://bp3.blogger.com/_hA9twSrOodY/R6t0fa1txwI/AAAAAAAAAAM/9aqwqOsMMm4/S220/PICT7061.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3441976270728201357.post-8051706253932250716</id><published>2008-02-25T19:03:00.000-08:00</published><updated>2008-02-25T22:04:46.408-08:00</updated><title type='text'>Working with CUI isn't that much work... Part I</title><content type='html'>I've recently noticed several posts, some older and some newer, regarding the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;CUI&lt;/span&gt; (customize user interface) dialog and how difficult it is to use. I at first felt the same way, basically because it wasn't what I was used to. Now that I've had some time to deal with it and actually get into customizing my interface, I feel it's actually quite easy to use and allows for more customization in an easier format. &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;One can modify each individual workspace right in the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;CUI&lt;/span&gt; as well as create commands that can be used in toolbars, pull down menus and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;popup&lt;/span&gt; dialog boxes. All your custom lisp routines can be loaded through the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;CUI &lt;/span&gt;as part of a partial &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;cui&lt;/span&gt; file rather than having to "&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;appload&lt;/span&gt;" them individually, that way when you upgrade your system or reinstall &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;Autocad&lt;/span&gt; due to system problems, "you just never know when a service pack will tell you it's installed and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;autodesk&lt;/span&gt; says it isn't, you have to &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;un-install&lt;/span&gt; and re-install", you don't have to &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_9"&gt;remember&lt;/span&gt; which lisp routines were loaded and reset them in the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;appload&lt;/span&gt; dialog, they automatically load with the partial &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;cui&lt;/span&gt; when setup. One less system setting to worry about later.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;Let's start by opening the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;cui&lt;/span&gt; and creating a new workspace. Enter "&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;cui&lt;/span&gt;" at the command prompt to access the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;cui&lt;/span&gt; dialog box. You should have a customize and transfer tab at the top left of the dialog, make sure your on the customize tab. Right click the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;Workspaces&lt;/span&gt; header in the "Customizations in All &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;CUI&lt;/span&gt; Files" box and select "new workspace". This creates a workspace that you can name accordingly, preferably something you can relate to for your work environment.&lt;/div&gt;&lt;br /&gt;&lt;a href="http://bp1.blogger.com/_hA9twSrOodY/R8OnCqTKkGI/AAAAAAAAACQ/T7qsf5urPk0/s1600-h/cui-001.jpg"&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://bp1.blogger.com/_hA9twSrOodY/R8OnCqTKkGI/AAAAAAAAACQ/T7qsf5urPk0/s1600-h/cui-001.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5171160461307711586" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://bp1.blogger.com/_hA9twSrOodY/R8OnCqTKkGI/AAAAAAAAACQ/T7qsf5urPk0/s320/cui-001.jpg" border="0" /&gt;&lt;/a&gt;Alternately, if you have already created a workspace by laying out the work area the way you want it, you can skip the creation process and get right to modifying the order of the menus or adding your custom menus as explained next.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Now highlight the workspace you want to modify and select the "customize workspace" button under the "Workspace Contents" header on the right side of the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;CUI&lt;/span&gt;. This places the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;CUI&lt;/span&gt; in an editing mode to allow you to place the menus, toolbars and other tools you will want access to while working on your projects. Now you can simply open the sections on the left side of the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;CUI&lt;/span&gt; and drag the desired items to the right side of the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;CUI&lt;/span&gt; and place them under the correct sections, and for menus make sure to put them in the order you want them to appear &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_21"&gt;across&lt;/span&gt; the top of the screen, (i.e. top to bottom = left to right). If you have custom menus loaded you can pull tools from the partial &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;CUI&lt;/span&gt; files as well. When your done setting up the workspace you can select the "Done" button at the top of the right column and save your changes by clicking apply or OK.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;You've just created and/or modified your workspace through the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;CUI&lt;/span&gt;, and it really wasn't that hard was it. In part II I'll explain how to create a new command and add it to a toolbar, check back soon.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3441976270728201357-8051706253932250716?l=jrcdzines.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jrcdzines.blogspot.com/feeds/8051706253932250716/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3441976270728201357&amp;postID=8051706253932250716' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3441976270728201357/posts/default/8051706253932250716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3441976270728201357/posts/default/8051706253932250716'/><link rel='alternate' type='text/html' href='http://jrcdzines.blogspot.com/2008/02/working-with-cui-isnt-that-much-work.html' title='Working with CUI isn&apos;t that much work... Part I'/><author><name>Jeff Crick</name><uri>http://www.blogger.com/profile/11622518805260345848</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://bp3.blogger.com/_hA9twSrOodY/R6t0fa1txwI/AAAAAAAAAAM/9aqwqOsMMm4/S220/PICT7061.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_hA9twSrOodY/R8OnCqTKkGI/AAAAAAAAACQ/T7qsf5urPk0/s72-c/cui-001.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3441976270728201357.post-4536889601197234566</id><published>2008-02-25T09:18:00.000-08:00</published><updated>2008-02-25T09:22:45.342-08:00</updated><title type='text'>Just the beginning</title><content type='html'>Welcome to C3D Stuff from JRC D'zines.  I will be publishing and posting various tricks, tips and ideas "i.e. stuff" that I have found usefull over the past 17 years to this blog and my website which is also under developement at this time, &lt;a href="http://www.jeffcrick.com/"&gt;www.jeffcrick.com&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;If anyone has any requests please don't hesitate to email me at &lt;a href="mailto:jrcdzines@jeffcrick.com"&gt;jrcdzines@jeffcrick.com&lt;/a&gt; and I'll be glad to post something if I can help.&lt;br /&gt;&lt;br /&gt;It may take me a little while, but I'll do the best I can to get things off to a quick and informative start.&lt;br /&gt;&lt;br /&gt;Thanks again and come back often.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3441976270728201357-4536889601197234566?l=jrcdzines.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jrcdzines.blogspot.com/feeds/4536889601197234566/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3441976270728201357&amp;postID=4536889601197234566' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3441976270728201357/posts/default/4536889601197234566'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3441976270728201357/posts/default/4536889601197234566'/><link rel='alternate' type='text/html' href='http://jrcdzines.blogspot.com/2008/02/just-beginning.html' title='Just the beginning'/><author><name>Jeff Crick</name><uri>http://www.blogger.com/profile/11622518805260345848</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://bp3.blogger.com/_hA9twSrOodY/R6t0fa1txwI/AAAAAAAAAAM/9aqwqOsMMm4/S220/PICT7061.JPG'/></author><thr:total>0</thr:total></entry></feed>
