<?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: ItemRenderer TileList issues</title>
	<atom:link href="http://www.axelscript.com/2009/03/30/itemrenderer-tilelist-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.axelscript.com/2009/03/30/itemrenderer-tilelist-issues/</link>
	<description>Axel Jensen on Flex, Coldfusion and... other stuff</description>
	<lastBuildDate>Tue, 06 Dec 2011 15:13:25 +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 Knopp</title>
		<link>http://www.axelscript.com/2009/03/30/itemrenderer-tilelist-issues/comment-page-1/#comment-3053</link>
		<dc:creator>Josh Knopp</dc:creator>
		<pubDate>Fri, 26 Feb 2010 17:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/?p=305#comment-3053</guid>
		<description>@Balu - I realize this is an older post, but if anyone stumbles across this page looking for help on the checkbox issue (like I did) check out http://cookbooks.adobe.com/post_Why_is_a_DataGrid_item_renderer_state_being_change-12167.html for help.  The example refers specifically to a DataGrid, but the same concept applies to a TileList with an itemRenderer that includes a Checkbox.  Basically you just need something in your dataProvider to indicate whether a Checkbox is selected.

Happy flexing!</description>
		<content:encoded><![CDATA[<p>@Balu &#8211; I realize this is an older post, but if anyone stumbles across this page looking for help on the checkbox issue (like I did) check out <a href="http://cookbooks.adobe.com/post_Why_is_a_DataGrid_item_renderer_state_being_change-12167.html" rel="nofollow">http://cookbooks.adobe.com/post_Why_is_a_DataGrid_item_renderer_state_being_change-12167.html</a> for help.  The example refers specifically to a DataGrid, but the same concept applies to a TileList with an itemRenderer that includes a Checkbox.  Basically you just need something in your dataProvider to indicate whether a Checkbox is selected.</p>
<p>Happy flexing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: van</title>
		<link>http://www.axelscript.com/2009/03/30/itemrenderer-tilelist-issues/comment-page-1/#comment-2418</link>
		<dc:creator>van</dc:creator>
		<pubDate>Sat, 19 Sep 2009 04:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/?p=305#comment-2418</guid>
		<description>Thanks for this article. It&#039;s really good.
I have the same problem when scrolling with custom ItemTreeRenderer with dataprovider from XML, not ItemListRenderer. My tree have custom images in tree nodes.They reload each time i drag the scroll bar. I don&#039;t know how to use VO class like yours to have parent tree nodes. Do you have any solution for my problem?</description>
		<content:encoded><![CDATA[<p>Thanks for this article. It&#8217;s really good.<br />
I have the same problem when scrolling with custom ItemTreeRenderer with dataprovider from XML, not ItemListRenderer. My tree have custom images in tree nodes.They reload each time i drag the scroll bar. I don&#8217;t know how to use VO class like yours to have parent tree nodes. Do you have any solution for my problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balu</title>
		<link>http://www.axelscript.com/2009/03/30/itemrenderer-tilelist-issues/comment-page-1/#comment-1685</link>
		<dc:creator>Balu</dc:creator>
		<pubDate>Wed, 08 Jul 2009 11:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/?p=305#comment-1685</guid>
		<description>Im also facing problem with TileList with renderer I have a itemrenderer where the custom component have a checkBox and when I try to select some of the items and when i scroll the selection is jumping from one item to another... Please provide me a solution to that</description>
		<content:encoded><![CDATA[<p>Im also facing problem with TileList with renderer I have a itemrenderer where the custom component have a checkBox and when I try to select some of the items and when i scroll the selection is jumping from one item to another&#8230; Please provide me a solution to that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.axelscript.com/2009/03/30/itemrenderer-tilelist-issues/comment-page-1/#comment-1539</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 01 Apr 2009 13:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/?p=305#comment-1539</guid>
		<description>Yeah I figured my example would please people enough to trust that it works, I didn&#039;t want to open up the crossdomain to everyone... 

You are absolutely right about memory usage and the images being stored in flash, and using up the memory, I do have cache shut off on my browser for development reasons... and so when i inspected it with &quot;service capture&quot; (from what it sounds its about the same as httpFox), i did see the images re downloading all the time... 

While it is expensive on memory it&#039;s a little easier on the processor when scrolling... It really just depends on the target audience and if they have a system with enough memory... You bring and excellent point that I forgot to mention!

great reply, thanks for the comments!</description>
		<content:encoded><![CDATA[<p>Yeah I figured my example would please people enough to trust that it works, I didn&#8217;t want to open up the crossdomain to everyone&#8230; </p>
<p>You are absolutely right about memory usage and the images being stored in flash, and using up the memory, I do have cache shut off on my browser for development reasons&#8230; and so when i inspected it with &#8220;service capture&#8221; (from what it sounds its about the same as httpFox), i did see the images re downloading all the time&#8230; </p>
<p>While it is expensive on memory it&#8217;s a little easier on the processor when scrolling&#8230; It really just depends on the target audience and if they have a system with enough memory&#8230; You bring and excellent point that I forgot to mention!</p>
<p>great reply, thanks for the comments!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.axelscript.com/2009/03/30/itemrenderer-tilelist-issues/comment-page-1/#comment-1538</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 30 Mar 2009 18:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/?p=305#comment-1538</guid>
		<description>please note, to develop locally and not use trustContent, you can add a config setting at this url.

http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html (just add the bin-debug folder to the allowed)</description>
		<content:encoded><![CDATA[<p>please note, to develop locally and not use trustContent, you can add a config setting at this url.</p>
<p><a href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html" rel="nofollow">http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html</a> (just add the bin-debug folder to the allowed)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erno</title>
		<link>http://www.axelscript.com/2009/03/30/itemrenderer-tilelist-issues/comment-page-1/#comment-1537</link>
		<dc:creator>Erno</dc:creator>
		<pubDate>Mon, 30 Mar 2009 16:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.axelscript.com/?p=305#comment-1537</guid>
		<description>There is bug in your app. Your crossdomain.xml dont allow all users to access your images. To use bitmapdata to images you need to open that folder in crossdomain.xml ( I guess you know this )

There is couple things what you should remember if you do it like this.
If you save image bitmapdata to dictionary it increase flash memory usage. All image data stays in memory and dont go away until you close app.
if you do it normal way ( binding url to Image source ) image goes to browser cache. So it doesn&#039;t actually load that multiple times. 
If you check your example with httpFox (firefox plugin ) you see that image is loaded only once. Next time image comes from cache.

Well memory usage is not big problem if you have small list and pictures are not big. But if you have long list and you scroll it trough, all images are in flash memory and browser use alot of memory.</description>
		<content:encoded><![CDATA[<p>There is bug in your app. Your crossdomain.xml dont allow all users to access your images. To use bitmapdata to images you need to open that folder in crossdomain.xml ( I guess you know this )</p>
<p>There is couple things what you should remember if you do it like this.<br />
If you save image bitmapdata to dictionary it increase flash memory usage. All image data stays in memory and dont go away until you close app.<br />
if you do it normal way ( binding url to Image source ) image goes to browser cache. So it doesn&#8217;t actually load that multiple times.<br />
If you check your example with httpFox (firefox plugin ) you see that image is loaded only once. Next time image comes from cache.</p>
<p>Well memory usage is not big problem if you have small list and pictures are not big. But if you have long list and you scroll it trough, all images are in flash memory and browser use alot of memory.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

