<?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: Getting a Handle on Selecting and Subselecting Visio Shapes</title>
	<atom:link href="http://www.visguy.com/2009/10/13/getting-a-handle-on-selecting-and-subselecting-visio-shapes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.visguy.com/2009/10/13/getting-a-handle-on-selecting-and-subselecting-visio-shapes/</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/10/13/getting-a-handle-on-selecting-and-subselecting-visio-shapes/comment-page-1/#comment-24825</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Fri, 01 Oct 2010 11:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=4125#comment-24825</guid>
		<description>If you don&#039;t want the group to have text, then you can simulate the behavior in older versions of Visio, where the group couldn&#039;t take text.

In Format &gt; Behavior: Uncheck &quot;Edit text of group&quot;

Now, the top-most sub-shape in the group will take text typed by a user. This is how Visio shapes behaved in Visio 4.0 (I think) and earlier.

As Daniel alludes, any text that reflects data in the group will have to reference the group&#039;s &lt;a href=&quot;http://www.visguy.com/2009/07/15/whats-my-shapes-id/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Sheet.ID&lt;/a&gt;. So instead of inserting, say, Prop.Cost, you now have to reference Sheet.5!Prop.Cost. If you are using the insert field dialog, you&#039;ll have to use the Custom Formula option, since &quot;Shape Data&quot; will only list fields for the sub-shape, not the group.</description>
		<content:encoded><![CDATA[<p>If you don&#8217;t want the group to have text, then you can simulate the behavior in older versions of Visio, where the group couldn&#8217;t take text.</p>
<p>In Format > Behavior: Uncheck &#8220;Edit text of group&#8221;</p>
<p>Now, the top-most sub-shape in the group will take text typed by a user. This is how Visio shapes behaved in Visio 4.0 (I think) and earlier.</p>
<p>As Daniel alludes, any text that reflects data in the group will have to reference the group&#8217;s <a  href="http://www.visguy.com/2009/07/15/whats-my-shapes-id/" target="_blank" rel="nofollow">Sheet.ID</a>. So instead of inserting, say, Prop.Cost, you now have to reference Sheet.5!Prop.Cost. If you are using the insert field dialog, you&#8217;ll have to use the Custom Formula option, since &#8220;Shape Data&#8221; will only list fields for the sub-shape, not the group.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.visguy.com/2009/10/13/getting-a-handle-on-selecting-and-subselecting-visio-shapes/comment-page-1/#comment-24823</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 01 Oct 2010 02:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=4125#comment-24823</guid>
		<description>Wait up, I&#039;ve solved my problem.

1. Enable &#039;Edit text of Group&#039; in the behaviours dialogue.
2. Remove &#039;Text&#039; protection from the gorup.
3. Set the &#039;HideText&#039; cell (in the Miscellaneous group) of the Group to FALSE&#039;.
4. Edit the text of the Shape, right click and select &#039;Insert Field...&#039;.  Enter the formula (where Sheet.n is your group).
&lt;CODE&gt;
=SHAPETEXT(Sheet.n!TheText)
&lt;/CODE&gt;

5. Protect the &#039;Text&#039; of the Shape.

Dan</description>
		<content:encoded><![CDATA[<p>Wait up, I&#8217;ve solved my problem.</p>
<p>1. Enable &#8216;Edit text of Group&#8217; in the behaviours dialogue.<br />
2. Remove &#8216;Text&#8217; protection from the gorup.<br />
3. Set the &#8216;HideText&#8217; cell (in the Miscellaneous group) of the Group to FALSE&#8217;.<br />
4. Edit the text of the Shape, right click and select &#8216;Insert Field&#8230;&#8217;.  Enter the formula (where Sheet.n is your group).<br />
<code><br />
=SHAPETEXT(Sheet.n!TheText)<br />
</code></p>
<p>5. Protect the &#8216;Text&#8217; of the Shape.</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.visguy.com/2009/10/13/getting-a-handle-on-selecting-and-subselecting-visio-shapes/comment-page-1/#comment-24822</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 01 Oct 2010 02:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=4125#comment-24822</guid>
		<description>While it&#039;s great to disable the ability to edit a groups text (as an overlay/underlay of the sub-shapes), is it possible to &#039;edit&#039; the groups text, but actaully change to the text on one of the sub-shapes?

For Example, click on the group, type away, and the text appears/is changed on shape 1 of the group.

Thanks</description>
		<content:encoded><![CDATA[<p>While it&#8217;s great to disable the ability to edit a groups text (as an overlay/underlay of the sub-shapes), is it possible to &#8216;edit&#8217; the groups text, but actaully change to the text on one of the sub-shapes?</p>
<p>For Example, click on the group, type away, and the text appears/is changed on shape 1 of the group.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mars</title>
		<link>http://www.visguy.com/2009/10/13/getting-a-handle-on-selecting-and-subselecting-visio-shapes/comment-page-1/#comment-23548</link>
		<dc:creator>mars</dc:creator>
		<pubDate>Tue, 27 Oct 2009 10:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=4125#comment-23548</guid>
		<description>can visio 2007 do some lot plotting like that of a mapdeed draw?
can connectors/ shapes be controlled to a point where you want it to be? visio takes so much memory and space. are there solutions to problems like these?</description>
		<content:encoded><![CDATA[<p>can visio 2007 do some lot plotting like that of a mapdeed draw?<br />
can connectors/ shapes be controlled to a point where you want it to be? visio takes so much memory and space. are there solutions to problems like these?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy &#187; Choose Colors with Shape Data Fields</title>
		<link>http://www.visguy.com/2009/10/13/getting-a-handle-on-selecting-and-subselecting-visio-shapes/comment-page-1/#comment-23514</link>
		<dc:creator>Visio Guy &#187; Choose Colors with Shape Data Fields</dc:creator>
		<pubDate>Wed, 21 Oct 2009 05:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=4125#comment-23514</guid>
		<description>[...] times, you have to expect user to sub-select sub-shapes, then format them individually. This can be annoying, because they might not know how to [...]</description>
		<content:encoded><![CDATA[<p>[...] times, you have to expect user to sub-select sub-shapes, then format them individually. This can be annoying, because they might not know how to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visio Guy</title>
		<link>http://www.visguy.com/2009/10/13/getting-a-handle-on-selecting-and-subselecting-visio-shapes/comment-page-1/#comment-23480</link>
		<dc:creator>Visio Guy</dc:creator>
		<pubDate>Tue, 13 Oct 2009 20:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=4125#comment-23480</guid>
		<description>Hi John,

Thanks for the input. Sounds like food for about five articles, like why you should GUARD formulas on sub-shapes, and other fascinating themes.

I was trying to keep this a &quot;mostly for end-users&quot; article, but I did get carried away anyway, I suppose.</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>Thanks for the input. Sounds like food for about five articles, like why you should GUARD formulas on sub-shapes, and other fascinating themes.</p>
<p>I was trying to keep this a &#8220;mostly for end-users&#8221; article, but I did get carried away anyway, I suppose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Visio MVP</title>
		<link>http://www.visguy.com/2009/10/13/getting-a-handle-on-selecting-and-subselecting-visio-shapes/comment-page-1/#comment-23478</link>
		<dc:creator>John Visio MVP</dc:creator>
		<pubDate>Tue, 13 Oct 2009 14:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.visguy.com/?p=4125#comment-23478</guid>
		<description>You should mention that the developer of the shape may have added a formula to one of the shapes that may be destroyed if the developer did not properly protect the formula. For instnace, one of the sub shapes may have been defined as being positioned 2 inches to the left of another subshape. Moving the subshape may change the position to be a percentage of the main shape. 
Of course, this can be a topic for another one of your blogs. ;-)</description>
		<content:encoded><![CDATA[<p>You should mention that the developer of the shape may have added a formula to one of the shapes that may be destroyed if the developer did not properly protect the formula. For instnace, one of the sub shapes may have been defined as being positioned 2 inches to the left of another subshape. Moving the subshape may change the position to be a percentage of the main shape.<br />
Of course, this can be a topic for another one of your blogs. <img src='http://www.visguy.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </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 8/19 queries in 0.007 seconds using disk: basic
Object Caching 437/441 objects using disk: basic
Content Delivery Network via N/A

Served from: www.visguy.com @ 2012-02-12 10:53:12 -->
