<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7311309155208942406</id><updated>2011-04-21T18:31:20.102-07:00</updated><category term='horizontalScrollPolicy'/><category term='Flex List'/><category term='Flex Components'/><title type='text'>Final touches to Flex Components</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://finaltouches.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7311309155208942406/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://finaltouches.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Sreenivas</name><uri>http://www.blogger.com/profile/17636694169757371801</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7311309155208942406.post-204215835463954403</id><published>2007-03-01T03:20:00.000-08:00</published><updated>2007-03-01T03:39:23.159-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='horizontalScrollPolicy'/><category scheme='http://www.blogger.com/atom/ns#' term='Flex List'/><title type='text'>List control with horizontal scroll bar policy set to auto</title><content type='html'>Normal Flex List control doesn't behave as expected when horizontalScrollPolicy is set to auto. The users are expected to maintain the maxHorizontalScrollPosition themselves. The given reason behind this behavior is 'performance'. If you are one of those users who don't care a little performance degradation please give the following custom component a try. ListEx derives from List and has code to handle to horizontal scroll bar when policy is set to auto.&lt;br /&gt;&lt;br /&gt;The horizontalScrollForVisibleItems can be used to tweak performance for large data sets or data coming from a server.&lt;br /&gt;&lt;br /&gt;If you find any bugs please let me know. I would be glad to fix it.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sreenivas.ramaswamy.googlepages.com/ListEx.mxml"&gt;ListEx.mxml&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7311309155208942406-204215835463954403?l=finaltouches.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://finaltouches.blogspot.com/feeds/204215835463954403/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7311309155208942406&amp;postID=204215835463954403' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7311309155208942406/posts/default/204215835463954403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7311309155208942406/posts/default/204215835463954403'/><link rel='alternate' type='text/html' href='http://finaltouches.blogspot.com/2007/03/list-control-with-horizontal-scroll-bar.html' title='List control with horizontal scroll bar policy set to auto'/><author><name>Sreenivas</name><uri>http://www.blogger.com/profile/17636694169757371801</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7311309155208942406.post-7557607444780477599</id><published>2007-02-25T19:47:00.000-08:00</published><updated>2007-02-25T19:52:59.357-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flex Components'/><title type='text'>Final touches to Flex Components</title><content type='html'>During my interactions with Flex components and questions I read in Flex-Questions make me think that though Flex components are great some of them lack &lt;span style="font-weight: bold;"&gt;final touches &lt;/span&gt;which would make them more usable or do what is &lt;span style="font-weight: bold;"&gt;normally&lt;/span&gt; expected from them if not perfect.&lt;br /&gt;&lt;br /&gt;This is my attempt to provide few components which have been extended or sometimes created from copying code as it is difficult to override default behaviors to provide those expected behaviors. If you like these components feel free to use them. If you notice any bugs let me know, I would try my best to fix them. If you think they were very useful and have to time to write a comment go ahead. It would motivate me more. Do drop a comment if you just don't like it, so that I can make other/better use of my leisure time !&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7311309155208942406-7557607444780477599?l=finaltouches.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://finaltouches.blogspot.com/feeds/7557607444780477599/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7311309155208942406&amp;postID=7557607444780477599' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7311309155208942406/posts/default/7557607444780477599'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7311309155208942406/posts/default/7557607444780477599'/><link rel='alternate' type='text/html' href='http://finaltouches.blogspot.com/2007/02/final-touches-to-flex-components.html' title='Final touches to Flex Components'/><author><name>Sreenivas</name><uri>http://www.blogger.com/profile/17636694169757371801</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
