<?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: New Flex Component: ScrollImage</title>
	<atom:link href="http://www.arpitonline.com/blog/2007/09/09/new-flex-component-scrollimage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arpitonline.com/blog/2007/09/09/new-flex-component-scrollimage/</link>
	<description>"I write pretty software"</description>
	<lastBuildDate>Mon, 23 Jan 2012 10:32:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: arpit</title>
		<link>http://www.arpitonline.com/blog/2007/09/09/new-flex-component-scrollimage/comment-page-1/#comment-77614</link>
		<dc:creator>arpit</dc:creator>
		<pubDate>Sat, 30 Oct 2010 19:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=87#comment-77614</guid>
		<description>@Šimon
Like I mentioned in the post above, this way you are really just using one component, not two (not to mention the VBox is a Container which is event heavier than a UIComponent). Flex controls are pretty heavyweight so the fewer you use the better for the end user. </description>
		<content:encoded><![CDATA[<p>@Šimon<br />
Like I mentioned in the post above, this way you are really just using one component, not two (not to mention the VBox is a Container which is event heavier than a UIComponent). Flex controls are pretty heavyweight so the fewer you use the better for the end user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Šimon Podlipský</title>
		<link>http://www.arpitonline.com/blog/2007/09/09/new-flex-component-scrollimage/comment-page-1/#comment-77613</link>
		<dc:creator>Šimon Podlipský</dc:creator>
		<pubDate>Sat, 30 Oct 2010 19:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=87#comment-77613</guid>
		<description>I don&#039;t know...but in my opinion it&#039;s better to use following code, isn&#039;t it?



</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know&#8230;but in my opinion it&#8217;s better to use following code, isn&#8217;t it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zyry</title>
		<link>http://www.arpitonline.com/blog/2007/09/09/new-flex-component-scrollimage/comment-page-1/#comment-70614</link>
		<dc:creator>zyry</dc:creator>
		<pubDate>Tue, 30 Mar 2010 17:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=87#comment-70614</guid>
		<description>This (in function onMouseMove):
var newHPos:Number = his.horizontalScrollPosition   deltaX; 
if (newHPos &gt; 0 &amp;&amp; newHPos  0 &amp;&amp; newVPos &lt;= this.img.height - this.height) {
this.verticalScrollPosition = newVPos;				
} 
instead of:
this.horizontalScrollPosition  = deltaX;
this.verticalScrollPosition  = deltaY;</description>
		<content:encoded><![CDATA[<p>This (in function onMouseMove):<br />
var newHPos:Number = his.horizontalScrollPosition   deltaX;<br />
if (newHPos &gt; 0 &amp;&amp; newHPos  0 &amp;&amp; newVPos &lt;= this.img.height &#8211; this.height) {<br />
this.verticalScrollPosition = newVPos;<br />
}<br />
instead of:<br />
this.horizontalScrollPosition  = deltaX;<br />
this.verticalScrollPosition  = deltaY;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ton</title>
		<link>http://www.arpitonline.com/blog/2007/09/09/new-flex-component-scrollimage/comment-page-1/#comment-67716</link>
		<dc:creator>ton</dc:creator>
		<pubDate>Thu, 14 Jan 2010 09:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=87#comment-67716</guid>
		<description>That&#039;s possible for drag text from text list and drop in image?</description>
		<content:encoded><![CDATA[<p>That&#8217;s possible for drag text from text list and drop in image?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My experience with Git and why I think Open Source projects should be released on Git &#124; code zen</title>
		<link>http://www.arpitonline.com/blog/2007/09/09/new-flex-component-scrollimage/comment-page-1/#comment-55619</link>
		<dc:creator>My experience with Git and why I think Open Source projects should be released on Git &#124; code zen</dc:creator>
		<pubDate>Sat, 09 May 2009 22:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=87#comment-55619</guid>
		<description>[...] the last couple of years I have released a bunch of libraries under Open Source licenses, usually on Google code. However the my last project, OpenPyro [...]</description>
		<content:encoded><![CDATA[<p>[...] the last couple of years I have released a bunch of libraries under Open Source licenses, usually on Google code. However the my last project, OpenPyro [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: code zen &#187; Blog Archive &#187; My ScrollImage component on Aral&#8217;s GAE SWF project :)</title>
		<link>http://www.arpitonline.com/blog/2007/09/09/new-flex-component-scrollimage/comment-page-1/#comment-35637</link>
		<dc:creator>code zen &#187; Blog Archive &#187; My ScrollImage component on Aral&#8217;s GAE SWF project :)</dc:creator>
		<pubDate>Sun, 04 May 2008 02:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=87#comment-35637</guid>
		<description>[...] to scale and crop the image before he assigns it to his profile. The exciting part is Aral is using my ScrollImage component that he has extended, to handle the scroll, rotate and crop functionality. Aral has also released [...]</description>
		<content:encoded><![CDATA[<p>[...] to scale and crop the image before he assigns it to his profile. The exciting part is Aral is using my ScrollImage component that he has extended, to handle the scroll, rotate and crop functionality. Aral has also released [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Picture this! at Aral Balkan</title>
		<link>http://www.arpitonline.com/blog/2007/09/09/new-flex-component-scrollimage/comment-page-1/#comment-35334</link>
		<dc:creator>Picture this! at Aral Balkan</dc:creator>
		<pubDate>Fri, 02 May 2008 09:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=87#comment-35334</guid>
		<description>[...] component lets you upload photos, crop them, and rotate them. I started building it by expanding on Arpit Mathur&#039;s ScrollImage component. It&#039;s not complete yet but it is functional. Specifically, I don&#039;t like how it zooms and a future [...]</description>
		<content:encoded><![CDATA[<p>[...] component lets you upload photos, crop them, and rotate them. I started building it by expanding on Arpit Mathur&#8217;s ScrollImage component. It&#8217;s not complete yet but it is functional. Specifically, I don&#8217;t like how it zooms and a future [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hedberg.biz</title>
		<link>http://www.arpitonline.com/blog/2007/09/09/new-flex-component-scrollimage/comment-page-1/#comment-17243</link>
		<dc:creator>hedberg.biz</dc:creator>
		<pubDate>Tue, 11 Sep 2007 07:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=87#comment-17243</guid>
		<description>I guess image scrolling by just moving your mouse over the image isn&#039;t the world&#039;s most user friendly way, partly because of precision problems, partly because we are not used to navigating that way. It also seems that slower computers do not handle it very well. There&#039;s always the consideration of balance between user-friendliness and coolness, a fine line sometimes.</description>
		<content:encoded><![CDATA[<p>I guess image scrolling by just moving your mouse over the image isn&#8217;t the world&#8217;s most user friendly way, partly because of precision problems, partly because we are not used to navigating that way. It also seems that slower computers do not handle it very well. There&#8217;s always the consideration of balance between user-friendliness and coolness, a fine line sometimes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shan</title>
		<link>http://www.arpitonline.com/blog/2007/09/09/new-flex-component-scrollimage/comment-page-1/#comment-17213</link>
		<dc:creator>Shan</dc:creator>
		<pubDate>Mon, 10 Sep 2007 20:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=87#comment-17213</guid>
		<description>@hedberg

I&#039;ve gotten feedback from users that the &quot;click &amp; hold&quot; method of moving around, like your example shows, gives them the feeling that they can&#039;t control it very well. I&#039;m looking for precision, which is exactly what ScrollImage provides :)</description>
		<content:encoded><![CDATA[<p>@hedberg</p>
<p>I&#8217;ve gotten feedback from users that the &#8220;click &amp; hold&#8221; method of moving around, like your example shows, gives them the feeling that they can&#8217;t control it very well. I&#8217;m looking for precision, which is exactly what ScrollImage provides <img src='http://www.arpitonline.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arpit</title>
		<link>http://www.arpitonline.com/blog/2007/09/09/new-flex-component-scrollimage/comment-page-1/#comment-17200</link>
		<dc:creator>arpit</dc:creator>
		<pubDate>Mon, 10 Sep 2007 17:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=87#comment-17200</guid>
		<description>@hedberg
If you dont want the scrollbars and to create the effect similar to the link you pointed out, you dont need to use ScrollControlBase at all. Use that ONLY when you need scrollbars to manage scrolling. To create your effect, I would just use the Image inside a UIComponent and manage its positioning based on mouse position.</description>
		<content:encoded><![CDATA[<p>@hedberg<br />
If you dont want the scrollbars and to create the effect similar to the link you pointed out, you dont need to use ScrollControlBase at all. Use that ONLY when you need scrollbars to manage scrolling. To create your effect, I would just use the Image inside a UIComponent and manage its positioning based on mouse position.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

