**** BEGIN LOGGING AT Thu Apr 18 02:59:58 2013 Apr 18 17:04:17 <_n_> hi. I am a little confused by List's onSetupItem events. Apr 18 17:04:48 <_n_> I'm doing an asynchronous operation in the event handler and want to update the item, once that operation completes Apr 18 17:05:24 <_n_> now I keep a reference of the element I want to update, and then use setContent(). The "content" attribute seems to be set correctly, but the UI doesn't update. Apr 18 17:05:43 <_n_> I tried calling "render" on the list once I set the content, but that causes an endless loop Apr 18 17:26:42 _n_: the lists are tricky because use the "flyweight" pattern https://github.com/enyojs/enyo/wiki/Lists#list Apr 18 17:27:57 _n_: if you keep a reference to only one element that gets copied/rerendered several times Apr 18 17:28:06 s/if/s Apr 18 17:28:32 https://github.com/enyojs/enyo/wiki/Lists#the-flyweight-pattern Apr 18 17:28:56 "An application can update a specific row by forcing it to render using the list's renderRow(inIndex) method" Apr 18 17:31:58 <_n_> katratxo, I've tried renderRow before, but it calls my onSetupItem function again Apr 18 17:32:34 <_n_> haven't seen yet how that could solve my problem Apr 18 18:05:17 <_n_> what exactly does it mean that a row is "locked" or "interactive"? Apr 18 22:07:38 ld Apr 18 22:07:44 sorry, typo **** ENDING LOGGING AT Fri Apr 19 02:59:58 2013