Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Handling the selected item on selection Listboxes

1 replies · 2,451 views · Started 12 June 2005

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.

I would like to help you if you can explain more clearly your question.