[flexcoders] ListCollectionView bug?

2007-03-26 Thread tvikatos
According to documentation in relation to addItemAt method, If the
list is shorter than the specified index, it will grow to accomodate
the new item.
I've found that not to be the case. If you attempth to add an item at
an index larger that the collection length, Flex will throw an exception.

Is this a known issue?



RE: [flexcoders] ListCollectionView bug?

2007-03-26 Thread Alex Harui
You can't create sparse arrays, but you should be able to add to the
very end.



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of tvikatos
Sent: Monday, March 26, 2007 12:10 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] ListCollectionView bug?



According to documentation in relation to addItemAt method, If the
list is shorter than the specified index, it will grow to accomodate
the new item.
I've found that not to be the case. If you attempth to add an item at
an index larger that the collection length, Flex will throw an
exception.

Is this a known issue?