<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Short update on RemoteList implementation</title>
	<link>http://blog.widget-labs.com/2007/03/13/short-update-on-remotelist-implementation/</link>
	<description></description>
	<pubDate>Wed, 19 Nov 2008 01:54:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Erwin van Doorn</title>
		<link>http://blog.widget-labs.com/2007/03/13/short-update-on-remotelist-implementation/#comment-1212</link>
		<author>Erwin van Doorn</author>
		<pubDate>Thu, 03 Jul 2008 09:00:51 +0000</pubDate>
		<guid>http://blog.widget-labs.com/2007/03/13/short-update-on-remotelist-implementation/#comment-1212</guid>
		<description>I created my own RemoteList (using Flex 3) and was facing the same out-of-sync bug sometimes. Setting liveScrolling to false did not solve my problem.

In my case it seems that the out-of-sync error only occurs when an item in the DataGrid has been selected. So I added the following code to my DataGrid tag:

scroll="{dg.selectedIndex=-1}"


Something else: scrolling by slowly dragging the scroll thumb will result in a lot of miss() calls. In my case BlazeDS / Tomcat choked (out of memory error).

I solved this issue with a clearTimeout / setTimeout mechanism in my RemoteList.</description>
		<content:encoded><![CDATA[<p>I created my own RemoteList (using Flex 3) and was facing the same out-of-sync bug sometimes. Setting liveScrolling to false did not solve my problem.</p>
<p>In my case it seems that the out-of-sync error only occurs when an item in the DataGrid has been selected. So I added the following code to my DataGrid tag:</p>
<p>scroll=&#8221;{dg.selectedIndex=-1}&#8221;</p>
<p>Something else: scrolling by slowly dragging the scroll thumb will result in a lot of miss() calls. In my case BlazeDS / Tomcat choked (out of memory error).</p>
<p>I solved this issue with a clearTimeout / setTimeout mechanism in my RemoteList.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
