MTM and ContextIcon
| Wed, 2005-03-30 13:06 | |
|
|
Hi all, I want to show difference icon in my new MTM`s message list view. Just Like readed mail and unreaded mail's icon is difference. I find the API CUIDataMTM::ContextIcon(). But it isn't work. This API only be invoke twice when open my MTM's message list view. It seems that it doesn't be called when show each message. Please tell me how to implement my design thought . Thanks Dennis Today is a gift by GOD, that's why it is called the present. |






Forum posts: 276
I think the problem with UIQ is that it does not call ContextIcon for each message. But instead it calls twice.... First call to retrieve the icon for all the messages and second call I don't know.... May be for setting MTM icon.
So I tried by changing the message type to some of my internal type instead of KUidMsvMessageEntry.... But when the message is created it is not created in the inbox of my MTM.... even though I created the message in the inbox....
So can anybody tell my some technique to change the icons of each message individually.....
Thanks in advance
Dennis
Today is a gift by GOD, that's why it is called the present.