<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Comments on Toggling Shapes in Visio: Special Deliverable #12</title>
    <link>http://www.boxesandarrows.com/view/toggling_shapes_in_visio_special_deliverable_12</link>
    <pubDate>Fri, 26 Jan 2007 14:52:37 GMT</pubDate>
    <description>This article will expand upon the Visio techniques presented in the last Special Deliverable and will build on them, showing how to create a widget that can be toggled between two states.</description>
    <item>
      <description>&lt;p&gt;Oh, if someone can point me i the right direction, I can be reached at &lt;a href="mailto:paddock@gmail.com" rel="nofollow"&gt;paddock@gmail.com&lt;/a&gt;.&lt;/p&gt;</description>
      <link>http://www.boxesandarrows.com/view/toggling_shapes_in_visio_special_deliverable_12#content_2713</link>
      <guid>http://www.boxesandarrows.com/view/toggling_shapes_in_visio_special_deliverable_12#content_2713</guid>
      <pubDate>Fri, 26 Jan 2007 14:52:37 GMT</pubDate>
      <author>Chris Paddock</author>
    </item>
    <item>
      <description>&lt;p&gt;I&amp;#8217;m embarassed to as this . . . how do I create brackets? I tried to using the draw tool, but that created 8 Geometries instead of 4, couldn&amp;#8217;t tell what was what.&lt;/p&gt;</description>
      <link>http://www.boxesandarrows.com/view/toggling_shapes_in_visio_special_deliverable_12#content_2709</link>
      <guid>http://www.boxesandarrows.com/view/toggling_shapes_in_visio_special_deliverable_12#content_2709</guid>
      <pubDate>Fri, 26 Jan 2007 14:52:37 GMT</pubDate>
      <author>Chris Paddock</author>
    </item>
    <item>
      <description>&lt;p&gt;This page from the Visio reference at Microsoft.com is quite useful for understanding shape references:&lt;/p&gt;

	&lt;p&gt;&lt;a href="http://tinyurl.com/3qcyb" rel="nofollow"&gt;http://tinyurl.com/3qcyb&lt;/a&gt;&lt;/p&gt;</description>
      <link>http://www.boxesandarrows.com/view/toggling_shapes_in_visio_special_deliverable_12#content_2210</link>
      <guid>http://www.boxesandarrows.com/view/toggling_shapes_in_visio_special_deliverable_12#content_2210</guid>
      <pubDate>Fri, 26 Jan 2007 14:52:12 GMT</pubDate>
      <author>brownorama</author>
    </item>
    <item>
      <description>&lt;p&gt;This series is proving most useful Dan, thank you. I took this idea a small step further in order to use the User-defined Cell value to set various properties with an IF statement.&lt;/p&gt;

	&lt;p&gt;For example:&lt;br /&gt;This statement will toggle  the fill from solid to transparent&lt;br /&gt;FillPattern  &amp;#8211;  IF(User.IsSolid,1,0)&lt;/p&gt;

	&lt;p&gt;and this one will toggle the line colour from blue to grey&lt;br /&gt;LineColor  &amp;#8211;  IF(User.IsSolid,&lt;a cronym title="187,189,203" rel="nofollow"&gt;RGB&lt;/acronym&gt;,&lt;a cronym title="0,22,74" rel="nofollow"&gt;RGB&lt;/acronym&gt;)&lt;/p&gt;

	&lt;p&gt;This works perfectly for the properties of a combined shape but the limitation I quickly bumped into is that I can&amp;#8217;t use the same User-defined Cell value across shapes in a group. I presume that there is a syntax that will allow this but I have been unable to figure it out. Any thoughts?&lt;/p&gt;</description>
      <link>http://www.boxesandarrows.com/view/toggling_shapes_in_visio_special_deliverable_12#content_2209</link>
      <guid>http://www.boxesandarrows.com/view/toggling_shapes_in_visio_special_deliverable_12#content_2209</guid>
      <pubDate>Fri, 26 Jan 2007 14:52:12 GMT</pubDate>
      <author>Steven LeMay</author>
    </item>
    <item>
      <description>&lt;p&gt;I&amp;#8217;ve also posted a couple &amp;#8220;Stupid Visio Tricks&amp;#8221; to my blog. Check &amp;#8216;em out at:&lt;/p&gt;

	&lt;p&gt;&lt;a href="http://www.greenonions.com/index.php/index.php?cat=9" rel="nofollow"&gt;http://www.greenonions.com/index.php/index.php?cat=9&lt;/a&gt;&lt;/p&gt;</description>
      <link>http://www.boxesandarrows.com/view/toggling_shapes_in_visio_special_deliverable_12#content_2208</link>
      <guid>http://www.boxesandarrows.com/view/toggling_shapes_in_visio_special_deliverable_12#content_2208</guid>
      <pubDate>Fri, 26 Jan 2007 14:52:12 GMT</pubDate>
      <author>Dan Brown</author>
    </item>
    <item>
      <description>&lt;p&gt;Thanks for the tutorial Dan! At first I wondered while  the shape wasn&amp;#8217;t available for download, but when completing the tutorial took 5 minutes I realized why.&lt;/p&gt;

	&lt;p&gt;But the most valuable part of Visio shapes are the &amp;#8220;connection points&amp;#8221; that keep all the &amp;#8220;arrows&amp;#8221; connected to the &amp;#8220;boxes,&amp;#8221; and following the tutorial steps removes them.&lt;/p&gt;

	&lt;p&gt;Using the Visio stencil downloadable from jjg.net, I followed the tutorial but then added back in the connection points through the contextual menu &amp;#8220;Insert Section &amp;gt; Connection points&amp;#8221;.&lt;/p&gt;

	&lt;p&gt;The values that appear to work for the &amp;#8220;continuation&amp;#8221; shape are:&lt;br /&gt;&lt;span class="caps"&gt;TOP&lt;/span&gt;  Width*0.5  Height*1  0 in  -1 in&lt;br /&gt;&lt;span class="caps"&gt;BOTTOM&lt;/span&gt;  Width*0.5  Height*0  0 in  1 in&lt;br /&gt;&lt;span class="caps"&gt;LEFT&lt;/span&gt;  Width*0  Height*0.5  1 in  0 in&lt;br /&gt;&lt;span class="caps"&gt;RIGHT&lt;/span&gt;  Width*1  Height*0.5  -1 in  0 in&lt;/p&gt;

	&lt;p&gt;Great stuff Dan.&lt;/p&gt;</description>
      <link>http://www.boxesandarrows.com/view/toggling_shapes_in_visio_special_deliverable_12#content_2207</link>
      <guid>http://www.boxesandarrows.com/view/toggling_shapes_in_visio_special_deliverable_12#content_2207</guid>
      <pubDate>Fri, 26 Jan 2007 14:52:12 GMT</pubDate>
      <author>Jon Ashley</author>
    </item>
  </channel>
</rss>
