Currently, I'm implementing a presence contact list using CAknMarkableListDialog. Each list item contains an icon which represents the contacts online or offline presence status and the contacts name. The problem is that once the dialog is displayed the icons are fixed regardless of incoming status change notifications. Its only when the dialog is dismissed and then redisplayed that the status changes will be reflected.
I would like to be able to display a list or dialog in which I would be able to dynamically update the icon in any of the list items without tearing down and redisplaying the list / dialog.