<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.9.2 (http://www.squarespace.com/) on Wed, 10 Mar 2010 11:43:19 GMT--><?xml-stylesheet type="text/css" href="/universal/styles/feed.css"?><rss version="2.0"><channel><title>David Brown - Comments</title><link>http://implicitoperator.com/blog/</link><description></description><copyright>Copyright 2010 David Brown</copyright><language>en-US</language><generator>Squarespace Site Server v5.9.2 (http://www.squarespace.com/)</generator><item><title>David Brown comments on Rendering an in-memory Graphviz image with C#</title><author>David Brown</author><pubDate>Thu, 04 Mar 2010 16:53:06 +0000</pubDate><link>http://implicitoperator.com/blog/2009/12/24/rendering-an-in-memory-graphviz-image-with-c.html#comments</link><guid isPermaLink="false">429391:4752216:comment/7647416</guid><description><![CDATA[<p>Your DOT string works fine for me. I'm not entirely sure how fontconfig works or how Graphviz is loading the configuration file, though. Looking at the source code, I think it's being left up to whichever rendering plugin you're using. I had to change the comma after the default attribute list to a semicolon to get Graphviz to output an image, by the way.</p>]]></description></item><item><title>Terry Wong comments on Rendering an in-memory Graphviz image with C#</title><author>Terry Wong</author><pubDate>Thu, 04 Mar 2010 15:49:49 +0000</pubDate><link>http://implicitoperator.com/blog/2009/12/24/rendering-an-in-memory-graphviz-image-with-c.html#comments</link><guid isPermaLink="false">429391:4752216:comment/7646529</guid><description><![CDATA[<p>Thanks for your answer David. I am now trying to figure out how to apply different fonts into the graph, so i tried to build a string as follow:</p><p>string g = &quot;digraph Graphviz { charset=\&quot;utf-8\&quot;, node[shape=ellipse, fontname=\&quot;Courier\&quot;, fontsize=8], test1-&gt;test2}&quot;</p><p>The rendering result in empty nodes, probably due to some font mapping problem. I noticed that there is a fonts.conf file in the msi install directory \etc\fonts , however the configuration only applies on the windows executable. Wonder if you got any idea to apply the config onto the web app package? </p><p>Cheers!</p>]]></description></item><item><title>David Brown comments on Rendering an in-memory Graphviz image with C#</title><author>David Brown</author><pubDate>Thu, 04 Mar 2010 01:46:35 +0000</pubDate><link>http://implicitoperator.com/blog/2009/12/24/rendering-an-in-memory-graphviz-image-with-c.html#comments</link><guid isPermaLink="false">429391:4752216:comment/7641955</guid><description><![CDATA[<p>@Terry: You can make an overload for <code>agmemread</code> that accepts a byte array. It worked fine when I tried it on my end. :)</p>]]></description></item><item><title>Terry Wong comments on Rendering an in-memory Graphviz image with C#</title><author>Terry Wong</author><pubDate>Tue, 02 Mar 2010 06:51:36 +0000</pubDate><link>http://implicitoperator.com/blog/2009/12/24/rendering-an-in-memory-graphviz-image-with-c.html#comments</link><guid isPermaLink="false">429391:4752216:comment/7626159</guid><description><![CDATA[<p>A side question: wonder if you have any ideas if UTF8 encoded strings are supported? what i mean is passing a byte[] parameter instead of a normal C# string into the function</p>]]></description></item><item><title>Ben Druitt comments on Rendering an in-memory Graphviz image with C#</title><author>Ben Druitt</author><pubDate>Tue, 09 Feb 2010 08:52:06 +0000</pubDate><link>http://implicitoperator.com/blog/2009/12/24/rendering-an-in-memory-graphviz-image-with-c.html#comments</link><guid isPermaLink="false">429391:4752216:comment/7381775</guid><description><![CDATA[<p>Good, exactly what was required! Just make sure you have Graphviz 'bin' folder in your PATH variable on your IIS server if that's what your using this code for. You may have to restart the IIS server.</p>]]></description></item><item><title>David Brown comments on Rendering an in-memory Graphviz image with C#</title><author>David Brown</author><pubDate>Fri, 29 Jan 2010 18:59:36 +0000</pubDate><link>http://implicitoperator.com/blog/2009/12/24/rendering-an-in-memory-graphviz-image-with-c.html#comments</link><guid isPermaLink="false">429391:4752216:comment/7096446</guid><description><![CDATA[<p>Michael,</p><p>Thanks for pointing out the errors. I've fixed the const typo and will re-upload a new image showing the missing graph node soon.</p><p>As for your font problem, have you tried specifying a default font attribute for your graph? It could be that Graphviz is trying to render with a font that doesn't exist on your installation (I'm just throwing ideas out there, as I'm not a Graphviz expert by any means). Other than that, I don't know what the problem could be. If I get a chance, I'll spin up an XP VM and try it out.</p><p>Do you get the same results using the dot program that comes with Graphviz?</p>]]></description></item><item><title>Michael Hickey comments on Rendering an in-memory Graphviz image with C#</title><author>Michael Hickey</author><pubDate>Fri, 29 Jan 2010 16:18:18 +0000</pubDate><link>http://implicitoperator.com/blog/2009/12/24/rendering-an-in-memory-graphviz-image-with-c.html#comments</link><guid isPermaLink="false">429391:4752216:comment/7095562</guid><description><![CDATA[<p>David, <br/>Thanks for this page. It was very helpful. <br/>A couple of minor typo's in the page I think:<br/>&lt;    public const string LIB_GVA = &quot;gva.dll&quot;; &gt; should be &lt;    public const string LIB_GVC = &quot;gvc.dll&quot;; &gt;<br/>The string dot contains a node &quot;graph&quot; which is not rendered, I guess because it is a reserved word. If you allchange it to &quot;zgraph&quot; it is rendered.<br/>When I display this in a C# winform on XP, the graph is rendered but all the characters in the node labels come out as blocks. Any ideas? I wonder if this is to do with unicode?</p>]]></description></item><item><title>Stefan comments on Enable Visual Studio Intellisense for DocBook</title><author>Stefan</author><pubDate>Wed, 27 Jan 2010 11:49:18 +0000</pubDate><link>http://implicitoperator.com/blog/2010/1/24/enable-visual-studio-intellisense-for-docbook.html#comments</link><guid isPermaLink="false">429391:4752216:comment/7078961</guid><description><![CDATA[<p>Well, in fact I have to apologise; after having a closer look at it, it became pretty clear that I could have done it easily by myself. Sorry I let others do the dirty work.</p><p>And therefore thanks again!</p>]]></description></item><item><title>David Brown comments on Enable Visual Studio Intellisense for DocBook</title><author>David Brown</author><pubDate>Wed, 27 Jan 2010 01:27:24 +0000</pubDate><link>http://implicitoperator.com/blog/2010/1/24/enable-visual-studio-intellisense-for-docbook.html#comments</link><guid isPermaLink="false">429391:4752216:comment/7076733</guid><description><![CDATA[<p>You're welcome! Apologies for not updating it for 5.0 sooner. I haven't used DocBook in a while, so I wasn't aware that I new version had been released.</p>]]></description></item><item><title>Stefan comments on Enable Visual Studio Intellisense for DocBook</title><author>Stefan</author><pubDate>Tue, 26 Jan 2010 11:46:23 +0000</pubDate><link>http://implicitoperator.com/blog/2010/1/24/enable-visual-studio-intellisense-for-docbook.html#comments</link><guid isPermaLink="false">429391:4752216:comment/7069499</guid><description><![CDATA[<p>Uuh...<br/>That's... fast!</p><p>Thanks a lot!</p>]]></description></item></channel></rss>