[flexcoders] How do you auto-refresh LCDS?

2008-07-31 Thread Geoffrey
I'm not sure how you refresh clients when there's a change on the server. After I perform a _ds.fill(), the user can delete 1+ of the items from the managed collection. The ActionScript looks like: private function deleteItems():void { var selectedTasks:Array = taskList.getSelectedTasks();

RE: [flexcoders] How do you auto-refresh LCDS?

2008-07-31 Thread Jeff Vroom
changes made to items as well. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent: Thursday, July 31, 2008 1:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How do you auto-refresh LCDS? I'm not sure how you refresh clients when there's a change