<?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: Samples Blast: part 1, Chart Sampler</title>
	<atom:link href="http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/</link>
	<description>simple plans for world domination</description>
	<lastBuildDate>Fri, 04 Dec 2009 11:48:43 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mush15</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/comment-page-1/#comment-62160</link>
		<dc:creator>Mush15</dc:creator>
		<pubDate>Tue, 30 Oct 2007 19:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/#comment-62160</guid>
		<description>&lt;p&gt;First thank you for providing so much illumination to what has been a very dark journey.&lt;/p&gt;

&lt;p&gt;I hate to add to the requests but I was wondering if it is possible to show datatips in a chart in response to an action in a component other than the chart.&lt;/p&gt;

&lt;p&gt;Any help is greatly appreciatted&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>First thank you for providing so much illumination to what has been a very dark journey.</p>
<p>I hate to add to the requests but I was wondering if it is possible to show datatips in a chart in response to an action in a component other than the chart.</p>
<p>Any help is greatly appreciatted</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/comment-page-1/#comment-32554</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 21 Jul 2007 16:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/#comment-32554</guid>
		<description>&lt;p&gt;I&#039;m getting the same error as &#039;hopeful&#039; above, no &#039;Selector&#039;.&lt;/p&gt;

&lt;p&gt;Plus, firefox 2.0.0.5 doesn&#039;t seem to like this page anymore (ie will launch)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same error as &#8216;hopeful&#8217; above, no &#8216;Selector&#8217;.</p>
<p>Plus, firefox 2.0.0.5 doesn&#8217;t seem to like this page anymore (ie will launch)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dana</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/comment-page-1/#comment-32408</link>
		<dc:creator>Dana</dc:creator>
		<pubDate>Fri, 20 Jul 2007 20:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/#comment-32408</guid>
		<description>&lt;p&gt;I&#039;m with April.  Any possibility of seeing some kind of Gantt chart implementation using dates on the X axis and projects on the Y axis?&lt;/p&gt;

&lt;p&gt;By the way, you are one sick dude!  Thanks so much for sharing your code and what you have learned.  This stuff is incredible.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m with April.  Any possibility of seeing some kind of Gantt chart implementation using dates on the X axis and projects on the Y axis?</p>
<p>By the way, you are one sick dude!  Thanks so much for sharing your code and what you have learned.  This stuff is incredible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozan Ersoy</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/comment-page-1/#comment-32116</link>
		<dc:creator>Ozan Ersoy</dc:creator>
		<pubDate>Thu, 19 Jul 2007 08:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/#comment-32116</guid>
		<description>&lt;p&gt;First of all, mine problem was same as Hopeful&#039;s problem, not Rob&#039;s, sorry for inconvenience.&lt;/p&gt;

&lt;p&gt;Second, as Hopeful states probably a file is missing including one or more classes.&lt;/p&gt;

&lt;p&gt;To overcome the problem I used a harsh method: commented the part of code causing the problem, that is:&lt;/p&gt;

&lt;!--    --&gt;
    
    
    
    
 --&gt;

&lt;p&gt;in MXMLStyles.mxml.&lt;/p&gt;

&lt;p&gt;A second problem was about fonts, arial.ttf was missing. I copied it from Windows/fonts directory to project folder.&lt;/p&gt;

&lt;p&gt;After those, somehow it worked. I dont know what is missing in the application now as a result of the commented code though.&lt;/p&gt;

&lt;p&gt;If what you seek is a working charting example as I do, these might help.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>First of all, mine problem was same as Hopeful&#8217;s problem, not Rob&#8217;s, sorry for inconvenience.</p>
<p>Second, as Hopeful states probably a file is missing including one or more classes.</p>
<p>To overcome the problem I used a harsh method: commented the part of code causing the problem, that is:</p>
<p><!--    --></p>
<p> &#8211;&gt;</p>
<p>in MXMLStyles.mxml.</p>
<p>A second problem was about fonts, arial.ttf was missing. I copied it from Windows/fonts directory to project folder.</p>
<p>After those, somehow it worked. I dont know what is missing in the application now as a result of the commented code though.</p>
<p>If what you seek is a working charting example as I do, these might help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozan Ersoy</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/comment-page-1/#comment-31983</link>
		<dc:creator>Ozan Ersoy</dc:creator>
		<pubDate>Wed, 18 Jul 2007 15:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/#comment-31983</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I get the same error as Rob,&lt;/p&gt;

&lt;p&gt;Description: Could not resolve  to a component implementation. 
On Resource: MXMLStyles.mxml 
In folder: app/examples/styling 
Location: line 14&lt;/p&gt;

&lt;p&gt;I&#039;ve just started learning Adobe Flex 2.0 and couldnot overcome this problem. Might you help with it please?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I get the same error as Rob,</p>
<p>Description: Could not resolve  to a component implementation.<br />
On Resource: MXMLStyles.mxml<br />
In folder: app/examples/styling<br />
Location: line 14</p>
<p>I&#8217;ve just started learning Adobe Flex 2.0 and couldnot overcome this problem. Might you help with it please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan G. Switzer, II</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/comment-page-1/#comment-29160</link>
		<dc:creator>Dan G. Switzer, II</dc:creator>
		<pubDate>Fri, 29 Jun 2007 15:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/#comment-29160</guid>
		<description>&lt;p&gt;I&#039;m having the same issue as hopeful. I&#039;m getting the error&lt;/p&gt;

&lt;p&gt;&quot;Could not resolve s:Selector to a component implementation.    MXMLStyles.mxml ChartingSamples/examples/styling&quot;&lt;/p&gt;

&lt;p&gt;How can this issue be resolved?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same issue as hopeful. I&#8217;m getting the error</p>
<p>&#8220;Could not resolve s:Selector to a component implementation.    MXMLStyles.mxml ChartingSamples/examples/styling&#8221;</p>
<p>How can this issue be resolved?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anupama</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/comment-page-1/#comment-22049</link>
		<dc:creator>Anupama</dc:creator>
		<pubDate>Wed, 30 May 2007 10:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/#comment-22049</guid>
		<description>&lt;p&gt;Hi Ely,&lt;/p&gt;

&lt;p&gt;Thanks for the great samples. But I noticed one thing in the samples as well as my own app that I am developing. When you have a custom ChartItem with custom properies (say your labled bar chart), SeriesInterpolate will not work. The chartItem that is set as &quot;data&quot; in the item renderer refers to the base class, instead of the derived class. Wondering if this is a bug or am I missing something ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Ely,</p>
<p>Thanks for the great samples. But I noticed one thing in the samples as well as my own app that I am developing. When you have a custom ChartItem with custom properies (say your labled bar chart), SeriesInterpolate will not work. The chartItem that is set as &#8220;data&#8221; in the item renderer refers to the base class, instead of the derived class. Wondering if this is a bug or am I missing something ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Grzywinski</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/comment-page-1/#comment-21035</link>
		<dc:creator>Rob Grzywinski</dc:creator>
		<pubDate>Mon, 21 May 2007 12:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/#comment-21035</guid>
		<description>&lt;p&gt;D&#039;oh!  My text got chewed:&lt;/p&gt;

&lt;p&gt;... corresponding &quot;.[styleName] { ... }&quot; style entry ...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>D&#8217;oh!  My text got chewed:</p>
<p>&#8230; corresponding &#8220;.[styleName] { &#8230; }&#8221; style entry &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Grzywinski</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/comment-page-1/#comment-21034</link>
		<dc:creator>Rob Grzywinski</dc:creator>
		<pubDate>Mon, 21 May 2007 12:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/#comment-21034</guid>
		<description>&lt;p&gt;In response to my own question about anti-aliasing I have found that the property that makes or breaks anti-aliasing is the &quot;styleName&quot;.  If you have a &quot;styleName&quot; set on your component (or children of some component or IDataRenderer or whatever) and you have a corresponding &quot;. { ... }&quot; style entry (typically with an embeded font) then you can get anti-aliased fonts.&lt;/p&gt;

&lt;p&gt;I hope this helps.  And if not feel free to contact me.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In response to my own question about anti-aliasing I have found that the property that makes or breaks anti-aliasing is the &#8220;styleName&#8221;.  If you have a &#8220;styleName&#8221; set on your component (or children of some component or IDataRenderer or whatever) and you have a corresponding &#8220;. { &#8230; }&#8221; style entry (typically with an embeded font) then you can get anti-aliased fonts.</p>
<p>I hope this helps.  And if not feel free to contact me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hopeful</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/comment-page-1/#comment-19738</link>
		<dc:creator>hopeful</dc:creator>
		<pubDate>Thu, 10 May 2007 11:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/29/samples-blast-part-1-chart-sampler/#comment-19738</guid>
		<description>&lt;p&gt;I&#039;m having difficulty getting the chart sampler going from the
downloaded source&lt;/p&gt;

&lt;p&gt;&quot;Could not resolve  to a component implementation.
ChartSampler/examples/styling MXMLStyles.mxml line 14&quot;&lt;/p&gt;

&lt;p&gt;what it seems to be complaining about is that a missing component
called &quot;Selector&quot; is missing in the name space
xmlns:s=&quot;examples.styling.*&quot;&lt;/p&gt;

&lt;p&gt;



&lt;/p&gt;

&lt;p&gt;and sure enough there doesn&#039;t seem to be a component definition called
&quot;Selector&quot; within examples.styling.&lt;/p&gt;

&lt;p&gt;(s:StyleValue seems to be missing too so I suspect a bunch of class
files are missing, although how the live sample is working has got me
spooked)&lt;/p&gt;

&lt;p&gt;or am I doing something wrong?&lt;/p&gt;

&lt;p&gt;thanx 
b&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m having difficulty getting the chart sampler going from the<br />
downloaded source</p>
<p>&#8220;Could not resolve  to a component implementation.<br />
ChartSampler/examples/styling MXMLStyles.mxml line 14&#8243;</p>
<p>what it seems to be complaining about is that a missing component<br />
called &#8220;Selector&#8221; is missing in the name space<br />
xmlns:s=&#8221;examples.styling.*&#8221;</p>
</p>
<p>and sure enough there doesn&#8217;t seem to be a component definition called<br />
&#8220;Selector&#8221; within examples.styling.</p>
<p>(s:StyleValue seems to be missing too so I suspect a bunch of class<br />
files are missing, although how the live sample is working has got me<br />
spooked)</p>
<p>or am I doing something wrong?</p>
<p>thanx<br />
b</p>
]]></content:encoded>
	</item>
</channel>
</rss>
