<?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: ChartMaker: Ext 2 UI on top of the Google Chart API</title>
	<atom:link href="http://almaer.com/blog/chartmaker-ext-2-ui-on-top-of-the-google-chart-api/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/chartmaker-ext-2-ui-on-top-of-the-google-chart-api</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: epuls</title>
		<link>http://almaer.com/blog/chartmaker-ext-2-ui-on-top-of-the-google-chart-api/comment-page-1#comment-40377</link>
		<dc:creator>epuls</dc:creator>
		<pubDate>Mon, 16 Feb 2009 01:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/chartmaker-ext-2-ui-on-top-of-the-google-chart-api#comment-40377</guid>
		<description>Is the repository in a different place?
Thanks!!!</description>
		<content:encoded><![CDATA[<p>Is the repository in a different place?<br />
Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wholesale replica handbags</title>
		<link>http://almaer.com/blog/chartmaker-ext-2-ui-on-top-of-the-google-chart-api/comment-page-1#comment-38948</link>
		<dc:creator>wholesale replica handbags</dc:creator>
		<pubDate>Sun, 29 Jun 2008 04:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/chartmaker-ext-2-ui-on-top-of-the-google-chart-api#comment-38948</guid>
		<description>very good web thank you share</description>
		<content:encoded><![CDATA[<p>very good web thank you share</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcelo Delgado</title>
		<link>http://almaer.com/blog/chartmaker-ext-2-ui-on-top-of-the-google-chart-api/comment-page-1#comment-38798</link>
		<dc:creator>Marcelo Delgado</dc:creator>
		<pubDate>Thu, 12 Jun 2008 22:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/chartmaker-ext-2-ui-on-top-of-the-google-chart-api#comment-38798</guid>
		<description>Hi Dion, I am havin a big trouble, this codo it is not working in my computer/environment 
Toolbar toolbar = new Toolbar();  
 toolbar.addFill();  
ToolbarButton toolbarButton = new ToolbarButton(&quot;Add Data&quot;, new ButtonListenerAdapter() {  

public void onClick(Button button, EventObject e) {  
   Record record = recordDef.createRecord(new Object[]{&quot;My Sport&quot;, &quot;5 30 18 25&quot;, &quot;0000ff&quot;});  
store.insert(0, record);  
grid.startEditing(0, 0);  
}  
});

The event it is not firing, do you know what I am doing wrong? it would be great if you can help me</description>
		<content:encoded><![CDATA[<p>Hi Dion, I am havin a big trouble, this codo it is not working in my computer/environment<br />
Toolbar toolbar = new Toolbar();<br />
 toolbar.addFill();<br />
ToolbarButton toolbarButton = new ToolbarButton(&#8221;Add Data&#8221;, new ButtonListenerAdapter() {  </p>
<p>public void onClick(Button button, EventObject e) {<br />
   Record record = recordDef.createRecord(new Object[]{&#8221;My Sport&#8221;, &#8220;5 30 18 25&#8243;, &#8220;0000ff&#8221;});<br />
store.insert(0, record);<br />
grid.startEditing(0, 0);<br />
}<br />
});</p>
<p>The event it is not firing, do you know what I am doing wrong? it would be great if you can help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paolo</title>
		<link>http://almaer.com/blog/chartmaker-ext-2-ui-on-top-of-the-google-chart-api/comment-page-1#comment-38774</link>
		<dc:creator>Paolo</dc:creator>
		<pubDate>Sat, 07 Jun 2008 12:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/chartmaker-ext-2-ui-on-top-of-the-google-chart-api#comment-38774</guid>
		<description>Yep, there is no code in the repository.

svn checkout http://chartmaker.googlecode.com/svn/trunk/ chartmaker-read-only  
returns nothing

Is the repository in a different place?
Thanks!!!</description>
		<content:encoded><![CDATA[<p>Yep, there is no code in the repository.</p>
<p>svn checkout <a href="http://chartmaker.googlecode.com/svn/trunk/" rel="nofollow">http://chartmaker.googlecode.com/svn/trunk/</a> chartmaker-read-only<br />
returns nothing</p>
<p>Is the repository in a different place?<br />
Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Tirsen</title>
		<link>http://almaer.com/blog/chartmaker-ext-2-ui-on-top-of-the-google-chart-api/comment-page-1#comment-37671</link>
		<dc:creator>Jon Tirsen</dc:creator>
		<pubDate>Sun, 23 Dec 2007 01:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/chartmaker-ext-2-ui-on-top-of-the-google-chart-api#comment-37671</guid>
		<description>I may be missing something but the code isn&#039;t actually there. (e.g. look at http://chartmaker.googlecode.com/svn/trunk/. Empty.)</description>
		<content:encoded><![CDATA[<p>I may be missing something but the code isn&#8217;t actually there. (e.g. look at <a href="http://chartmaker.googlecode.com/svn/trunk/" rel="nofollow">http://chartmaker.googlecode.com/svn/trunk/</a>. Empty.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
