Namespaces
Variants
Actions
(Difference between revisions)

Archived:Highlight problem in 3rd-party MTM after deleting an e-mail in S60 3rd Edition FP1 (Known Issue)

Jump to: navigation, search
m (Hamishwillee - Add Abstract. Tidy wiki text.)
Line 5: Line 5:
 
|devices= Nokia N95, Nokia E90 Communicator
 
|devices= Nokia N95, Nokia E90 Communicator
 
|sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) -->
 
|sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) -->
|platform= S60 3rd Edition, FP1
+
|platform= S60 3rd Edition FP1
 
|devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) -->
 
|devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) -->
 
|dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 -->
 
|dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 -->
Line 22: Line 22:
 
|author= [[User:Technical writer 1]]
 
|author= [[User:Technical writer 1]]
 
<!-- The following are not in current metadata -->
 
<!-- The following are not in current metadata -->
|subcategory= MTM, E-mail
 
 
|id= KIS001043
 
|id= KIS001043
 
}}
 
}}
Line 28: Line 27:
 
    
 
    
 
==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.  
+
{{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, FP1 devices causes highlight to skip one item:
+
Using the following code in S60 3rd Edition FP1 devices causes highlight to skip one item:
 
+
<code cpp>
  CMsvOperation* CMyTextMtmUi::DeleteFromL(const CMsvEntrySelection& aSelection,
+
CMsvOperation* CMyTextMtmUi::DeleteFromL(const CMsvEntrySelection& aSelection, TRequestStatus& aStatus)
  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.

Revision as of 05:03, 15 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: hamishwillee (15 Mar 2012)
Archived.png
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.

166 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved