<?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: Title Block #3: Smart Tabs, Smart Text</title>
	<atom:link href="http://www.visguy.com/2009/01/23/title-block-3-smart-tabs-smart-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.visguy.com/2009/01/23/title-block-3-smart-tabs-smart-text/</link>
	<description>Shapes, Stencils, Drawings Templates, Tutorials, Tips &#38; Developer Info for Microsoft Visio</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:20:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2009/01/23/title-block-3-smart-tabs-smart-text/comment-page-1/#comment-23021</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Mon, 10 Aug 2009 08:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1611#comment-23021</guid>
		<description>Hi Dominic,

This is a good question, and the answer isn&#039;t super-simple, but perhaps I&#039;ll give you a few clues and hopefully not sound too obscure.

The idea with title blocks and borders is that they are not part of the scaled world. I usually put them on a background page that is not scaled, for simplicity.

If you have a title block on a scaled page, though, then the concept is that the title block should be, say 3in x 5in in PRINTED size, no matter the scale of the drawing. You are seeing this happen with the border you are using.

So let&#039;s say we want our title block to print out at 3 x 5, regardless of scale. We can make this happen by using the ShapeSheet and entering the formulas for Width and Height as so:

 Width = GUARD( ThePage!DrawingScale/ThePage!PageScale * 5in )
 Height = GUARD( ThePage!DrawingScale/ThePage!PageScale * 3in )

This causes your title block to get bigger or shrink in response to scale changes (ie: it needs to be 50 ft long to print at 5in in a 1:10 scale, etc.)

The GUARD will prevent you from manually resizing the shape, so the &quot;3 x 5&quot; should be changed to match the real size of your title block.

To control location, you can use this anti-scaling formula for PinX and PinY as well.

I usually create a user-defined cell to hold this expression so that I can re-use it:

  User.AntiScale = ThePage!DrawingScale/ThePage!PageScale

and then we simplify our other expressions to:

 Width = GUARD( User.AntiScale * 5in )
 Height = GUARD( User.AntiScale * 3in )

Hope this sheds a bit of light on the mystery!</description>
		<content:encoded><![CDATA[<p>Hi Dominic,</p>
<p>This is a good question, and the answer isn&#8217;t super-simple, but perhaps I&#8217;ll give you a few clues and hopefully not sound too obscure.</p>
<p>The idea with title blocks and borders is that they are not part of the scaled world. I usually put them on a background page that is not scaled, for simplicity.</p>
<p>If you have a title block on a scaled page, though, then the concept is that the title block should be, say 3in x 5in in PRINTED size, no matter the scale of the drawing. You are seeing this happen with the border you are using.</p>
<p>So let&#8217;s say we want our title block to print out at 3 x 5, regardless of scale. We can make this happen by using the ShapeSheet and entering the formulas for Width and Height as so:</p>
<p> Width = GUARD( ThePage!DrawingScale/ThePage!PageScale * 5in )<br />
 Height = GUARD( ThePage!DrawingScale/ThePage!PageScale * 3in )</p>
<p>This causes your title block to get bigger or shrink in response to scale changes (ie: it needs to be 50 ft long to print at 5in in a 1:10 scale, etc.)</p>
<p>The GUARD will prevent you from manually resizing the shape, so the &#8220;3 x 5&#8243; should be changed to match the real size of your title block.</p>
<p>To control location, you can use this anti-scaling formula for PinX and PinY as well.</p>
<p>I usually create a user-defined cell to hold this expression so that I can re-use it:</p>
<p>  User.AntiScale = ThePage!DrawingScale/ThePage!PageScale</p>
<p>and then we simplify our other expressions to:</p>
<p> Width = GUARD( User.AntiScale * 5in )<br />
 Height = GUARD( User.AntiScale * 3in )</p>
<p>Hope this sheds a bit of light on the mystery!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic Rager</title>
		<link>http://www.visguy.com/2009/01/23/title-block-3-smart-tabs-smart-text/comment-page-1/#comment-22986</link>
		<dc:creator>Dominic Rager</dc:creator>
		<pubDate>Fri, 07 Aug 2009 13:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1611#comment-22986</guid>
		<description>I have created a new title block stencil to use for engineering drawings for work.  It has a border that is about 3/8&quot; from each edge of the paper and a title block that shows our company name, title of drawing, date, scale etc.  I typically print my drawings on 8.5&quot;x11&quot; paper.  

Occasionally I need to change the drawing scale so that whatever I&#039;m working on fits on the paper size I am using.  When I change the drawing scale say from 3/8&quot; = 1&#039; to 1/4&quot; = 1&#039;, the title block &quot;border&quot; stays the same but the title block itself adjusts with the drawing scale.  I have to ungroup my title block stencil, manually resize the &quot;title block&quot; portion and then regroup.

How can I set the title block so that it &quot;acts&quot; the same as the border when I change the drawing scale?

Thank you,</description>
		<content:encoded><![CDATA[<p>I have created a new title block stencil to use for engineering drawings for work.  It has a border that is about 3/8&#8243; from each edge of the paper and a title block that shows our company name, title of drawing, date, scale etc.  I typically print my drawings on 8.5&#8243;x11&#8243; paper.  </p>
<p>Occasionally I need to change the drawing scale so that whatever I&#8217;m working on fits on the paper size I am using.  When I change the drawing scale say from 3/8&#8243; = 1&#8242; to 1/4&#8243; = 1&#8242;, the title block &#8220;border&#8221; stays the same but the title block itself adjusts with the drawing scale.  I have to ungroup my title block stencil, manually resize the &#8220;title block&#8221; portion and then regroup.</p>
<p>How can I set the title block so that it &#8220;acts&#8221; the same as the border when I change the drawing scale?</p>
<p>Thank you,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2009/01/23/title-block-3-smart-tabs-smart-text/comment-page-1/#comment-22807</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Wed, 15 Jul 2009 07:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1611#comment-22807</guid>
		<description>Hi Rob,

So you want to make one big title block with lots of different fields, it sounds like.

Unfortunately it isn&#039;t super-easy, but here&#039;s a rough outline of what to do:

1. Arrange a bunch of title blocks as desired
2. Group them together
3. Add Shape Data fields to the group for each title block sub-shape
4. Set these data fields to &quot;ask on drop&quot;
5. Insert text fields for each sub-shape/title-block element

When you drop or copy the grouped shape, Visio will prompt you to fill in the Shape Data fields.

Step #5 is perhaps the most complicated part, which I need to address with an article one of these days.</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>So you want to make one big title block with lots of different fields, it sounds like.</p>
<p>Unfortunately it isn&#8217;t super-easy, but here&#8217;s a rough outline of what to do:</p>
<p>1. Arrange a bunch of title blocks as desired<br />
2. Group them together<br />
3. Add Shape Data fields to the group for each title block sub-shape<br />
4. Set these data fields to &#8220;ask on drop&#8221;<br />
5. Insert text fields for each sub-shape/title-block element</p>
<p>When you drop or copy the grouped shape, Visio will prompt you to fill in the Shape Data fields.</p>
<p>Step #5 is perhaps the most complicated part, which I need to address with an article one of these days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Stone</title>
		<link>http://www.visguy.com/2009/01/23/title-block-3-smart-tabs-smart-text/comment-page-1/#comment-22801</link>
		<dc:creator>Rob Stone</dc:creator>
		<pubDate>Tue, 14 Jul 2009 22:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=1611#comment-22801</guid>
		<description>How do you join mutable of these smart blocks together and have them still ask you to fill in the information when you select it to ask for the info on insert.  So far the only way I have been able to do this is to create it in AutoCAD and import it and then have Visio convert it, and then modify the shape sheet. (Creating Title blocks)</description>
		<content:encoded><![CDATA[<p>How do you join mutable of these smart blocks together and have them still ask you to fill in the information when you select it to ask for the info on insert.  So far the only way I have been able to do this is to create it in AutoCAD and import it and then have Visio convert it, and then modify the shape sheet. (Creating Title blocks)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 7/15 queries in 0.006 seconds using disk: basic
Object Caching 377/381 objects using disk: basic
Content Delivery Network via N/A

Served from: www.visguy.com @ 2012-02-12 01:01:06 -->
