<?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"
	>
<channel>
	<title>Comments on: Apollo Beta Sneak: Clipboard</title>
	<atom:link href="http://blog.kevinhoyt.org/2007/06/08/apollo-beta-sneak-clipboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kevinhoyt.org/2007/06/08/apollo-beta-sneak-clipboard/</link>
	<description>On the desktop, on the web, on the device ... On the Platform</description>
	<pubDate>Wed,  7 Jan 2009 03:28:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Paritosh Bisi</title>
		<link>http://blog.kevinhoyt.org/2007/06/08/apollo-beta-sneak-clipboard/#comment-3183</link>
		<dc:creator>Paritosh Bisi</dc:creator>
		<pubDate>Thu, 09 Aug 2007 13:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/06/08/apollo-beta-sneak-clipboard/#comment-3183</guid>
		<description>Can you please provide the full code for the example?</description>
		<content:encoded><![CDATA[<p>Can you please provide the full code for the example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blog.kevinhoyt.org/2007/06/08/apollo-beta-sneak-clipboard/#comment-860</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sat, 30 Jun 2007 17:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/06/08/apollo-beta-sneak-clipboard/#comment-860</guid>
		<description>Kevin, I found a work-around for dragging an image in, but I've run into what looks like a different issue using the clipboard. Woeful hack is at &lt;a href='http://blog.softwareodyssey.com/2007/06/flex-native-drag-n-drop-image-from.html' rel="nofollow"&gt;http://blog.softwareodyssey.com/2007/06/flex-native-drag-n-drop-image-from.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Kevin, I found a work-around for dragging an image in, but I&#8217;ve run into what looks like a different issue using the clipboard. Woeful hack is at <a href='http://blog.softwareodyssey.com/2007/06/flex-native-drag-n-drop-image-from.html' rel="nofollow">http://blog.softwareodyssey.com/2007/06/flex-native-drag-n-drop-image-from.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quentin</title>
		<link>http://blog.kevinhoyt.org/2007/06/08/apollo-beta-sneak-clipboard/#comment-407</link>
		<dc:creator>Quentin</dc:creator>
		<pubDate>Sat, 09 Jun 2007 17:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/06/08/apollo-beta-sneak-clipboard/#comment-407</guid>
		<description>Let me digg into Captivate's options...
I'll let you know, thanks for answering!</description>
		<content:encoded><![CDATA[<p>Let me digg into Captivate&#8217;s options&#8230;<br />
I&#8217;ll let you know, thanks for answering!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Hoyt</title>
		<link>http://blog.kevinhoyt.org/2007/06/08/apollo-beta-sneak-clipboard/#comment-406</link>
		<dc:creator>Kevin Hoyt</dc:creator>
		<pubDate>Sat, 09 Jun 2007 17:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/06/08/apollo-beta-sneak-clipboard/#comment-406</guid>
		<description>Quentin,

Ha!  LOL!  I think so too!  

I can of course shorten the duration, but I think I might investigate other options.  Do you have any suggestions?  An open source screen capturing/recording software perhaps?  In the meantime, I'll take care to keep the duration short.

Thanks,
Kevin</description>
		<content:encoded><![CDATA[<p>Quentin,</p>
<p>Ha!  LOL!  I think so too!  </p>
<p>I can of course shorten the duration, but I think I might investigate other options.  Do you have any suggestions?  An open source screen capturing/recording software perhaps?  In the meantime, I&#8217;ll take care to keep the duration short.</p>
<p>Thanks,<br />
Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Hoyt</title>
		<link>http://blog.kevinhoyt.org/2007/06/08/apollo-beta-sneak-clipboard/#comment-405</link>
		<dc:creator>Kevin Hoyt</dc:creator>
		<pubDate>Sat, 09 Jun 2007 17:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/06/08/apollo-beta-sneak-clipboard/#comment-405</guid>
		<description>Philip,

Sharp eyes!  I could have, and I would have ended up with the raw bitmap data on the clipboard.  It's easy enough to encode this data and save it to disk, insert it into the application, etc.  At least that's the idea...

I was experiencing some problems with encoding the bitmap data however, where I would end up with seemingly random parts of the image being transparent.  I think this may be a bug in the alpha, but I need to clarify with the engineering team.  In the meantime, I wanted to get this information out before a certain deadline...

In this case, "Copy Image Location" gives me a URL (text) on the clipboard, which I then use URLLoader to pull the bits to a local file.  I reference that local file in the IMG I'm inserting into the HTML page.  Then I send that file to the clipboard and paste it on the desktop.  So the text and file list items work as advertised, but I'm still investigating the bitmap encoding problem.

Thanks for keeping me honest!
Kevin</description>
		<content:encoded><![CDATA[<p>Philip,</p>
<p>Sharp eyes!  I could have, and I would have ended up with the raw bitmap data on the clipboard.  It&#8217;s easy enough to encode this data and save it to disk, insert it into the application, etc.  At least that&#8217;s the idea&#8230;</p>
<p>I was experiencing some problems with encoding the bitmap data however, where I would end up with seemingly random parts of the image being transparent.  I think this may be a bug in the alpha, but I need to clarify with the engineering team.  In the meantime, I wanted to get this information out before a certain deadline&#8230;</p>
<p>In this case, &#8220;Copy Image Location&#8221; gives me a URL (text) on the clipboard, which I then use URLLoader to pull the bits to a local file.  I reference that local file in the IMG I&#8217;m inserting into the HTML page.  Then I send that file to the clipboard and paste it on the desktop.  So the text and file list items work as advertised, but I&#8217;m still investigating the bitmap encoding problem.</p>
<p>Thanks for keeping me honest!<br />
Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quentin</title>
		<link>http://blog.kevinhoyt.org/2007/06/08/apollo-beta-sneak-clipboard/#comment-400</link>
		<dc:creator>Quentin</dc:creator>
		<pubDate>Sat, 09 Jun 2007 10:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/06/08/apollo-beta-sneak-clipboard/#comment-400</guid>
		<description>Great! But those Captivate presentations are too damn slow!</description>
		<content:encoded><![CDATA[<p>Great! But those Captivate presentations are too damn slow!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip Kerman</title>
		<link>http://blog.kevinhoyt.org/2007/06/08/apollo-beta-sneak-clipboard/#comment-395</link>
		<dc:creator>Phillip Kerman</dc:creator>
		<pubDate>Sat, 09 Jun 2007 04:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/06/08/apollo-beta-sneak-clipboard/#comment-395</guid>
		<description>Why did you "copy image location" vs. copy image?  Could you have?</description>
		<content:encoded><![CDATA[<p>Why did you &#8220;copy image location&#8221; vs. copy image?  Could you have?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
