<?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: Flex Chart Component: Dashed Lines</title>
	<atom:link href="http://www.quietlyscheming.com/blog/2006/05/30/32/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quietlyscheming.com/blog/2006/05/30/32/</link>
	<description>simple plans for world domination</description>
	<lastBuildDate>Fri, 04 Dec 2009 11:48:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Devin Garner</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/30/32/comment-page-1/#comment-83700</link>
		<dc:creator>Devin Garner</dc:creator>
		<pubDate>Fri, 28 Dec 2007 20:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/30/32/#comment-83700</guid>
		<description>&lt;p&gt;I&#039;ve re-written the drawPolyLine code in GraphicsUtilities.as in order to allow dashed lines the same way as the example using a pattern array.. Everything works great - Except, the nasty bezier curves. I understand the code fine and can re-produce the same curves in my own code, but the problem is the code for the curveTo function from Graphics isn&#039;t available (playerGlobal.swc) - Making the bezier curves follow the dash pattern will require a change in the curveTo function, which I can&#039;t do if the code is missing (okay, it&#039;s possible to do without changing the curveTo code, but the math would get real ugly and I&#039;d rather not)&lt;/p&gt;

&lt;p&gt;I guess my only option is to re-write my own curveTo function, but it won&#039;t have the same effect unless I can read the code to see what it&#039;s doing.. Is there any way to get a copy of that function&#039;s code? I have a license to the charting source, but I&#039;m sure noone has access to the playerGlobal.swc code except adobe.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve re-written the drawPolyLine code in GraphicsUtilities.as in order to allow dashed lines the same way as the example using a pattern array.. Everything works great &#8211; Except, the nasty bezier curves. I understand the code fine and can re-produce the same curves in my own code, but the problem is the code for the curveTo function from Graphics isn&#8217;t available (playerGlobal.swc) &#8211; Making the bezier curves follow the dash pattern will require a change in the curveTo function, which I can&#8217;t do if the code is missing (okay, it&#8217;s possible to do without changing the curveTo code, but the math would get real ugly and I&#8217;d rather not)</p>
<p>I guess my only option is to re-write my own curveTo function, but it won&#8217;t have the same effect unless I can read the code to see what it&#8217;s doing.. Is there any way to get a copy of that function&#8217;s code? I have a license to the charting source, but I&#8217;m sure noone has access to the playerGlobal.swc code except adobe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Khoe</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/30/32/comment-page-1/#comment-47240</link>
		<dc:creator>William Khoe</dc:creator>
		<pubDate>Tue, 25 Sep 2007 02:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/30/32/#comment-47240</guid>
		<description>&lt;p&gt;There is obviously some bugs with strokes in Flex. Probably rounding or anti-aliasing issue, one pixel stroke is rendered incorrectly. pixelHinting doesn&#039;t really help. The only solution I found is to draw a 1x1 rectangle instead.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There is obviously some bugs with strokes in Flex. Probably rounding or anti-aliasing issue, one pixel stroke is rendered incorrectly. pixelHinting doesn&#8217;t really help. The only solution I found is to draw a 1&#215;1 rectangle instead.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Khoe</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/30/32/comment-page-1/#comment-47220</link>
		<dc:creator>William Khoe</dc:creator>
		<pubDate>Tue, 25 Sep 2007 01:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/30/32/#comment-47220</guid>
		<description>&lt;p&gt;I can&#039;t seem to draw a hairline 1px dotted line, I set the stroke weight properly (tried it down to 0), and the stroke still displays at least 2px high. Any idea?&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I can&#8217;t seem to draw a hairline 1px dotted line, I set the stroke weight properly (tried it down to 0), and the stroke still displays at least 2px high. Any idea?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Coulten</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/30/32/comment-page-1/#comment-16283</link>
		<dc:creator>Mike Coulten</dc:creator>
		<pubDate>Fri, 13 Apr 2007 12:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/30/32/#comment-16283</guid>
		<description>&lt;p&gt;hi, great code, in use on my real time UK gas and electricity forward price system which uses FDS and Coldfusion plus a bunch of server side calculation stuff&lt;/p&gt;

&lt;p&gt;But.... I am stuck on how to get dashed lines as the surround to an area series.  Where do I start on this?  Have you done it? (gotta ask ;-) its always the &quot;easiest&quot; solution after Google ! )&lt;/p&gt;

&lt;p&gt;Thanks anyway for an excellent site and contact me if you want a login to see my meagre efforts&lt;/p&gt;

&lt;p&gt;Mike&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi, great code, in use on my real time UK gas and electricity forward price system which uses FDS and Coldfusion plus a bunch of server side calculation stuff</p>
<p>But&#8230;. I am stuck on how to get dashed lines as the surround to an area series.  Where do I start on this?  Have you done it? (gotta ask ;-) its always the &#8220;easiest&#8221; solution after Google ! )</p>
<p>Thanks anyway for an excellent site and contact me if you want a login to see my meagre efforts</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom G.</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/30/32/comment-page-1/#comment-10881</link>
		<dc:creator>Tom G.</dc:creator>
		<pubDate>Thu, 08 Feb 2007 14:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/30/32/#comment-10881</guid>
		<description>&lt;p&gt;I might be confused but I am not seeing a class for DashedLineRenderer in the source code?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I might be confused but I am not seeing a class for DashedLineRenderer in the source code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Bullotta</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/30/32/comment-page-1/#comment-999</link>
		<dc:creator>Rick Bullotta</dc:creator>
		<pubDate>Sun, 23 Jul 2006 17:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/30/32/#comment-999</guid>
		<description>&lt;p&gt;Sounds like adding native linetype support to the Flash engine would be a reasonable request... ;-)&lt;/p&gt;

&lt;p&gt;Even just solid, dashed, dotted...&lt;/p&gt;

&lt;p&gt;Thank again for your help with tips when we were developing our custom charts.  Worked out well.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sounds like adding native linetype support to the Flash engine would be a reasonable request&#8230; ;-)</p>
<p>Even just solid, dashed, dotted&#8230;</p>
<p>Thank again for your help with tips when we were developing our custom charts.  Worked out well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Burleson</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/30/32/comment-page-1/#comment-453</link>
		<dc:creator>Thomas Burleson</dc:creator>
		<pubDate>Sat, 10 Jun 2006 13:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/30/32/#comment-453</guid>
		<description>&lt;p&gt;Sorry the html code sample was stripped in my previous comment. Here is the original code sample to which I was referring:&lt;/p&gt;

&lt;p&gt;qsc:DashedLineRenderer pattern=&quot;{outerDocument.pattern}&quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry the html code sample was stripped in my previous comment. Here is the original code sample to which I was referring:</p>
<p>qsc:DashedLineRenderer pattern=&#8221;{outerDocument.pattern}&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Burleson</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/30/32/comment-page-1/#comment-452</link>
		<dc:creator>Thomas Burleson</dc:creator>
		<pubDate>Sat, 10 Jun 2006 13:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/30/32/#comment-452</guid>
		<description>&lt;p&gt;In your source for DashedSandbox.mxml you use:&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;wow! that is nasty. :-)&lt;/p&gt;

&lt;p&gt;Any other way to reference the &quot;pattern&quot; variable without having to use &quot;outerDocument&quot;?&lt;/p&gt;

&lt;p&gt;Thanks,
ThomasB&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In your source for DashedSandbox.mxml you use:</p>
</p>
<p>wow! that is nasty. :-)</p>
<p>Any other way to reference the &#8220;pattern&#8221; variable without having to use &#8220;outerDocument&#8221;?</p>
<p>Thanks,<br />
ThomasB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jameson</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/30/32/comment-page-1/#comment-368</link>
		<dc:creator>Jameson</dc:creator>
		<pubDate>Thu, 01 Jun 2006 02:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/30/32/#comment-368</guid>
		<description>&lt;p&gt;It was great meeting you last night.  I didn&#039;t catch your email so this is my ghetto way of reaching out.  :P&lt;/p&gt;

&lt;p&gt;Jameson&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It was great meeting you last night.  I didn&#8217;t catch your email so this is my ghetto way of reaching out.  :P</p>
<p>Jameson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erki Esken</title>
		<link>http://www.quietlyscheming.com/blog/2006/05/30/32/comment-page-1/#comment-363</link>
		<dc:creator>Erki Esken</dc:creator>
		<pubDate>Wed, 31 May 2006 19:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/05/30/32/#comment-363</guid>
		<description>&lt;p&gt;Great example. But can you add a bit of comments to your code? It&#039;s a bit hard to figure out all the internal chart classes and why you override some stuff, so some well placed comments would help a lot.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great example. But can you add a bit of comments to your code? It&#8217;s a bit hard to figure out all the internal chart classes and why you override some stuff, so some well placed comments would help a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
