<?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: Open Source Flex Component: PopUpThumbnail</title>
	<atom:link href="http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:51:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/#comment-1175</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=439#comment-1175</guid>
		<description>Thanks, CoCoChannel. I don&#039;t think I ever tried double-clicking.</description>
		<content:encoded><![CDATA[<p>Thanks, CoCoChannel. I don&#8217;t think I ever tried double-clicking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CoCoChannel</title>
		<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/#comment-1174</link>
		<dc:creator>CoCoChannel</dc:creator>
		<pubDate>Thu, 15 Apr 2010 18:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=439#comment-1174</guid>
		<description>Cool !!
But I found 1 bug whith the double click:

in systemManagerClickHandler method, I think problem here:

&lt;pre&gt;this.popUpEffect.removeEventListener(EffectEvent.EFFECT_END, growEndHandler);
this.popUpEffect.stop();&lt;/pre&gt;

I change:

&lt;pre&gt;this.popUpEffect.stop();
this.popUpEffect.removeEventListener(EffectEvent.EFFECT_END, growEndHandler);&lt;/pre&gt;

It worked!!!</description>
		<content:encoded><![CDATA[<p>Cool !!<br />
But I found 1 bug whith the double click:</p>
<p>in systemManagerClickHandler method, I think problem here:</p>
<pre>this.popUpEffect.removeEventListener(EffectEvent.EFFECT_END, growEndHandler);
this.popUpEffect.stop();</pre>
<p>I change:</p>
<pre>this.popUpEffect.stop();
this.popUpEffect.removeEventListener(EffectEvent.EFFECT_END, growEndHandler);</pre>
<p>It worked!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Open Source Flex Component: PopUpInitializer - Josh Talks Flash</title>
		<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/#comment-1173</link>
		<dc:creator>Open Source Flex Component: PopUpInitializer - Josh Talks Flash</dc:creator>
		<pubDate>Thu, 25 Feb 2010 00:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=439#comment-1173</guid>
		<description>[...] of the common documentation with my other &#8220;Flex Toolbox&#8221; controls like ZoomFrame and PopUpThumbnail. As with most of my other open source code, PopUpInitializer is available under the terms of an [...]</description>
		<content:encoded><![CDATA[<p>[...] of the common documentation with my other &#8220;Flex Toolbox&#8221; controls like ZoomFrame and PopUpThumbnail. As with most of my other open source code, PopUpInitializer is available under the terms of an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chirox</title>
		<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/#comment-1172</link>
		<dc:creator>Chirox</dc:creator>
		<pubDate>Sat, 19 Dec 2009 09:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=439#comment-1172</guid>
		<description>Thanks a lot.
But i found 1 problem:
My Demo i use only one PopUpThumbnail and one button.
Click event of button change source and thumbnailSource then thumbnail changed but when i click on thumbnail source not change.

I think problem here:
&lt;pre&gt;
if(this.thumbnailSourceChanged)	{
    super.source = this._thumbnailSource;
    this.thumbnailSourceChanged = false;
}
&lt;/pre&gt;

I change:
&lt;pre&gt;
if(this.thumbnailSourceChanged)	{
    super.source = this._thumbnailSource;
    this.thumbnailSourceChanged = false;
    this.loadPopUpContent();
}
&lt;/pre&gt;

It worked!!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot.<br />
But i found 1 problem:<br />
My Demo i use only one PopUpThumbnail and one button.<br />
Click event of button change source and thumbnailSource then thumbnail changed but when i click on thumbnail source not change.</p>
<p>I think problem here:</p>
<pre>
if(this.thumbnailSourceChanged)	{
    super.source = this._thumbnailSource;
    this.thumbnailSourceChanged = false;
}
</pre>
<p>I change:</p>
<pre>
if(this.thumbnailSourceChanged)	{
    super.source = this._thumbnailSource;
    this.thumbnailSourceChanged = false;
    this.loadPopUpContent();
}
</pre>
<p>It worked!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: handoyo</title>
		<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/#comment-1171</link>
		<dc:creator>handoyo</dc:creator>
		<pubDate>Thu, 16 Jul 2009 03:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=439#comment-1171</guid>
		<description>Thanks a lot...</description>
		<content:encoded><![CDATA[<p>Thanks a lot&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flickr Flip Book &#124; tarasnovak.com</title>
		<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/#comment-1170</link>
		<dc:creator>Flickr Flip Book &#124; tarasnovak.com</dc:creator>
		<pubDate>Tue, 06 Jan 2009 22:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=439#comment-1170</guid>
		<description>[...] used Josh&#8217;s PopUpThumbnail component for this one, with minor adjustments to hide popup image on slideshow playback and adding [...]</description>
		<content:encoded><![CDATA[<p>[...] used Josh&#8217;s PopUpThumbnail component for this one, with minor adjustments to hide popup image on slideshow playback and adding [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Another hit&#8230; &#124; tarasnovak.com</title>
		<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/#comment-1169</link>
		<dc:creator>Another hit&#8230; &#124; tarasnovak.com</dc:creator>
		<pubDate>Fri, 19 Dec 2008 18:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=439#comment-1169</guid>
		<description>[...] really liked the Popup Thumbnail component Josh posted recently with the Lightbox popup effect. I think that will make my large photo view [...]</description>
		<content:encoded><![CDATA[<p>[...] really liked the Popup Thumbnail component Josh posted recently with the Lightbox popup effect. I think that will make my large photo view [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael van Leest</title>
		<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/#comment-1168</link>
		<dc:creator>Michael van Leest</dc:creator>
		<pubDate>Mon, 08 Dec 2008 09:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=439#comment-1168</guid>
		<description>Great stuff! I&#039;ve created a similar component in the past with Flex 2, but not as pretty as yours!

Keep up the great work!</description>
		<content:encoded><![CDATA[<p>Great stuff! I&#8217;ve created a similar component in the past with Flex 2, but not as pretty as yours!</p>
<p>Keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank HT</title>
		<link>http://joshblog.net/2008/12/04/open-source-flex-component-popupthumbnail/#comment-1167</link>
		<dc:creator>Frank HT</dc:creator>
		<pubDate>Fri, 05 Dec 2008 07:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://joshblog.net/?p=439#comment-1167</guid>
		<description>Looks very slick, nicely done.

Having used lightbox myself, what you&#039;ve done has definitely taken it to the next level (can only imagine it being quite painful trying to replicate what you&#039;ve done in js, but hey that&#039;s not your problem :) ).


Great stuff.</description>
		<content:encoded><![CDATA[<p>Looks very slick, nicely done.</p>
<p>Having used lightbox myself, what you&#8217;ve done has definitely taken it to the next level (can only imagine it being quite painful trying to replicate what you&#8217;ve done in js, but hey that&#8217;s not your problem <img src='http://joshblog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).</p>
<p>Great stuff.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

