ItemEvent do not fire when I change the itm staete thorugh
love.........................
I have
1- List
2- Two Buttons
In event handler of button action evnnt I got list selected index
then use select method to incresed index by one.
list.select (list.getSelectedIndex() + 1);
List item is selected but problem is that ItemEvent do not
fire at all, although item state is changed.
why .....................

