lioledingue
30 Apr 2008, 6:05 AM
Hello,
I'm having an issue regarding to the remove() method in the ButtonBar widget.
When I'm trying to remove a button, then I add another one instead, I'v got the following error message :
java.lang.IndexOutOfBoundsException: Index: 1, Size: 0In debug mode, I saw that after removing a button in the ButtonBar class, the button is not actually removed in the AbstractContainer.items List...
Is this a bug or something I've done wrong ?
Any help would be appreciated.
Thanks !
I'm having an issue regarding to the remove() method in the ButtonBar widget.
When I'm trying to remove a button, then I add another one instead, I'v got the following error message :
java.lang.IndexOutOfBoundsException: Index: 1, Size: 0In debug mode, I saw that after removing a button in the ButtonBar class, the button is not actually removed in the AbstractContainer.items List...
Is this a bug or something I've done wrong ?
Any help would be appreciated.
Thanks !