Im implemented a dynamic list where items are added using a dialog.
On the first iteration, (first items entered), the listbox updates correctly and the item can be viewed. However, on the second iteration, the first item can be seen, but the second one cannot until the add item dialog is called again (ie a thrid item is added). So the items are being added, but theres a delay on the screen.
Ive tried to trace it, but ive got lost deep inside library functions! I was wondering is there was a refresh listbox function i could call, such as the HandleItemRemovalAndPositionHighlightL( ) which is used to handle the refresh of the listbox when an item is deleted.
Any pointers in the right direction would be a great help,
Thanks, Helen
Fixed it... I could use AknListBoxUtils::HandleItemRemovalAndPositionHighlightL( ) after all! The name of the function doesnt really represent addition of items now does it...