This page was last modified 07:06, 19 June 2008.
KIS001043 - Highlight problem in MTM after deleting an e-mail
From Forum Nokia Wiki
| ID | KIS001043 | Creation date | June 19, 2008 |
| Platform | S60 3rd Edition, FP1 | Devices | Nokia N95, Nokia E90 Communicator |
| Category | Symbian C++ | Subcategory | MTM, E-mail |
Description
List View's highlight in 3rd-party MTM applications does not appear on the correct row after deletion has taken place. For example, if an e-mail item is selected and then deleted, highlight skips one item.
How to reproduce
Using the following code in S60 3rd Edition, FP1 devices causes highlight to skip one item:
CMsvOperation* CMyTextMtmUi::DeleteFromL(const CMsvEntrySelection& aSelection,
TRequestStatus& aStatus)
{
return BaseMtm().Entry().DeleteL(aSelection,aStatus);
}
Solution
There is no known solution for this issue.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem in sending mail | harshalpatil | Mobile Java General | 2 | 2007-11-15 06:45 |
| grid/list highlight doesn't work ?? | duanxiaotao | Themes/Carbide.ui | 6 | 2007-09-27 09:52 |
| Email Client | symbians60 | Symbian Networking & Messaging | 3 | 2007-03-29 13:31 |
| CSendAppUi refuses custom attachments ? | lhiriart | Symbian Networking & Messaging | 7 | 2003-09-09 19:34 |
| MMS to E-mail | peeter84 | Web Technologies and Multimedia Content- Web 技术和多媒体内容 | 1 | 2005-05-07 04:54 |

