RE: [flexcoders] TileList invalidateList not working

2007-10-02 Thread Alex Harui
Beta2. Just came out this week. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Charles Galpin Sent: Tuesday, October 02, 2007 4:02 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] TileList invalidateList not working What

Re: [flexcoders] TileList invalidateList not working

2007-10-02 Thread Charles Galpin
[mailto:[EMAIL PROTECTED] On Behalf Of Charles Galpin Sent: Tuesday, October 02, 2007 1:52 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] TileList invalidateList not working On Oct 2, 2007, at 3:29 PM, Alex Harui wrote: By default, and for performance reasons, there is no write-

RE: [flexcoders] TileList invalidateList not working

2007-10-02 Thread Alex Harui
ect: Re: [flexcoders] TileList invalidateList not working On Oct 2, 2007, at 3:29 PM, Alex Harui wrote: By default, and for performance reasons, there is no write-detection to properties. You use proxy, [bindable] or setters to detect writes. Collections will watch their

Re: [flexcoders] TileList invalidateList not working

2007-10-02 Thread Charles Galpin
On Oct 2, 2007, at 3:29 PM, Alex Harui wrote: By default, and for performance reasons, there is no write- detection to properties. You use proxy, [bindable] or setters to detect writes. Collections will watch their items for changes if they can, but you are using dynamic objects and they

RE: [flexcoders] TileList invalidateList not working

2007-10-02 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] TileList invalidateList not working Hopefully an easy one. Please try the simple test case below. Select one or more items, enter a new label and click "Update". You can optionally select the checkbox to force an invalidateNow after the update, but either way

[flexcoders] TileList invalidateList not working

2007-10-02 Thread Charles Galpin
Hopefully an easy one. Please try the simple test case below. Select one or more items, enter a new label and click "Update". You can optionally select the checkbox to force an invalidateNow after the update, but either way, the list doesn't refresh. If you scroll down and up, then they ref