<?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: Copy and Paste Sets of Complex Objects in Adobe Air</title>
	<atom:link href="http://spreadingfunkyness.com/copy-and-paste-sets-of-complex-objects-in-adobe-air/feed/" rel="self" type="application/rss+xml" />
	<link>http://spreadingfunkyness.com/copy-and-paste-sets-of-complex-objects-in-adobe-air/</link>
	<description>RIAbilitating the Internet with web apps, ria, iphone and ipad apps.</description>
	<lastBuildDate>Mon, 09 Jan 2012 08:31:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Cesare</title>
		<link>http://spreadingfunkyness.com/copy-and-paste-sets-of-complex-objects-in-adobe-air/comment-page-1/#comment-49808</link>
		<dc:creator>Cesare</dc:creator>
		<pubDate>Tue, 07 Jun 2011 13:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=306#comment-49808</guid>
		<description>Your question is not clear. Can you elaborate a bit more?</description>
		<content:encoded><![CDATA[<p>Your question is not clear. Can you elaborate a bit more?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://spreadingfunkyness.com/copy-and-paste-sets-of-complex-objects-in-adobe-air/comment-page-1/#comment-49806</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 07 Jun 2011 13:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=306#comment-49806</guid>
		<description>Hello,

Thanks for the post! I was hoping you could still help me. I have an adobe air app with a couple text boxes that I want the users to copy and drag text into. I have read you Text tut and I can get that to work but how do I get more than 1 text box?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for the post! I was hoping you could still help me. I have an adobe air app with a couple text boxes that I want the users to copy and drag text into. I have read you Text tut and I can get that to work but how do I get more than 1 text box?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Clark</title>
		<link>http://spreadingfunkyness.com/copy-and-paste-sets-of-complex-objects-in-adobe-air/comment-page-1/#comment-23087</link>
		<dc:creator>Andrew Clark</dc:creator>
		<pubDate>Fri, 10 Dec 2010 01:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=306#comment-23087</guid>
		<description>This approach looks like it should do the trick
http://hillelcoren.com/2009/09/17/import-export-copy-paste-flex-datagrid/
but I&#039;m having trouble getting it to work and no reply from author as of yet</description>
		<content:encoded><![CDATA[<p>This approach looks like it should do the trick<br />
<a href="http://hillelcoren.com/2009/09/17/import-export-copy-paste-flex-datagrid/" rel="nofollow">http://hillelcoren.com/2009/09/17/import-export-copy-paste-flex-datagrid/</a><br />
but I&#8217;m having trouble getting it to work and no reply from author as of yet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesare</title>
		<link>http://spreadingfunkyness.com/copy-and-paste-sets-of-complex-objects-in-adobe-air/comment-page-1/#comment-22869</link>
		<dc:creator>Cesare</dc:creator>
		<pubDate>Tue, 07 Dec 2010 08:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=306#comment-22869</guid>
		<description>In this case during copy I think you have to serialize data into some textual form (xml, csv).</description>
		<content:encoded><![CDATA[<p>In this case during copy I think you have to serialize data into some textual form (xml, csv).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Clark</title>
		<link>http://spreadingfunkyness.com/copy-and-paste-sets-of-complex-objects-in-adobe-air/comment-page-1/#comment-22803</link>
		<dc:creator>Andrew Clark</dc:creator>
		<pubDate>Mon, 06 Dec 2010 17:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=306#comment-22803</guid>
		<description>I&#039;ve played around with your suggestions but it hasnt got me any further. With these I can manage to drag an image from one air app to another but the move from Fireworks does not ork. similarly if I have a datagrid available to move a row(s) across, the data enters the air app but I get a 1009 error when tring to drop it
However, this is not what I need anyway - which is the ability to move datagrid rows or arraycollections out of air and into some file I can make available to a remote air app. I would have thought this would be a fundamental feature of AIR - if it is possible - but cannot track down a tutorial covering it
cheers</description>
		<content:encoded><![CDATA[<p>I&#8217;ve played around with your suggestions but it hasnt got me any further. With these I can manage to drag an image from one air app to another but the move from Fireworks does not ork. similarly if I have a datagrid available to move a row(s) across, the data enters the air app but I get a 1009 error when tring to drop it<br />
However, this is not what I need anyway &#8211; which is the ability to move datagrid rows or arraycollections out of air and into some file I can make available to a remote air app. I would have thought this would be a fundamental feature of AIR &#8211; if it is possible &#8211; but cannot track down a tutorial covering it<br />
cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesare</title>
		<link>http://spreadingfunkyness.com/copy-and-paste-sets-of-complex-objects-in-adobe-air/comment-page-1/#comment-22283</link>
		<dc:creator>Cesare</dc:creator>
		<pubDate>Thu, 02 Dec 2010 11:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=306#comment-22283</guid>
		<description>Now I get it. You might want to check out native drag and drop solutions like: http://spreadingfunkyness.com/drag-and-drop-of-text-in-adobe-air/ and http://spreadingfunkyness.com/native-drag-and-drop-in-adobe-air/</description>
		<content:encoded><![CDATA[<p>Now I get it. You might want to check out native drag and drop solutions like: <a href="http://spreadingfunkyness.com/drag-and-drop-of-text-in-adobe-air/" rel="nofollow">http://spreadingfunkyness.com/drag-and-drop-of-text-in-adobe-air/</a> and <a href="http://spreadingfunkyness.com/native-drag-and-drop-in-adobe-air/" rel="nofollow">http://spreadingfunkyness.com/native-drag-and-drop-in-adobe-air/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Clark</title>
		<link>http://spreadingfunkyness.com/copy-and-paste-sets-of-complex-objects-in-adobe-air/comment-page-1/#comment-22214</link>
		<dc:creator>Andrew Clark</dc:creator>
		<pubDate>Wed, 01 Dec 2010 20:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=306#comment-22214</guid>
		<description>Not sure I&#039;m making myself clear
I have your var selection:ArrayCollection copied. It pastes fine in the destination AIR app on my computer.

However, if I wanted to email it as a file to somebody to paste in their equivalent AIR app or have it on a website for someone to download  how would I go about it. If I try and paste it into a text editor or spreadsheet nothing happens.

cheers
Andrew</description>
		<content:encoded><![CDATA[<p>Not sure I&#8217;m making myself clear<br />
I have your var selection:ArrayCollection copied. It pastes fine in the destination AIR app on my computer.</p>
<p>However, if I wanted to email it as a file to somebody to paste in their equivalent AIR app or have it on a website for someone to download  how would I go about it. If I try and paste it into a text editor or spreadsheet nothing happens.</p>
<p>cheers<br />
Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesare</title>
		<link>http://spreadingfunkyness.com/copy-and-paste-sets-of-complex-objects-in-adobe-air/comment-page-1/#comment-22183</link>
		<dc:creator>Cesare</dc:creator>
		<pubDate>Wed, 01 Dec 2010 10:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=306#comment-22183</guid>
		<description>You can store homogeneous information in an array collection, both text and images. To represent images you can use bitmap data.</description>
		<content:encoded><![CDATA[<p>You can store homogeneous information in an array collection, both text and images. To represent images you can use bitmap data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Clark</title>
		<link>http://spreadingfunkyness.com/copy-and-paste-sets-of-complex-objects-in-adobe-air/comment-page-1/#comment-22134</link>
		<dc:creator>Andrew Clark</dc:creator>
		<pubDate>Tue, 30 Nov 2010 19:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=306#comment-22134</guid>
		<description>Tx for replying

A few text fields just like your example above basically
although if it was extendable to text and image that would offer even more options
It works fine as is but I want other people to be able to share the data in their own version of an App. e.g a  playlist for use in an AIR music player

cheers
Andrew</description>
		<content:encoded><![CDATA[<p>Tx for replying</p>
<p>A few text fields just like your example above basically<br />
although if it was extendable to text and image that would offer even more options<br />
It works fine as is but I want other people to be able to share the data in their own version of an App. e.g a  playlist for use in an AIR music player</p>
<p>cheers<br />
Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesare</title>
		<link>http://spreadingfunkyness.com/copy-and-paste-sets-of-complex-objects-in-adobe-air/comment-page-1/#comment-21992</link>
		<dc:creator>Cesare</dc:creator>
		<pubDate>Mon, 29 Nov 2010 08:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://spreadingfunkyness.com/?p=306#comment-21992</guid>
		<description>Thanks for stopping by. What&#039;s in the arraycollection?</description>
		<content:encoded><![CDATA[<p>Thanks for stopping by. What&#8217;s in the arraycollection?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

