You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to masapi
Hello evrerybody,
I need to load 11 elements. But I have an error :
RangeError: Invalid index value : 11 (max = 10)
at ch.capi.data::ArrayList/::checkIndex()
at ch.capi.data::ArrayList/getElementAt()
at ch.capi.net::CompositeMassLoader/getFileAt()
Is it possible to load more than 10 elements ? I hope....
Thanks
Cédric Tabin
unread,
Dec 20, 2008, 5:51:27 AM12/20/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mas...@googlegroups.com
Hello Ludo,
You have to put 10 instead of 11 ! The index always starts from 0 :)
Regards, Cedric
Ludo
unread,
Dec 20, 2008, 6:12:22 AM12/20/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to masapi
Hi Cédric,
Sorry, I made a mistake in my code. It works now.
Thank you.