<?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: Flex FlipCard Component</title>
	<atom:link href="http://verysimple.com/2008/07/11/flex-flipcard-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://verysimple.com/2008/07/11/flex-flipcard-component/</link>
	<description>Custom Software Development</description>
	<lastBuildDate>Wed, 25 Aug 2010 02:49:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jason</title>
		<link>http://verysimple.com/2008/07/11/flex-flipcard-component/#comment-568</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 03 Feb 2010 18:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=117#comment-568</guid>
		<description>&lt;a href=&quot;#comment-115210&quot; rel=&quot;nofollow&quot;&gt;@Josh Bell&lt;/a&gt;
Hmm, that&#039;s a tough one.  It sounds similar to the issue Edgar (above) is having, related to the PaperVision3D library.  Unfortunately I don&#039;t know an easy solution.  Hopefully some smart person will contribute to the project, though, and submit a patch.  If you happen to figure out anything please feel free to post back.  Sorry I can&#039;t be of more help to you guys!</description>
		<content:encoded><![CDATA[<p><a href="#comment-115210" rel="nofollow">@Josh Bell</a><br />
Hmm, that&#8217;s a tough one.  It sounds similar to the issue Edgar (above) is having, related to the PaperVision3D library.  Unfortunately I don&#8217;t know an easy solution.  Hopefully some smart person will contribute to the project, though, and submit a patch.  If you happen to figure out anything please feel free to post back.  Sorry I can&#8217;t be of more help to you guys!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Bell</title>
		<link>http://verysimple.com/2008/07/11/flex-flipcard-component/#comment-567</link>
		<dc:creator>Josh Bell</dc:creator>
		<pubDate>Tue, 02 Feb 2010 22:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=117#comment-567</guid>
		<description>Hi Jason. Digging the Flipcard! I just have one question. I&#039;m using it on a popup opened via popupManager. When I flip the panel, it appears as though the edge that grows taller during the flip effect gets clipped by the parent container. I don&#039;t, however, have any widths on the parent that might cause this. Is there something I can do or something I&#039;m doing wrong?

Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Hi Jason. Digging the Flipcard! I just have one question. I&#8217;m using it on a popup opened via popupManager. When I flip the panel, it appears as though the edge that grows taller during the flip effect gets clipped by the parent container. I don&#8217;t, however, have any widths on the parent that might cause this. Is there something I can do or something I&#8217;m doing wrong?</p>
<p>Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edgar Miranda</title>
		<link>http://verysimple.com/2008/07/11/flex-flipcard-component/#comment-566</link>
		<dc:creator>Edgar Miranda</dc:creator>
		<pubDate>Wed, 27 Jan 2010 17:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=117#comment-566</guid>
		<description>Ahh, thanks for the quick response! I was assuming that was the issue (I worked with Papervision3D myself). I&#039;m just a bit surprised that a component actually brings itself up to the highest depth. Isn&#039;t this bad encapsulation on Papervision&#039;s end? :P

Anyways, thanks for the response and the component, I&#039;ll let you know if I figure anything out.</description>
		<content:encoded><![CDATA[<p>Ahh, thanks for the quick response! I was assuming that was the issue (I worked with Papervision3D myself). I&#8217;m just a bit surprised that a component actually brings itself up to the highest depth. Isn&#8217;t this bad encapsulation on Papervision&#8217;s end? <img src='http://verysimple.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Anyways, thanks for the response and the component, I&#8217;ll let you know if I figure anything out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://verysimple.com/2008/07/11/flex-flipcard-component/#comment-565</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 26 Jan 2010 20:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=117#comment-565</guid>
		<description>&lt;a href=&quot;#comment-114981&quot; rel=&quot;nofollow&quot;&gt;@Edgar Miranda&lt;/a&gt;
Hey Edgar, I hadn&#039;t seen that before , but probably because I haven&#039;t ever covered over a flipcard, yet still made it accessible underneath the popup.  my guess is that the core animation effect in PaperVision or even the Flash Player might be causing that..?

Since I basically just packed together those effects into a usable component, I don&#039;t have the deep understanding of how the actual 3D math works at the low level, so I probably would have a hard time fixing it.  I would probably look into a workaround of disabling the flip button when it is not in focus?</description>
		<content:encoded><![CDATA[<p><a href="#comment-114981" rel="nofollow">@Edgar Miranda</a><br />
Hey Edgar, I hadn&#8217;t seen that before , but probably because I haven&#8217;t ever covered over a flipcard, yet still made it accessible underneath the popup.  my guess is that the core animation effect in PaperVision or even the Flash Player might be causing that..?</p>
<p>Since I basically just packed together those effects into a usable component, I don&#8217;t have the deep understanding of how the actual 3D math works at the low level, so I probably would have a hard time fixing it.  I would probably look into a workaround of disabling the flip button when it is not in focus?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edgar Miranda</title>
		<link>http://verysimple.com/2008/07/11/flex-flipcard-component/#comment-564</link>
		<dc:creator>Edgar Miranda</dc:creator>
		<pubDate>Tue, 26 Jan 2010 20:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=117#comment-564</guid>
		<description>Hi Jason, thanks for this great component! It&#039;s quite a neat a effect, one issue that has come up though is that it looks like the component puts itself on the highest depth when the flipping occurs. Say for example if I have another component on top of the flipCard component (so for example a pop up window), even though the component covers up the entire flipCard component, when the
flip actually happens, you can see it go through. Is this an easy fix?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Jason, thanks for this great component! It&#8217;s quite a neat a effect, one issue that has come up though is that it looks like the component puts itself on the highest depth when the flipping occurs. Say for example if I have another component on top of the flipCard component (so for example a pop up window), even though the component covers up the entire flipCard component, when the<br />
flip actually happens, you can see it go through. Is this an easy fix?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://verysimple.com/2008/07/11/flex-flipcard-component/#comment-563</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 08 Oct 2009 14:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=117#comment-563</guid>
		<description>Hi Anmol, I haven&#039;t seen that before it would be hard for me to say it could be a reaction of other code.  We use the FlipCard here on a desktop AIR application so that is not a problem.  If you think you found a bug and can reproduce it, please definitely submit a bug w/ steps to reproduce on the google code project page and I&#039;ll work to get it fixed.</description>
		<content:encoded><![CDATA[<p>Hi Anmol, I haven&#8217;t seen that before it would be hard for me to say it could be a reaction of other code.  We use the FlipCard here on a desktop AIR application so that is not a problem.  If you think you found a bug and can reproduce it, please definitely submit a bug w/ steps to reproduce on the google code project page and I&#8217;ll work to get it fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anmol</title>
		<link>http://verysimple.com/2008/07/11/flex-flipcard-component/#comment-562</link>
		<dc:creator>Anmol</dc:creator>
		<pubDate>Thu, 08 Oct 2009 10:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=117#comment-562</guid>
		<description>Any comments on previous post of mine...., well its working well for first time but when i load it again the effect does not appear, I am using popupmanager to show the flip effect, once user clicks on a button of popup it is removed and on select of an item from the main screen popup reappears with data loaded in the control.
it flips, only for the first time. any reason for this.....</description>
		<content:encoded><![CDATA[<p>Any comments on previous post of mine&#8230;., well its working well for first time but when i load it again the effect does not appear, I am using popupmanager to show the flip effect, once user clicks on a button of popup it is removed and on select of an item from the main screen popup reappears with data loaded in the control.<br />
it flips, only for the first time. any reason for this&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anmol</title>
		<link>http://verysimple.com/2008/07/11/flex-flipcard-component/#comment-561</link>
		<dc:creator>Anmol</dc:creator>
		<pubDate>Mon, 05 Oct 2009 05:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=117#comment-561</guid>
		<description>Can we use this is desktop application as i implemented this in my flex desktop app its not working fine first time it works and second if i use the same component and use the button to toggle the controls the effect disappears .contents of both front and back control under flipcard control loads properly but the flip effect disappears</description>
		<content:encoded><![CDATA[<p>Can we use this is desktop application as i implemented this in my flex desktop app its not working fine first time it works and second if i use the same component and use the button to toggle the controls the effect disappears .contents of both front and back control under flipcard control loads properly but the flip effect disappears</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://verysimple.com/2008/07/11/flex-flipcard-component/#comment-560</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 09 Apr 2009 00:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=117#comment-560</guid>
		<description>just a note to let everyone know that the FlipCard has been completely re-written and the full source is now available at http://code.google.com/p/flipcard/  Just about all of the issues mentioned in the comments have been addressed including separating the flip button, making the component usable in design view and many other improvements.  The original release also had some memory leaks which have been fixed as well.  Please feel free to join the project on google code and contribute.  Thanks!</description>
		<content:encoded><![CDATA[<p>just a note to let everyone know that the FlipCard has been completely re-written and the full source is now available at <a href="http://code.google.com/p/flipcard/" rel="nofollow">http://code.google.com/p/flipcard/</a>  Just about all of the issues mentioned in the comments have been addressed including separating the flip button, making the component usable in design view and many other improvements.  The original release also had some memory leaks which have been fixed as well.  Please feel free to join the project on google code and contribute.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pradeep</title>
		<link>http://verysimple.com/2008/07/11/flex-flipcard-component/#comment-559</link>
		<dc:creator>pradeep</dc:creator>
		<pubDate>Wed, 08 Apr 2009 12:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=117#comment-559</guid>
		<description>hi can you tell me how can remove corner button of this component. actually i want to flip this component on event dispatching. so i dont want that corner button should not be display</description>
		<content:encoded><![CDATA[<p>hi can you tell me how can remove corner button of this component. actually i want to flip this component on event dispatching. so i dont want that corner button should not be display</p>
]]></content:encoded>
	</item>
</channel>
</rss>
