I need help on handling the selected item on selection listboxes. I am able to come up with selection lists and also allowing the list to scroll the items i have created. But I cannot figure out how to do the event handling of it.
I understand that the index of the currently selected item can be retrieved by this code:
[CODE] TInt currentIndex = list->CurrentItemIndex(); [CODE]
Please help.