Re: [Flashcoders] Phantoming in List Component

2005-12-14 Thread John Giotta
Ok, I understand what your saying about setValue being called with every change to the List, but now I'm having problems with my thumbnail icons disappearing. I basically what to build a CellRenderer that allows me to load external JPEGs as the cell icon.

Re: [Flashcoders] Phantoming in List Component

2005-12-14 Thread John Giotta
This tutorial on ActionScript.com helped alot! http://www.actionscript.com/index.php/fw/1/displaying-images-in-a-datagrid-utilizing-a-cell-renderer/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] Phantoming in List Component

2005-12-14 Thread Steve Krichten
I've had similar problems. And when you do get it working it still flickers due to the scrolling algorithm (refreshing of items). That's why I made this... http://www.sleekdigital.com/downloads/scrolllistexample.zip http://www.layer51.com/proto/d.aspx?f=1396 This is a bit out-dated now, but

[Flashcoders] Phantoming in List Component

2005-12-13 Thread John Giotta
I created a custom cell renderer for the List component to allow icons to be external thumbnails. However, I'm getting some strange phantoming. Basically, an image will appear at the bottom of the List that I didn't add from the dataprovider. private var iconLoader:MovieClipLoader;

Re: [Flashcoders] Phantoming in List Component

2005-12-13 Thread Paul Evans
On 13 Dec 2005, at 18:22, John Giotta wrote: Basically, an image will appear at the bottom of the List that I didn't add from the dataprovider. it this image one of your icons or something totally unrelated? if an icon, without having traced your code... You need to deal with setValue being