<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: AutoCAD 2009 &#8211; The Prequel Part 3 &#8211; Status Bar Right</title>
	<atom:link href="http://www.blog.cadnauseam.com/2008/02/24/autocad-2009-the-prequel-part-3-status-bar-right/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.cadnauseam.com/2008/02/24/autocad-2009-the-prequel-part-3-status-bar-right/</link>
	<description>Mostly AutoCAD discussion, but also music, image manipulation and video</description>
	<lastBuildDate>Fri, 10 Feb 2012 01:13:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve Johnson</title>
		<link>http://www.blog.cadnauseam.com/2008/02/24/autocad-2009-the-prequel-part-3-status-bar-right/#comment-2318</link>
		<dc:creator>Steve Johnson</dc:creator>
		<pubDate>Mon, 27 Oct 2008 12:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.cadnauseam.com/2008/02/24/autocad-2009-the-prequel-part-3-status-bar-right/#comment-2318</guid>
		<description>If you have an acaddoc.lsp file in your search path, and that file contains an S::STARTUP function, add the line (setvar &quot;HIDEXREFSCALES&quot; 0) to that function. If you don&#039;t, create one that looks like this:
&lt;code&gt;
(defun S::STARTUP ()
  (setvar &quot;HIDEXREFSCALES&quot; 0)
)
&lt;/code&gt;
Note that this sort of unconditional definition of S::STARTUP is not ideal best practice. In theory it can overwrite in memory any existing S::STARTUP that may have been loaded earlier during the startup process. But it&#039;s simpler to describe this way and has an excellent chance of working perfectly, so give it a go and see if it works for you.</description>
		<content:encoded><![CDATA[<p>If you have an acaddoc.lsp file in your search path, and that file contains an S::STARTUP function, add the line (setvar &#8220;HIDEXREFSCALES&#8221; 0) to that function. If you don&#8217;t, create one that looks like this:<br />
<code><br />
(defun S::STARTUP ()<br />
  (setvar "HIDEXREFSCALES" 0)<br />
)<br />
</code><br />
Note that this sort of unconditional definition of S::STARTUP is not ideal best practice. In theory it can overwrite in memory any existing S::STARTUP that may have been loaded earlier during the startup process. But it&#8217;s simpler to describe this way and has an excellent chance of working perfectly, so give it a go and see if it works for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Benson</title>
		<link>http://www.blog.cadnauseam.com/2008/02/24/autocad-2009-the-prequel-part-3-status-bar-right/#comment-2311</link>
		<dc:creator>Chris Benson</dc:creator>
		<pubDate>Sun, 26 Oct 2008 12:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.cadnauseam.com/2008/02/24/autocad-2009-the-prequel-part-3-status-bar-right/#comment-2311</guid>
		<description>The hidexrefscales is automatically reset to 1 every time I re-start CAD 2009. I understand this is because it is not a registry command.
Contrary to your view, I prefer to have this command set to 0, especially as I&#039;m trying to instill discipline into co-workers whereby they don&#039;t &#039;infect&#039; their drawings with rogue annoscales from outside or pre-2008 dwg sources. To achieve this, they need to know (at the click of button) if rogue scales have crept in to their drawings.
So question: how to set hidexrefscales so that it remains on 0 or 1 each time I re-start CAD2009?</description>
		<content:encoded><![CDATA[<p>The hidexrefscales is automatically reset to 1 every time I re-start CAD 2009. I understand this is because it is not a registry command.<br />
Contrary to your view, I prefer to have this command set to 0, especially as I&#8217;m trying to instill discipline into co-workers whereby they don&#8217;t &#8216;infect&#8217; their drawings with rogue annoscales from outside or pre-2008 dwg sources. To achieve this, they need to know (at the click of button) if rogue scales have crept in to their drawings.<br />
So question: how to set hidexrefscales so that it remains on 0 or 1 each time I re-start CAD2009?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Johnson</title>
		<link>http://www.blog.cadnauseam.com/2008/02/24/autocad-2009-the-prequel-part-3-status-bar-right/#comment-1338</link>
		<dc:creator>Steve Johnson</dc:creator>
		<pubDate>Wed, 03 Sep 2008 03:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.cadnauseam.com/2008/02/24/autocad-2009-the-prequel-part-3-status-bar-right/#comment-1338</guid>
		<description>I don&#039;t think there&#039;s any way of changing the status bar size.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think there&#8217;s any way of changing the status bar size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: craig j. lopez, aia</title>
		<link>http://www.blog.cadnauseam.com/2008/02/24/autocad-2009-the-prequel-part-3-status-bar-right/#comment-1309</link>
		<dc:creator>craig j. lopez, aia</dc:creator>
		<pubDate>Tue, 02 Sep 2008 20:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.cadnauseam.com/2008/02/24/autocad-2009-the-prequel-part-3-status-bar-right/#comment-1309</guid>
		<description>how can the application status bar be enlarged to at least match the size of large icon toolbars.


cjlaia</description>
		<content:encoded><![CDATA[<p>how can the application status bar be enlarged to at least match the size of large icon toolbars.</p>
<p>cjlaia</p>
]]></content:encoded>
	</item>
</channel>
</rss>

