Archived:Highlight problem in 3rd-party MTM after deleting an e-mail in S60 3rd Edition FP1 (Known Issue)
hamishwillee
(Talk | contribs) m (moved Highlight problem in 3rd-party MTM after deleting an e-mail in S60 3rd Edition FP1 (Known Issue) to Archived:Highlight problem in 3rd-party MTM after deleting an e-mail in S60 3rd Edition FP1 (Known Issue)) |
|||
| (11 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| − | [[Category: | + | {{Archived|timestamp=20120313121419|user=roy.debjit| }} |
| − | [[Category:Known Issue]] | + | [[Category:S60 3rd Edition FP1]][[Category:Known Issue]][[Category:Symbian C++]][[Category:MTM]][[Category:E-Mail]] |
| − | [[Category:Symbian C++]] | + | {{ArticleMetaData <!-- v1.2 --> |
| − | [[Category:MTM]] | + | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> |
| − | [[Category:E-Mail]] | + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> |
| − | [[ | + | |devices= Nokia N95, Nokia E90 Communicator |
| − | + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> | |
| − | + | |platform= S60 3rd Edition FP1 | |
| − | + | |devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> | |
| − | + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> | |
| − | |- | + | |signing= <!-- Empty or one of Self-Signed, DevCert, Manufacturer --> |
| − | | | + | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> |
| − | | | + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> |
| − | |- | + | |language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> |
| − | | | + | |translated-by= <!-- [[User:XXXX]] --> |
| − | | | + | |translated-from-title= <!-- Title only --> |
| − | |- | + | |translated-from-id= <!-- Id of translated revision --> |
| − | | | + | |review-by= <!-- After re-review: [[User:username]] --> |
| − | | | + | |review-timestamp= <!-- After re-review: YYYYMMDD --> |
| − | |} | + | |update-by= <!-- After significant update: [[User:username]]--> |
| − | + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | |
| − | == Description == | + | |creationdate= 20080619 |
| − | + | |author= [[User:Technical writer 1]] | |
| − | 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. | + | <!-- The following are not in current metadata --> |
| + | |id= KIS001043 | ||
| + | }} | ||
| + | |||
| + | ==Description== | ||
| + | {{Abstract|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 == | ==How to reproduce == | ||
| − | Using the following code in S60 3rd Edition | + | Using the following code in S60 3rd Edition FP1 devices causes highlight to skip one item: |
| − | + | <code cpp> | |
| − | + | CMsvOperation* CMyTextMtmUi::DeleteFromL(const CMsvEntrySelection& aSelection, TRequestStatus& aStatus) | |
| − | + | ||
{ | { | ||
return BaseMtm().Entry().DeleteL(aSelection,aStatus); | return BaseMtm().Entry().DeleteL(aSelection,aStatus); | ||
} | } | ||
| + | </code> | ||
==Solution== | ==Solution== | ||
| − | |||
There is no known solution for this issue. | There is no known solution for this issue. | ||
Latest revision as of 09:06, 21 June 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}}.
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: hamishwillee
(21 Jun 2012)
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.

