Archived:Highlight problem in 3rd-party MTM after deleting an e-mail in S60 3rd Edition FP1 (Known Issue)
extkbeditor2
(Talk | contribs) m |
|||
| Line 6: | Line 6: | ||
__NOTOC__ | __NOTOC__ | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
| − | {| | + | {{KnowledgeBase |
| − | + | |id=KIS001043 | |
| − | + | |platform=S60 3rd Edition, FP1 | |
| − | | | + | |devices=Nokia N95, Nokia E90 Communicator |
| − | + | |category=Symbian C++ | |
| − | + | |subcategory=MTM, E-mail | |
| − | | | + | |creationdate=June 19, 2008 |
| − | | | + | |keywords= |
| − | + | }} | |
| − | | | + | |
| − | | | + | |
| − | + | ||
| − | + | ||
| + | ==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. | ||
| Line 32: | Line 29: | ||
==Solution== | ==Solution== | ||
| − | |||
There is no known solution for this issue. | There is no known solution for this issue. | ||
Revision as of 21:53, 27 October 2008
Article Metadata
Tested with
Devices(s): Nokia N95, Nokia E90 Communicator
Compatibility
Platform(s): S60 3rd Edition, FP1
Article
Created: (19 Jun 2008)
Last edited: extkbeditor2
(27 Oct 2008)
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.

