Archived:Highlight problem in 3rd-party MTM after deleting an e-mail in S60 3rd Edition FP1 (Known Issue)
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot change of template (Template:KnowledgeBase) - now using Template:ArticleMetaData) |
debjit.roy
(Talk | contribs) (Debjit.roy -) |
||
| Line 1: | Line 1: | ||
| − | [[Category:S60 3rd Edition, Feature Pack 1]][[Category:Known Issue]] | + | [[Category:S60 3rd Edition, Feature Pack 1]][[Category:Known Issue]][[Category:Symbian C++]][[Category:MTM]][[Category:E-Mail]] |
| − | [[Category:Symbian C++]] | + | |
| − | [[Category:MTM]] | + | |
| − | [[Category:E-Mail]] | + | |
{{KBKI}} | {{KBKI}} | ||
__NOTOC__ | __NOTOC__ | ||
| Line 23: | Line 20: | ||
|author=[[User:Technical writer 1]] | |author=[[User:Technical writer 1]] | ||
}} | }} | ||
| − | + | {{Archived|timestamp=20120313121419|user=roy.debjit| }} | |
| + | |||
==Description== | ==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. | 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. | ||
Revision as of 15:14, 13 March 2012
Article Metadata
Tested with
Devices(s): Nokia N95, Nokia E90 Communicator
Compatibility
Platform(s): S60 3rd Edition, FP1
Article
Created: User:Technical writer 1
(19 Jun 2008)
Last edited: debjit.roy
(13 Mar 2012)
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
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.

