<?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: GraphVizio &#8211; A Graphviz addin for Visio</title>
	<atom:link href="http://www.calvert.ch/maurice/2010/05/11/graphvizio-a-graphviz-addin-for-visio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.calvert.ch/maurice/2010/05/11/graphvizio-a-graphviz-addin-for-visio/</link>
	<description>On People, Life and Technology</description>
	<lastBuildDate>Mon, 06 Feb 2012 16:43:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Malcolm</title>
		<link>http://www.calvert.ch/maurice/2010/05/11/graphvizio-a-graphviz-addin-for-visio/#comment-152</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Mon, 06 Feb 2012 16:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.calvert.ch/maurice/?p=248#comment-152</guid>
		<description>We ended up buying add in express and have been able to sort our problems</description>
		<content:encoded><![CDATA[<p>We ended up buying add in express and have been able to sort our problems</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm</title>
		<link>http://www.calvert.ch/maurice/2010/05/11/graphvizio-a-graphviz-addin-for-visio/#comment-149</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Tue, 31 Jan 2012 12:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.calvert.ch/maurice/?p=248#comment-149</guid>
		<description>A coleague has pointed out that the bug I am suggesting in SizeShape makes size to fit put all text into square boxes rather than probably being the problem with the original load.</description>
		<content:encoded><![CDATA[<p>A coleague has pointed out that the bug I am suggesting in SizeShape makes size to fit put all text into square boxes rather than probably being the problem with the original load.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm</title>
		<link>http://www.calvert.ch/maurice/2010/05/11/graphvizio-a-graphviz-addin-for-visio/#comment-133</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Mon, 14 Nov 2011 10:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.calvert.ch/maurice/?p=248#comment-133</guid>
		<description>To clarify, I would expect
&lt;CODE&gt;shape.CellsU(“Height”).FormulaForceU = Convert.ToString(width, CultureInfo.InvariantCulture)&lt;/CODE&gt;
to refer to &lt;CODE&gt;height&lt;/CODE&gt; not  &lt;CODE&gt;width&lt;/CODE&gt;</description>
		<content:encoded><![CDATA[<p>To clarify, I would expect<br />
<code>shape.CellsU(“Height”).FormulaForceU = Convert.ToString(width, CultureInfo.InvariantCulture)</code><br />
to refer to <code>height</code> not  <code>width</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm</title>
		<link>http://www.calvert.ch/maurice/2010/05/11/graphvizio-a-graphviz-addin-for-visio/#comment-132</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Fri, 11 Nov 2011 17:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.calvert.ch/maurice/?p=248#comment-132</guid>
		<description>I don&#039;t know if I am doing something wrong, but all of my boxes are having their width set from the text (or maybe graphviz) but it appears their height is taken from a fixed aspect ratio, unlike the height I see in graphviz. (So long labels get tall boxes, labels with lots of short lines get boxes that are too short)
[And size to fit seems to do the same]

I think it may be a bug and because

    Private Sub SizeShape(ByVal shape As Shape, ByVal width As Double, ByVal height As Double)
        Dim oldwidth As Double = shape.CellsU(&quot;Width&quot;).ResultIU
        Dim oldheight As Double = shape.CellsU(&quot;Height&quot;).ResultIU
        Dim oldvalue As Double
        Dim cellname As String

        shape.CellsU(&quot;Width&quot;).FormulaForceU = Convert.ToString(width, CultureInfo.InvariantCulture)
        shape.CellsU(&quot;Height&quot;).FormulaForceU = Convert.ToString(width, CultureInfo.InvariantCulture)
repeats width</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if I am doing something wrong, but all of my boxes are having their width set from the text (or maybe graphviz) but it appears their height is taken from a fixed aspect ratio, unlike the height I see in graphviz. (So long labels get tall boxes, labels with lots of short lines get boxes that are too short)<br />
[And size to fit seems to do the same]</p>
<p>I think it may be a bug and because</p>
<p>    Private Sub SizeShape(ByVal shape As Shape, ByVal width As Double, ByVal height As Double)<br />
        Dim oldwidth As Double = shape.CellsU(&#8220;Width&#8221;).ResultIU<br />
        Dim oldheight As Double = shape.CellsU(&#8220;Height&#8221;).ResultIU<br />
        Dim oldvalue As Double<br />
        Dim cellname As String</p>
<p>        shape.CellsU(&#8220;Width&#8221;).FormulaForceU = Convert.ToString(width, CultureInfo.InvariantCulture)<br />
        shape.CellsU(&#8220;Height&#8221;).FormulaForceU = Convert.ToString(width, CultureInfo.InvariantCulture)<br />
repeats width</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msx</title>
		<link>http://www.calvert.ch/maurice/2010/05/11/graphvizio-a-graphviz-addin-for-visio/#comment-131</link>
		<dc:creator>msx</dc:creator>
		<pubDate>Tue, 08 Nov 2011 13:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.calvert.ch/maurice/?p=248#comment-131</guid>
		<description>Thanks a lot for that impressing Visio Add-In! Just starting to get into GraphViz.
I&#039;ve noticed two things: If I had not installed GraphViz the GraphVizio introduction is messy (of course). Some of the help-samples are missing e.g. for &quot;Keep shapes togehter in groups&quot; is missing \AppData\Roaming\GraphVisio\threecountries.vsd. 

best regards</description>
		<content:encoded><![CDATA[<p>Thanks a lot for that impressing Visio Add-In! Just starting to get into GraphViz.<br />
I&#8217;ve noticed two things: If I had not installed GraphViz the GraphVizio introduction is messy (of course). Some of the help-samples are missing e.g. for &#8220;Keep shapes togehter in groups&#8221; is missing \AppData\Roaming\GraphVisio\threecountries.vsd. </p>
<p>best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maurice</title>
		<link>http://www.calvert.ch/maurice/2010/05/11/graphvizio-a-graphviz-addin-for-visio/#comment-127</link>
		<dc:creator>maurice</dc:creator>
		<pubDate>Wed, 05 Oct 2011 13:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.calvert.ch/maurice/?p=248#comment-127</guid>
		<description>I&#039;m afraid not, sorry, it would require quite a lot of work to provide this kind of automation.</description>
		<content:encoded><![CDATA[<p>I&#8217;m afraid not, sorry, it would require quite a lot of work to provide this kind of automation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm</title>
		<link>http://www.calvert.ch/maurice/2010/05/11/graphvizio-a-graphviz-addin-for-visio/#comment-126</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Wed, 05 Oct 2011 12:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.calvert.ch/maurice/?p=248#comment-126</guid>
		<description>Is it possible to automatically open a .gv file (I would like to display a dot file in visio using something like double click or COM automation)

(I like graphvizio but am wondering if I can save the user a manual step)</description>
		<content:encoded><![CDATA[<p>Is it possible to automatically open a .gv file (I would like to display a dot file in visio using something like double click or COM automation)</p>
<p>(I like graphvizio but am wondering if I can save the user a manual step)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maurice</title>
		<link>http://www.calvert.ch/maurice/2010/05/11/graphvizio-a-graphviz-addin-for-visio/#comment-103</link>
		<dc:creator>maurice</dc:creator>
		<pubDate>Wed, 06 Jul 2011 08:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.calvert.ch/maurice/?p=248#comment-103</guid>
		<description>I&#039;m afraid Graphvizio can&#039;t handle HTML labels or Graphviz records, neither have an easy correspondence in Visio.

Sorry about that.</description>
		<content:encoded><![CDATA[<p>I&#8217;m afraid Graphvizio can&#8217;t handle HTML labels or Graphviz records, neither have an easy correspondence in Visio.</p>
<p>Sorry about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maurice</title>
		<link>http://www.calvert.ch/maurice/2010/05/11/graphvizio-a-graphviz-addin-for-visio/#comment-102</link>
		<dc:creator>maurice</dc:creator>
		<pubDate>Thu, 30 Jun 2011 07:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.calvert.ch/maurice/?p=248#comment-102</guid>
		<description>At the end of the install, Visio starts and a live WYSIWYG tutorial shows you how the program works. A series of tutorials covering the major features is available under Graph -&gt; Help -&gt; How Do I?

The complete source code is available &lt;a href=&quot;http://sourceforge.net/projects/graphvizio/&quot; rel=&quot;nofollow&quot;&gt;on SourceForge&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>At the end of the install, Visio starts and a live WYSIWYG tutorial shows you how the program works. A series of tutorials covering the major features is available under Graph -&gt; Help -&gt; How Do I?</p>
<p>The complete source code is available <a href="http://sourceforge.net/projects/graphvizio/" rel="nofollow">on SourceForge</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.calvert.ch/maurice/2010/05/11/graphvizio-a-graphviz-addin-for-visio/#comment-101</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 29 Jun 2011 19:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.calvert.ch/maurice/?p=248#comment-101</guid>
		<description>Maurice,

Hello and thanks for createing Graphvizio.   I hope to give it a test drive some time.   Where is the best place to find documentation?   Also, has the project moved to sourceforge?

Thanks,
Dan</description>
		<content:encoded><![CDATA[<p>Maurice,</p>
<p>Hello and thanks for createing Graphvizio.   I hope to give it a test drive some time.   Where is the best place to find documentation?   Also, has the project moved to sourceforge?</p>
<p>Thanks,<br />
Dan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

