<?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: Address Book - AIR SQLite example application</title>
	<atom:link href="http://probertson.com/projects/addressbook/feed/" rel="self" type="application/rss+xml" />
	<link>http://probertson.com</link>
	<description>Thoughts on web development, user-centered design, code, etc. by Paul Robertson</description>
	<lastBuildDate>Sat, 31 Jul 2010 01:58:04 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nuwan</title>
		<link>http://probertson.com/projects/addressbook/comment-page-1/#comment-73392</link>
		<dc:creator>Nuwan</dc:creator>
		<pubDate>Tue, 16 Feb 2010 09:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/?page_id=177#comment-73392</guid>
		<description>Thanks a lot!!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caixun</title>
		<link>http://probertson.com/projects/addressbook/comment-page-1/#comment-71745</link>
		<dc:creator>caixun</dc:creator>
		<pubDate>Tue, 05 Jan 2010 06:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/?page_id=177#comment-71745</guid>
		<description>i cann&#039;t run it at local!
i create a new flex Air project,and then copy the src into project&#039;s file. cannt run it .what&#039;s going on ?</description>
		<content:encoded><![CDATA[<p>i cann&#8217;t run it at local!<br />
i create a new flex Air project,and then copy the src into project&#8217;s file. cannt run it .what&#8217;s going on ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand K</title>
		<link>http://probertson.com/projects/addressbook/comment-page-1/#comment-66687</link>
		<dc:creator>Anand K</dc:creator>
		<pubDate>Fri, 18 Sep 2009 12:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/?page_id=177#comment-66687</guid>
		<description>@robert,
First create new flex AIR project, then copy the com folder into the src folder of your project and copy the mxml file&#039;s code into your project&#039;s mxml file. Now, you will be able to run the application...
&amp; its working great.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>@robert,<br />
First create new flex AIR project, then copy the com folder into the src folder of your project and copy the mxml file&#8217;s code into your project&#8217;s mxml file. Now, you will be able to run the application&#8230;<br />
&amp; its working great.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert</title>
		<link>http://probertson.com/projects/addressbook/comment-page-1/#comment-64917</link>
		<dc:creator>robert</dc:creator>
		<pubDate>Sat, 08 Aug 2009 09:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/?page_id=177#comment-64917</guid>
		<description>I try to import your source as a flex project, but nothing will work, can you, please, tell me what is it that I&#039;m doing wrong...it isn&#039;t the first time that I import a flex project...
Thanx for your time....</description>
		<content:encoded><![CDATA[<p>I try to import your source as a flex project, but nothing will work, can you, please, tell me what is it that I&#8217;m doing wrong&#8230;it isn&#8217;t the first time that I import a flex project&#8230;<br />
Thanx for your time&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: psu</title>
		<link>http://probertson.com/projects/addressbook/comment-page-1/#comment-63028</link>
		<dc:creator>psu</dc:creator>
		<pubDate>Tue, 30 Jun 2009 16:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/?page_id=177#comment-63028</guid>
		<description>I tried running this example. But it won&#039;t start when o press run. What could be the problem?</description>
		<content:encoded><![CDATA[<p>I tried running this example. But it won&#8217;t start when o press run. What could be the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Robertson</title>
		<link>http://probertson.com/projects/addressbook/comment-page-1/#comment-53540</link>
		<dc:creator>Paul Robertson</dc:creator>
		<pubDate>Mon, 08 Dec 2008 19:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/?page_id=177#comment-53540</guid>
		<description>@naseer:

Since this project is really intended as an example application (i.e. as source code you can look at) I didn&#039;t bother providing a .air file for installing it.

If you want to test the application, you can compile it using the &lt;a href=&quot;http://opensource.adobe.com/wiki/display/flexsdk/&quot; rel=&quot;nofollow&quot;&gt;Flex SDK&lt;/a&gt; or &lt;a href=&quot;http://www.adobe.com/go/flexbuilder&quot; rel=&quot;nofollow&quot;&gt;Flex Builder&lt;/a&gt; and try it out. You can also use either one of those tools to create a .air file that you can install (assuming you have the AIR runtime installed on your machine).</description>
		<content:encoded><![CDATA[<p>@naseer:</p>
<p>Since this project is really intended as an example application (i.e. as source code you can look at) I didn&#8217;t bother providing a .air file for installing it.</p>
<p>If you want to test the application, you can compile it using the <a href="http://opensource.adobe.com/wiki/display/flexsdk/" rel="nofollow">Flex SDK</a> or <a href="http://www.adobe.com/go/flexbuilder" rel="nofollow">Flex Builder</a> and try it out. You can also use either one of those tools to create a .air file that you can install (assuming you have the AIR runtime installed on your machine).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naseer ahmad mughal</title>
		<link>http://probertson.com/projects/addressbook/comment-page-1/#comment-53529</link>
		<dc:creator>naseer ahmad mughal</dc:creator>
		<pubDate>Mon, 08 Dec 2008 10:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/?page_id=177#comment-53529</guid>
		<description>How can i install and run this application on my local system...

Plz do assist me ASAP.

regards,</description>
		<content:encoded><![CDATA[<p>How can i install and run this application on my local system&#8230;</p>
<p>Plz do assist me ASAP.</p>
<p>regards,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
